* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Jost !important;
}
p{
    hyphens: none !important;
}
video {
  max-width: 100%;
  height: 100% !important;
}

.video-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #000000b5;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;

}


/* .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  border-top: 3px solid #EA7500 !important;
}


.nav-item.dropdown:hover .sub-menu {
  display: block;
}


.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  padding: 0px 40px 0px 10px;
  text-decoration: none;
  display: block;
  color: black;
}

.sub-menu li a:hover {
 color: #EA7500;
 background-color: #FFFFFF;
}
.dropdown-menu{
  padding: 0 10px 10px 0 !important;
} */
/* Hide sub-menu by default */
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  border-top: 3px solid #EA7500 !important;
}

/* Show sub-menu on hover for larger screens */
.nav-item.dropdown:hover .sub-menu {
  display: block;
}

/* Styling for the sub-menu items */
.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  padding: 0px 40px 0px 10px;
  text-decoration: none;
  display: block;
  color: black;
}

.sub-menu li a:hover {
  color: #EA7500;
  background-color: #FFFFFF;
}

.dropdown-menu {
  padding: 0 10px 10px 0 !important;
}

/* Mobile View */
@media (max-width: 768px) {
  /* Disable hover functionality */
  .nav-item.dropdown:hover .sub-menu {
    display: none;
  }

  /* Allow submenu to open with click */
  .nav-item.dropdown .sub-menu {
    position: static; /* Remove absolute positioning */
  }



  /* Toggle display of sub-menu on click */
  .nav-item.dropdown .nav-link.dropdown-toggle {
    cursor: pointer;
  }

  .nav-item.dropdown .nav-link.dropdown-toggle.active + .sub-menu {
    display: block;
  }
}


/* .navbar-dark {

  font-weight: normal !important;
  font-size: 16px !important;
  --bs-navbar-color: rgba(255, 255, 255, 1.05) !important;
}



@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link {
    padding: 1em 0;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0 1em;
  }
}*/

/* .nav-link:hover{
  color: #EA7500 !important;
}
.nav-link {
  color: #FFFFFF ;
}

.navbar .navbar-nav .nav-item {
  position: relative;
 
} 
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #EA7500;
  width: 0%;
  height: 2px;
  transition: all 0.4s;

}
.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
  
}

 */

 /* Navigation link styling */
.nav-link {
  color: #FFFFFF;
}

.nav-link:hover {
  color: #EA7500 !important;
}
.navbar .nav-link.activenav {
    color: #EA7500 !important;
}

/* Positioning for navbar items */
.navbar .navbar-nav .nav-item {
  position: relative;
} 

/* Underline effect */
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: -17px; /* Adjust as needed to align with text */
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #EA7500;
  width: 0%;
  height: 2px;
  transition: all 0.4s;
}
.navbar .navbar-nav .nav-item .activenav {
  color: #EA7500 !important;
  /* transition: all 0.4s; */
  /* border-bottom: 2px solid #EA7500; */
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

/* Sticky top navbar */
.sticky-top {
  background-color: transparent;
  border-bottom: 1px solid #9B9B9B; /* Ensure border is visible */
  z-index: 1030; /* Ensure it’s on top of other content */
  min-height: 70px; /* Ensure the navbar has enough height */
}

.navbar-dark .navbar-toggler {
  color: none;
  border: 0;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.content {
  position: absolute;
  color: white !important;
  text-align: center;
  margin-top: 80px;
}

.Providing {
  font-size: 64px;
  font-weight: 600;
  color: white !important;
}

.manufacturer {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  hyphens: none;

}

.appoint {
  background-color: #EA7500 !important;
  border: 2px solid #EA7500 !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  padding: 8px 58px 8px 58px !important;
  border-radius: 6px !important;
  line-height: 70px;
}

.appoint:hover {
  color: #EA7500 !important;
  background-color: #fff !important;
  border: 2px solid #EA7500 !important;
}


.appoint2 {
  background-color: #EA7500 !important;
  border: 2px solid #EA7500 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
padding: 3px 18px 3px 18px!important;
border-radius: 4px!important;

}

.appoint2:hover {
  color: #EA7500 !important;
  border: 2px solid #EA7500 !important;
  background-color: #fff !important;
  font-weight: 400 !important;
}
.topsmall {
  font-size: 22px;
  font-weight: 500;
  color: #EA7500;
}
.topsmallH {
  font-size: 28px;
  font-weight: 500;
  color: #EA7500;
}
.topsmallSH {
  font-size: 26px;
  font-weight: 400;
  color: #495057;
}
.project {
  font-size: 42px;
  font-weight: 600;
  line-height: 52.8px;
  color: #000;
}
.projectP {
  font-size: 24px;
  font-weight: 600;
  line-height: 52.8px;
  color: #EA7500;
}

.projectcolor {
  color: #EA7500;
  font-weight: 500;
}

.grgroup {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.logocen {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.insidelogo {
  display: flex;
  justify-content: center;
}

.topiccen {
  text-align: center;
}

.logoinline {
  display: flex;
  align-items: center;
}

.default-logo {
  display: block;
}

.scrolled-logo {
  display: none;
  width: 182px;
  height: 62px;
}


.industry {
  background: url('./img/backforcontact1.1.webp') no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
  min-height: 307px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.experience{
  color: #FF5E14;
}
.Construction {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.phonenum {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
line-height: 52.8px;
}
.phonenum2 {
  font-size: 52px;
  font-weight: 200;
  text-align: center;
  color: #fff;
line-height: 52.8px;
}

/* .indusvalue{

  } */

/***
======================================================
<-- Our Products Css -->
======================================================***/
/* .service-area {
    
    padding: 0px 0 0px;
} */
.ourbg {
  background: url(./img/Our_Products/ourbg.webp) no-repeat center center;
  background-size: cover;

}
.ourbg2 {
  background: url(./img/Our_Products/ourbg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
    top: -89px;
}



.constre-service-single-item {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 30px;
  border-bottom: 3px solid #EA7500;
  transition: .5s;
  text-align: left;
}

.constre-service-single-item:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #171717;
  transition: .5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}


.constre-service-single-item:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.constre-service-single-item:hover {
  background: #171717;
  border-bottom: 3px solid transparent;
}

.service-icon {
  width: 80px;
  height: 80px;
  background-color: #f5f6f7;
  line-height: 80px;
  text-align: center;
  margin-bottom: 25px;
  transition: .5s;
}

.service-icon img {
  filter: brightness(1) invert(0);
  transition: .5s;
  display: inline-block !important;
  height: 56px !important;
  max-width: 175% !important;
  top: -30px;
  right: 9px;
}

h3.service-title {
  font-size: 22px;
  line-height: 28px;
  color: #171717;
  font-weight: 700;
  transition: .5s;
}

.service-text {
  padding: 10px 0 24px;
  position: relative;
}

p.service-desc {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #575f66;
  font-weight: 300;
  transition: .5s;
}

.service-btn {
  position: absolute;
  top: 22%;
  transition: .5s;
  opacity: 0;
}

.service-btn a {
  display: inline-block;
  font-size: 16px;
  color: #EA7500;
  font-weight: 500;
  border-bottom: 1px solid #FF5D13;
  margin: 0;
}

.service-btn a i {
  font-size: 13px;
  font-weight: 600;
  margin-left: 12px;
  display: inline-block;
  transform: rotate(-45deg);
}



.single-service-box {
  overflow: hidden; /* Ensure content doesn't exceed the container */
  position: relative;
}

.service-thumb {
  overflow: hidden; /* Ensure the image stays within bounds */
  position: relative;
}

.service-thumb img {
  transition: transform 0.5s ease; 
  width: 100%; 
  height: auto; 
  /* -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; */
}

h3 {
  transition: color 0.3s ease; /* Smooth transition for color change */
}

/* When hovering on the .single-service-box, zoom image and change h3 color */
.single-service-box:hover .service-thumb img {
  transform: scale(1.1); /* Zoom image when hovering on any part of the card */
  filter: brightness(1.2);
}

.single-service-box:hover .service-content h3 {
  color: #EA7500; /* Change h3 color when hovering on any part of the card */
}



.blog-item:hover .btn__secondary .text {
  margin-right: 0.5rem; /* Add space between text and icon on hover */
  display: block; /* Show the text when hovering */
}

/* .blog-item:hover .btn__secondary .fa-arrow-right {
  margin-left: 0.5rem; 
} */



.blog-item:hover .btn__secondary .text {
  margin-right: 0.5rem; /* Add space between text and icon on hover */
  display: block; /* Show the text when hovering */
}

.btn__secondary {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease; /* Smooth transition for hover effect */
}

.btn__secondary .text {
  margin-right: 0; /* Ensure no space is added initially */
  color: #EA7500;
  transition:  1s; /* Smooth transition for margin change */
  display: none;
}

.btn__secondary .fa-arrow-right {
  margin-left: 0; /* Ensure no space is added initially */
  transition: margin-left 0.5s ease; /* Smooth transition for margin change */
}

.btn__secondary:hover .text {
  margin-right: 0.5rem; /* Add space between text and icon on hover */
  /* visibility: visible; */
  display: block;
}

/* .btn__secondary:hover .fa-arrow-right {
  margin-left: 0.5rem; 
} */

/* all hover */

.constre-service-single-item:hover .service-icon {
  background: #EA7500;
}

.constre-service-single-item:hover .service-icon img {
  filter: brightness(0)invert(1);
}

.constre-service-single-item:hover h3.service-title {
  color: #ffff;
}

.constre-service-single-item:hover p.service-desc {
  opacity: 0;
}

.constre-service-single-item:hover .service-btn {
  opacity: 1;
}

.constre-service-single-item:hover:hover .service-thumb img {
  border: 3px solid #fff;
}

/*  */

.service-list .owl-nav {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50px;
  z-index: 1;
}

.service-list .owl-nav:before {
  position: absolute;
  content: "";
  left: 40%;
  top: 26px;
  width: 50px;
  height: 2px;
  background-color: rgba(23, 23, 23, 0.10196078431372549);
  z-index: -1;
  margin: auto;
}

.service-list .owl-nav:after {
  position: absolute;
  content: "";
  right: 40%;
  top: 26px;
  width: 50px;
  height: 2px;
  background-color: rgba(23, 23, 23, 0.10196078431372549);
  z-index: -1;
  margin: auto;
}

.service-list .owl-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
  transition: .5s;
}

.service-list .owl-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  transition: .5s;
}

.service-list .owl-prev:hover {
  background: #EA7500;
  color: #fff;
}

.service-list .owl-next:hover {
  background: #EA7500;
  color: #fff;
}
.service-area .service-icon{
  border: 2px solid #EA7500;
  border-top: 2px solid #EA7500 !important;
  box-shadow: 0px 2px 8px 0px #63636333 !important;

}
.service-area .service-icon:hover{
  border: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF !important;
}

.service-area .service-content h3 {
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 30px;
  margin: 15px 0 12px;
  height: 49px;
  align-content: center;
}
.service-area .service-content h3:hover {
 color: #EA7500;
}

.service-area .service-content p {
  color: #9B9B9B;
  margin: 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  hyphens:none;
}

.service-area .service-content {
  padding: 25px 45px 30px 15px !important;
  height: 277px;
}
.owl-dots {
  display: none !important;
}

/* 7. brand */
.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 250px; /* Adjust this value as needed */
  height: 150px; /* Adjust this value as needed */
  overflow: hidden;
}

.brand-image,
.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures images fit within the container while preserving aspect ratio */
  transition: opacity 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-wrapper:hover .overlay {
  opacity: 1;
}

.brand-area {
  padding: 0px 0 20px !important;
}


/* testimonial-item-7 */

.testimonialsbg {
  background: url(./img/client_saysBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.ltnSpace1{
  padding-top: 28px;
}
.ltnSpace2{
  padding-top: 28px;
}

.ltn__testimonial-item-7 {
  background-color: var(--white);
  padding: 40px 20px 8px !important;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--border-color-13);
  position: relative;
  box-shadow: 0px 8px 24px 0px #959DA533 !important;
}

.ltn__testimonial-item-7 .ltn__testimonial-img {
  margin-bottom: 30px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p i {
  font-size: 30px;
  position: relative;
  top: 8px;
  margin-right: 2px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ltn__testimonial-item-7 .ltn__testimoni-info span{
  font-size: 64px;
  color: #000;
} 

.ltn__testimonial-item-7 .ltn__testimoni-info span:hover{
  color: #EA7500;
} 

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation h5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation label {
  font-size: 14px;
  margin-bottom: 0;
 
}

.ltn__testimonial-item-7::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #EA7500 !important;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.ltn__testimonial-item-7:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item{
  /* margin-bottom: 0px !important; */
  /* margin-left: 30px !important; */
    /* margin-right: -20px !important; */
    width: 360px;
    height: 285px;
    
}
.cont {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}

.ltn__testimonial-item-7 .ltn__testimoni-info span {
  transition: color 0.3s ease; /* Smooth transition effect */
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info span {
  color: #EA7500; /* Change to your desired color */
}

/* .industryB{
  border-left: 1px solid red;
} */

.service-area .industryB {
  position: relative;
  z-index: 1;
  top: -30px;
  left: -25px;
  /* box-shadow: 0 0 16px rgb(0 0 0 / 10%); */
  padding: 25px 30px 40px;
  background: #fff;
}

/* .service-area {
  padding: 120px 0 120px;
} */
.service-area .industryB h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.service-area .industryB p {
  color: #9B9B9B;
  margin: 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.service-area .service-button2 {
  margin-top: 30px;
}

.service-area .service-button2 a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #EA7500;
  font-weight: 500;
  /* background: #F2F3F5; */
  /* text-transform: uppercase; */
  padding: 6px 22px;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.service-area .service-button2 a::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  transition: .5s;
  /* background: #EA7500; */
}

/* .service-area .single-service-box:hover .service-button2 a {
  color: #fff;
} */

.service-area .single-service-box:hover .service-button2 a::before {
  width: 100%;
  left: 0;
  content: "Read More" !important;
}
.service-area .single-service-box{
  margin: 0 15px 0px !important;
}

.slick-arrow-1:hover .slick-next img{
  padding: 15px 0 0 3px;
}

.slick-arrow-1 .slick-arrow img{
  padding: 15px 0 0 3px;
}


/*Contact Form
=================*/

.form-contact-box {
  padding: 32px 36px 32px;
  background: #FFFFFF;
  border-radius: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  left: 56px;
  bottom: 61px;
  box-shadow: -33px 8px 24px 0px #959DA533;
}

.careerform{
  position: relative;
  z-index: 1;
  left: 55px;
  bottom: 26px;
}
.contactsForm{
  position: relative;
  z-index: 1;
  left: 55px;
    bottom: 43px;
}
.form-contact-box:before {
  position: absolute;
  content: "";
  right: 0;
  top: -82px;
  width: 79px;
  height: 82px;
  background: #C6C6C6;
  clip-path: polygon(0% 0%, 100% 100%, 100% 105%, 0% 100%);
}

.form-content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #202020;
}
.form-content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #202020;
}
.form-content h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  color: #222222;
}

.form_box input {
  width: 100%;
  height: auto !important;
  background-color: #ffff;
  border: none !important;
  /* padding-left: 25px; */
  color: #000000 !important;
  transition: .5s;
  border-radius: 3px;
  font-family: 'Jost' !important;
  margin-bottom: 12px !important;
  padding: 9.8px 16px !important;
}

.form_box input::placeholder {
  color: #515151 !important;
}
input::placeholder{
  color: #515151 !important;

}
/* .form_box textarea::placeholder {
  color: #515151 !important;
  font-family: 'Jost' !important;
  font-weight: 400 !important;
  opacity: 0.4 !important;
} */
.form_box select option {
  color: #515151 !important;
  font-family: 'Jost' !important;
  opacity: 0.7 !important;
}


/* .form_box label {
  color: #515151 !important;
  font-family: 'Jost' !important;
}


.form_box select::placeholder {
  color: #515151 !important;
} */
/*form button*/
.quote_button button {
  padding: 10px 15px;
  background: #EA7500;
  border: 1px solid #EA7500;
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: .5s;
  position: relative;
  z-index: 1;
  border-radius: 6px;

}

/* .quote_button button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #EA7500;
  transform: scale(0.0, 1);
  transition: .3s;
  border-radius: 3px;
  border: 1px solid #EA7500;
} */

.quote_button button:hover {
  color: #EA7500 !important;
  background: #FFFFFF !important;
  border: 1px solid #EA7500;
}

/* .quote_button button:hover:before {
  transform: scale(1);
} */


.choose-shape {
  position: absolute;
  top: 0px;
  left: -12px;
  z-index: -1;
}

.choose-shape img {
  max-width: 48.5%;
}
/* .choose-shape2 img {
  max-width: 47.5%;
} */


.nice-select{
  margin-bottom: 20px;
  background: #F4F4F4 !important;
  /* height: 65px !important; */
  /* padding-top: 10px; */
  border: none !important;
}
/***
======================================================
<--  Consen Project Area Css -->
======================================================***/

.project-section {
  padding: 220px 105px 90px;
  background: url(./images/resource/project-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-project-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}

.single-project-box:before {
  position: absolute;
  content: "";
  left: -9px;
  top: -9px;
  border: 2px solid #FB5910;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: .4s;
}

.project-box-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.project-thumb {
  position: relative;
  z-index: 1;
}

.project-thumb img {
  border-radius: 3px;
  width: 100%;
}

.project-content {
  position: absolute;
  bottom: -13rem;
  left: 0px;
  z-index: 1;
  width: 101%;
  background: #EA7500;
  padding: 120px 30px 45px;
  opacity: 0;
  transition: .7s;
  border-radius: 3px;
  clip-path: polygon(65% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 26%);
}

.project-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.project-content h3 {
  font-size: 28px;
  color: #fff;
  padding: 2px 0 18px;
}

a.prjct-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  
}

a.prjct-btn i {
  font-size: 18px;
  padding-left: 5px;
  transform: rotate(-45deg);
  display: inline-block;
  transition: .5s;
  position: relative;
  top: 2px;
}

.single-project-box:hover:before {
  left: 0;
  top: 0;
}

a.prjct-btn:hover i {
  transform: rotate(0deg);
}

.single-project-box:hover .project-content {
  opacity: 1;
  bottom: 0rem;
}



/**
======================================================
<--  Consen Why Choose Us Css -->
======================================================**/

.choose-us-section {
  background: url(./img/contactsBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 82px 0 0px;
  position: relative;
  z-index: 1;

}


.choose-us-item {
  padding: 32px 35px 33px;
  border-radius: 4px;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.choose-us-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #EA7500;
  border-radius: 4px 0 0 4px;
  transition: .5s;
  z-index: -1;
}

.choose-icon {
  float: left;
  margin-right: 25px;
}

.choose-icon img {
  transition: .5s;
}

.choose-content {
  overflow: hidden;
}

.choose-content h4 {
  font-size: 24px;
  color: #0a1027;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
  transition: .5s;
}

.choose-us-item:hover:before {
  width: 100%;
  border-radius: 4px;
}

.choose-us-item:hover .choose-icon img {
  filter: brightness(0) invert(1);
}

.choose-us-item:hover .choose-content h4 {
  color: #fff;
}

.why-choose-us-area.style-two {
  padding: 50px 0 0px;
}

.row.choose-us_bg {
  position: relative;
  z-index: 1;
  padding: 84px 0 97px;
}

.row.choose-us_bg:before {
  position: absolute;
  content: "";
  left: -292px;
  top: 0;
  height: 100%;
  width: 121%;
  background: url(./images/resource/choose_bg.webp);
  z-index: -1;
  background-repeat: no-repeat;
}

.choose-video-icon {
  position: absolute;
  bottom: -40rem;
  right: 108px;
}

.choose-video-icon a {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #EA7500;
  line-height: 120px;
  text-align: center;
  font-size: 16px;
  color: #EA7500;
}

.choose-video-icon a i {
  width: 63px;
  height: 63px;
  border-radius: 31px;
  background-color: #ffffff;
  line-height: 63px;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
}

@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.choose-list ul li img {
  position: relative;
  margin-right: 12px;
  margin-top: -2px;
}

.choose-list ul li {
  font-size: 18px;
  color: #171717;
  font-weight: 400;

  margin-bottom: 10px;
  list-style: none;
}

.contactCheck button {
  padding: 3px 3px 3px 3px !important;
  /* gap: 4px !important;   */
  border-radius: 14px !important;
  border: 1px solid #757575
}


.contactLoction {
  font-size: 28px;
  font-weight: 500;
  line-height: 26.46px;
  color: #EA7500;
}

.contactLoction2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.68px;
  color: #000000;
}


.contentLoc{
  margin-left: -43px;
  padding-bottom: 10px;
  color: #EA7500 !important;

}

/*-------------------------
    Footer
--------------------------*/
.footer {
  background: url(./img/footerBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 3rem;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget-title {
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 24px;
}

.footer__widget-about p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4000000059604645px;
  color: #ffffff;
}

.footer__contact-phone {
  line-height: 1;
}

.footer__contact-phone i {
  color: #EA7500;
  font-size: 18px;
  margin-right: 8px;
}

.footer__contact-phone a {
 
  font-size: 35px;
  font-weight: 300;
  color: #EA7500;
  line-height: 1;
}

.footer__widget-newsletter .footer__widget-content {
  background: #9B9B9B4A;
  border-radius: 4px;
  padding: 10px 10px 3px 10px;
}

.footer__widget-newsletter .footer__widget-content p {
  /* margin-bottom: 21px; */
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer__widget-content p {
  padding-left: 4px;
}
.widget__newsletter-form {
  position: relative;
}

.widget__newsletter-form .form-control {
  font-size: 13px;
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  border: 2px solid #9B9B9B;
  margin-bottom: 10px;
}

.widget__newsletter-form .form-control:focus {
  background-color: #000000;
  color: #ffffff !important;
  /* font-size: 24px; */
}

.widget__newsletter-form .btn {
  min-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 26px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 10px;
  color: #ffffff;
  background-color: #EA7500;
} 


.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff5e14;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: transparent;
  border-color: #ff5e14;
  color: #ff5e14;
}
.footer__widget-nav li a {
  display: flex;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 14px;
  /* padding-left: 17px; */
}




/* .footerline{
  line-height: 14px !important;
} */
.footer__widget-nav li a:after {
 
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  
  color: #EA7500;
  font-size: 10px;
}

.footer__widget-nav li a:hover {
  color: #EA7500;
}

.footer__copyright-links li {
  margin-right: 27px;
  margin-bottom: 5px;
}

.footer__copyright-links li:last-child {
  margin-right: 0;
}

.footer__copyright-links li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 33px;
}

.footer__copyright-links li a:hover {
  color: #EA7500;
}

.footer .social__icons {
  margin-top: 0px !important;
}

.footer .social__icons li {
  margin-right: 9px;
}

.footer .social__icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #EA7500;
  color: #ffffff;
  font-size: 17px;
  border-radius: 50%;
}

.footer .social__icons li a:hover {
  background-color: #ffffff;
  color: #EA7500;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #212121;
}

.social__icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vsnap h6 {
  background: #1B1A1A;
  color: #EA7500 !important;
  border: none;
  padding: 10px 0px;
  text-align: center;
  border-top: 0.5px solid #EA7500;
  font-weight: 400 !important;
}

.vsnap a {
  text-decoration: underline;
}

.vsnap a:hover {
  text-decoration: underline;
  color: #EA7500;
}

.form-group input::placeholder {
  color: #9B9B9B !important;
}

.footer-widget-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #9B9B9B;
  margin-left: -18px;
}

.dmy {
  border: 0.5px solid #D9D9D9;
  width: 100%;
  height: 0;
  opacity: 0.7;
}

/* =========================================================================
                                    About_Us
========================================================================= */

.ourbg3 {

  position: relative;
    /* top: -89px; */
}
.aboutUsBG{
  background: url(./aboutUs/aboutUsbg1.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}

.aboutUsHead{
font-size: 66px;
font-weight: 500;
color: #FFFFFF;
padding: 0 30px;
}
.aboutUsHome{
font-size: 20px;
font-weight: 400;
color: #FFFFFF;
}
.bro {
  color: #EA7500;
    font-size: 20px;
    /* border-radius: 8px; */
    border: 1.5px solid #EA7500;
    padding: 8px 40px;
    transition: 0.5s;
    border-radius: 0;
}

.bro:hover {
 background: #EA7500;
 color: #ffffff;
}


.bigIdea {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
.Quality {
  color: #EA7500;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;  
}

.dynamic{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;  
  width: 875px;
  
}

.lookingAbout{
  position: relative !important;
  margin-bottom: 120px;
}
.trustedImg{
  width: 100%;
  height: 408px;
}
.looking{
font-size: 28px;
font-weight: 400;
line-height: 36px;
position: absolute !important;
top: 260px;
left: 90px;
width: 783px !important;
height: 206px;
background: #FFFFFF;
padding: 35px 19px 35px 27px;
box-shadow: 0px 8px 24px 0px #959DA533;

}



.aboutContact {
  color: #FFFFFF !important;
  font-size: 24px;
  font-weight: 400;
  transition: 0.5s;
  padding: 14px 22px 14px 22px !important;
  gap: 12px;
  border-radius: 4px;
  background: linear-gradient(93.42deg, #EA7500 1.25%, #F3A557 109.47%);


}

.aboutContact:hover {
  background: #FFFFFF;
  color: #EA7500 !important;
  border: 1px solid #EA7500;
}

.bigIdeaBG{
  background: url(./aboutUs/aboutUsbg2.webp) no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
  min-height: 369px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.insidelogo3{
  position: relative;
}

.imgpara p {
  position: absolute;
  top: 455px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  background: #EA7500D4;
  color: #FFFFFF;
  width: 599px;
  padding: 20px;
  left: 19px;
}
/* =========================================================================
                                    products
========================================================================= */

.productsBG{
  background: url(assets/img/Our_Products/Productbg.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -89px;
  position: relative;
}

.productsHead{
  font-size: 72px;  
  font-weight: 500;
  color: #FFFFFF;
  }
  .productsHome{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  }

  /* =========================================================================
                                Ready Mix Concrete
========================================================================= */



.readyBG{
  background: url(img/ready_mix/readyBg.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.msandBG{
  background: url(img/ready_mix/MsandBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.psBG{
  background: url(img/ready_mix/PsBg.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.WetMixBG{
  background: url(img/ready_mix/WetMixBg.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.gravelBG{
  background: url(img/ready_mix/GravelBg.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.GSBBG{
  background: url(img/ready_mix/GSBBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.insidelogo2{
  height: 400px;
  border-radius: 4px;
}
.benefit{
  background: url(img/ready_mix/believeBG.webp) no-repeat center;
  background-size: cover;
  /* height: 55vh; */
}


.mix2{
  position: absolute;
  top: 104px;
    right: 230px;
  text-align: -webkit-center;
}

.mix4{
  position: absolute;
  top: 104px;
  right: -230px;
  text-align: -webkit-center;
}

.mix1{
  text-align: -webkit-center;
}

.award{
font-size: 18px;
font-weight: 500;
color: #222222;
}

.award2{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  }
  /* =========================================================================
                                Our Clients
========================================================================= */
.clientsBG{
  background: url(./img/Our_Clients/clientsBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}

.ourIcon{
  width: 1246px;
  height: 78px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #EEEEEF;
  box-shadow: 0px 7px 29px 0px #64646F33; 
  /* position: relative;
  top: -35px; */
}

.nav-pills .nav-link{
padding: 10px 49px 10px 49px;
gap: 10px;
border-radius: 30px;
color: #222222 !important;
margin-top: 15px;
margin-left: 10px;
font-size: 24px !important;
font-weight: 400 !important;
line-height: 30px !important;
text-shadow: none !important;
}

.nav-pills .nav-link.active{
padding: 10px 49px 10px 49px;
gap: 10px;
border-radius: 30px;
background: #EEEEEE !important;
color: #EA7500 !important;
font-size: 24px !important;
font-weight: 500 !important;
line-height: 30px !important;
}

.allPill{
  display: grid;
  align-items: center;
  justify-content: center;
}
.allPill2{
  display: grid;
  align-items: end;
  justify-content: end;
}

.allPill3{
  display: grid;
  align-items: end;
  justify-content: end;
  height: 263px;
}

  /* =========================================================================
                                Blogs
========================================================================= */

.blogsBG{
  background: url(img/blogBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.blogPsBG{
  background: url(img/Our_Products/BlogPSBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}

.blogreadyBg{
  background: url(img/Our_Products/BlogRedayBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.bloggsbBg{
  background: url(img/Our_Products/BlogGSBBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.blog-item {
  position: relative;
  margin-bottom: 40px;
}

.blog-item .blog__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog-item .blog__img img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.blog-item:hover .blog__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(1.2);
}

.blog-item .blog__content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  padding-left: 0px;
  margin-right: 30px;
  margin-top: -40px;
  border-radius: 0 4px 0 0;
  right: 1px;
  /* height: 233px; */
}

.blog-item .blog__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.blog-item .blog__meta-cat {
  margin-right: 8px;
  line-height: 1;
}

.blog-item .blog__meta-cat a {
  position: relative;
  color: #EA7500;
  padding-right: 7px;
}

.blog-item .blog__meta-cat a:hover {
  color: #1b1a1a;
}

.blog-item .blog__meta-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #EA7500;
}

.blog-item .blog__meta-cat a:last-child {
  padding: 0;
}

.blog-item .blog__meta-cat a:last-child:after {
  display: none;
}

.blog-item .blog__meta-date {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-right: 20px;
}

.blog-item .blog__title {
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  font-weight: 500 !important;
  height: 60px;
  align-content: center;
}

.blog-item .blog__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #EA7500;
}

.blog-item .blog__title a {
  color: #1B1A1A ;  
  font-weight: 500 !important;
}

/* .blog-item .blog__content .blog__title a:hover {
  color: #EA7500;
} */

.blog-item:hover h4.blog__title a {
  color: #EA7500; /* Change this to your desired hover color */
}

.blog-item .blog__desc {
  margin-bottom: 0 ;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color:#9B9B9B;
}
.blog-item .blog__desc p {
  hyphens: none;
}

.blog-item .btn__link {

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0 !important;
  border-color: #FFFFFF !important;
}

.blog-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog-item:hover .btn__link {
  color: #EA7500;
}

.blog-item:hover .btn__link i {
  background-color: #EA7500;
}

.hidden-blog-item {
  display: none;
}

/* Blog Sigle */
.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
  margin-bottom: 0;
}

.blog-single .blog-item .blog__content {
  padding-left: 0;
}

.blog__meta-author {
  font-size: 13px;
}

.blog__meta-author a {
  color: #0e2b5c;
}

.blog-single .blog__meta>* {
  margin-right: 20px;
}

.blog-single .blog__meta>*:last-child {
  margin-right: 0;
}

.blog-single .blog__desc {
  margin-bottom: 21px;
}

.blog-single .blog__desc p {
margin-bottom: 24px;
font-size: 14px;
font-weight: 400;
line-height: 24px;

}

.blog-standard .blog-item .blog__desc {
  margin-bottom: 22px;
}

.blog-widget {
  padding-top: 40px;
  margin-bottom: 60px;
}

.blog__widget-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 26px;
}

.blog-comments {
  padding-bottom: 37px;
  border-bottom: 2px solid #eaeaea;
}

.blog-share .blog__share-title {
  color: #222222;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-right: 22px;
  margin-bottom: 0;
}

.blog-share .social__icons a {
  color: #0f2b5b;
}

.blog-share .social__icons a:hover {
  color: #EA7500;
}

.blog-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
  position: relative;
  min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
  color: #EA7500;
}

.blog-nav .blog__next {
  text-align: right;
}

.blog-nav .blog__next .blog__nav-img {
  right: 0;
  left: auto;
}

.blog-nav .blog__nav-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
}

.blog-nav .blog__nav-img img {
  width: 100%;
  height: 100%;
}

.blog-nav .blog__nav-content span {

  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.blog-nav .blog__nav-content h6 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-nav .blog__next .blog__nav-content {
  padding-right: 90px;
}

.blog-nav .blog__prev .blog__nav-content {
  padding-left: 90px;
}

.blog-author {
  padding: 40px;
  display: flex;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.blog-author .blog__author-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
}

.blog-author .blog__author-name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-author .blog__author-bio {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 13px;
}

.blog-author .social__icons li {
  margin-right: 30px;
}

.blog-author .social__icons:last-child {
  margin-right: 0;
}

.blog-author .social__icons a {
  font-size: 15px;
  color: #1b1a1a;
}

.blog-author .social__icons a:hover {
  color: #EA7500;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
 
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #EA7500;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #1b1a1a;
}

.comments-list .comment__item .nested__comment {
  border-top: 2px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.ename{
  background-color: #f4f4f4 !important;
  margin-bottom: 10px !important;

}

.enametextarea{
  padding-left: 20px !important;
}

.eform{
  font-size: 24px ;
  font-weight: 500;
}

#stickyTopNav {
  position: fixed !important;
  top: 0px !important;
  width: 100%;
}
/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .blog-item .blog__title {
    padding: 0 40px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-area .single-service-box{
    margin: 0 0px 0px !important;
  }
  .aboutContact:hover {
    color: #FFFFFF !important;
    background: linear-gradient(93.42deg, #EA7500 1.25%, #F3A557 109.47%);
    border: none;
  }
  .modal-body {
    padding: 15px !important; 
  }

  .badge-closes {
    position: absolute;
    top: -10px;
    background-color: #ffffff8f !important;
    right: -10px;
    color: #000000 !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    /* content: "×"; */
    box-shadow: 1px 2px 9px #353232;
}
  .footer__widget-nav li a:hover {
    color: #9b9b9b;
}
  .btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #EA7500;
  border-color: #EA7500;
  color: #ffffff;
}
  .btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
    opacity: 1;
    border: navy !important;
}
  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, .15) !important;
  }
  .sub-menu li a:hover {
    color: #000000;
    background-color: #FFFFFF;
   }
  .insidelogo2{
    height: 236px;
  }
  ol{
    list-style:square !important;
    margin-top: 0 !important;
      margin-bottom: 1rem !important;
    padding-left: 20px !important;
    font-size: 12px !important;
  }
  /* .content {
  
    margin-top: 152px;
} */
  .readB{
    padding-left: 7px;
  }
  #stickyTopNav{
    position: fixed !important;
    top: 0px !important;
    width: 100%;
  }
  .get1{
    padding-top: 0px;
  }
  .get2{
    padding-top: 0px;
  }
  .get3{
    padding-top: 0px;
  }
  .get4{
    padding-top: 16px ;
  }
  .get5{
    padding-top: 0px;
  }
  .get6{
    padding-top: 18px;
  }
  .single-service-box:hover .service-thumb img {
    transform: scale(1); /* Zoom image when hovering on any part of the card */
  }
  .single-service-box:hover .service-content h3 {
    color: #0a1027; /* Change h3 color when hovering on any part of the card */
  }
  .navbar-dark .navbar-nav .nav-link {
    width: fit-content;
  }
  .contentLoc {
    margin-left: -51px;
  }
  .nice-select{
    margin-bottom: 10px;
  }
 
  .blog-item {
    margin-bottom: 30px;
  }

  .blog-item .blog__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-left: 8px;
  }

  .blog-item .blog__content {
    padding-left: 0;
  }

  .blog-single .blog-item .blog__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }

  .blog-grid-layout2 .blog-item .blog__content,
  .blog-grid-layout2 .blog-item-wide .blog__content {
    padding: 0 20px 20px 20px;
  }

  .blog__tags ul {
    justify-content: flex-start !important;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 60px;
  }

  .blog-nav {
    display: block;
  }

  .blog-nav .blog__prev {
    margin-bottom: 20px;
  }

  .blog-nav .blog__nav-content h6 {
    font-size: 13px;
  }

  .blog-nav .blog__nav-img {
    width: 60px;
    height: 60px;
  }

  .blog-nav .blog__prev .blog__nav-content {
    padding-left: 70px;
  }

  .blog-nav .blog__next .blog__nav-content {
    padding-right: 70px;
  }
  .footer-widget-content p {
    font-size: 12px;
  }
} 

/* Extra Small Devices */
 @media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    display: block;
    padding: 20px;
  }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #f4f4f4;
  color: #222222;
  text-align: center;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
  background-color: #EA7500;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

  /* =========================================================================
                                Careers
========================================================================= */

.careerBG{
  background: url(./img/careerBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}

  /* =========================================================================
                                contact
========================================================================= */

.contactPagaBG{
  background: url(./img/contactMainBG.webp) no-repeat center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* top: -89px; */
  position: relative;
}
.contactSpace{
  background: url(./img/contactsBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 82px 0 35px;
  position: relative;
  z-index: 1;
  /* top: -89px; */
}

  /* =========================================================================
                                Blogs2
========================================================================= */
.importers{
font-size: 48px;
font-weight: 500;
line-height: 67px;
text-align: center;
color: #FFFFFF;
}

.material{
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #EA7500;
}
.key{
font-size: 24px;
font-weight: 400;
line-height: 36px;
color: #8A8A8A;
}

.keyB{
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #8A8A8A;
  }

/* .single-service-box{
  position: relative;
    width: 300px;
    height: 200px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100% !important;
}

.text {
  position: absolute;
  opacity: 0;
  left: -100px;
  bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  color: #333;
}

.arrow-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease;
}

.single-service-box:hover .text {
  opacity: 1;
  left: calc(30% - 100px);
}

.single-service-box:hover .arrow-link {
  transform: translateX(20px);
} */


.sr-only{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}
.hero-form {
  background-color: #ffffff8f;
  /* opacity: 58%; */
  text-align: center;
  padding: 21px 36px 8px 36px;;
  border-radius: 6px;
  margin-top: 10px;
}
.hero-form form {
  margin-top: 8px;
  font-weight: 300;
}
.has-feedback {
  position: relative;
}
.form-group {
  margin-bottom: 10px;
}
.hero-form h2 {
  font-size: 34px;
  font-weight: 700;
}
.hero-form h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
/* .btn-primary {
  font-size: 26px;
  font-weight: 700;

  background-image: -webkit-linear-gradient(top, #202020, #000);
  background-image: -moz-linear-gradient(top, #202020, #000);
  background-image: -ms-linear-gradient(top, #202020, #000);
  background-image: -o-linear-gradient(top, #202020, #000);
  background-image: linear-gradient(to bottom, #ff7600, #ff7800);
  width: 100%;
  border: 1px solid #ff7600;
} */
.btn:hover {
  color:  #ffffff;
  background-color:  #ff7600;
  border-color:  #ff7600;
}
.form-group-lg .form-control {
  height: auto !important;
  padding: 9.8px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0px;
  margin-bottom: 0 !important;
  border: 0;
}
input[type="email"]:focus{
  border: 2px solid #9B9B9B !important;
}
.form-group-lgs .form-controls {
  height: 112px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.cityname{

  font-size: 46px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  color: #FF962E;
  /* box-shadow: 0px 4px 4px 0px #202020; */
}
.phone{
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
  padding: 6px ;
  background-color: #0e0e0e3d;
}
.materials{
  color: #000;

  font-size: 20px;
  /* font-weight: 400; */
  /* line-height: 30px; */
  display: flex;
  text-align: left;
}
.firstin{
  font-size: 64px;
}

.invalue{
  /* padding-left: calc(var(--bs-gutter-x)* .5);
  padding-right: calc(var(--bs-gutter-x)* .5); */
  background-color: #fff;
}
ul.ks-cboxtags {
  list-style: none;
  padding: 10px 0px 10px 0px;
  text-align: left;
}
ul.ks-cboxtags li{
display: inline;
}
ul.ks-cboxtags li label{
  display: inline-block;
  background-color: rgba(255, 255, 255, .9);
  border: 2px solid #757575d3;
  color: #757575;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}
.current{
  color: #000000 ;
  /* opacity: 0.6 !important; */
  font-size: 16px !important;
}
/* .option{
color: #000 !important;
} */


.nice-select .option.selected{
  color: #000000 !important;
}
ul.ks-cboxtags li label {
  padding: 4px 8px;
  cursor: pointer;
}

ul.ks-cboxtags li label::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 2px 2px 6px; /* Adjust padding to move icon to the right */
  content: "\f067"; 
  transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::after {
  content: "\f00c"; /* Checkmark icon */
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 2px solid #EA7500;
  background-color: #EA7500;
  color: #fff;
  transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
position: absolute;
opacity: 0;
}
/* ul.ks-cboxtags li input[type="checkbox"]:focus + label {
border: 2px solid #f8c28c;
} */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ff7600;
  height: auto;
}
.copyright_text {
  width: 100%;
  /* float: left; */
  font-size: 14px;
  color: #fefefd;
  text-align: center;
  /* margin-left: 0px; */
  /* margin: 20px; */
}
.error {
  border: 2px solid red;
}
.copyright_section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* Ensure preloader is displayed on top */
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(./assets/img/preloader.svg) !important; /* Adjust path accordingly */
  display: none; /* Initially hidden */
}

.preloader.active { /* Optional: Add a class to the preloader when showing */
  display: block;
}
.needmo{
  display: flex;
}
.needmobile{
  display: none;
}
.text-bg{
  background-color: #ff7600;
  padding: 6px;
  font-size: 15px;
  margin: 6px auto;
}


.form-contact-box input{
  background: #F4F4F4 !important;
}

.form-contact-box textarea{
  background: #F4F4F4 !important;
  color: #000000 !important;  
  font-family: 'Jost' !important;
}
textarea::placeholder{
  color: #515151 !important;
  font-family: 'Jost' !important;
  font-weight: 400 !important;
  opacity: 0.6 !important;
}

.touchback{
  position: relative;
  top: -46px;
}

.touchbackContact{
  position: relative;
  top: -25px;
}

.touchbackCareer{
  position: relative;
  top: -26px;
}
.ourDesktop{
  display: block;
}
.ourMobile{
  display: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
/* .marginspaceDM{
  margin-top: -89px;
} */
/* .form-control:focus{
  border: 1px solid #EA7500 !important;
  box-shadow: none !important;
} */

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, input[type="number"]:focus{
  border: 1px solid #EA7500 !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .offcanvas-header{
    font-size: 24px;
  }
  .insidelogos{
    
        max-width: 335px !important;
       
  }

  .nav-link:hover {
    color: #000000 !important;
  }
  .quote_button button:hover {
    color: #FFFFFF !important;
   background: #EA7500 !important;
  }
  .blog-item:hover .blog__img img{
    transform: scale(1);
  }

  /* .marginspaceDM2{
    margin-top: -89px;
  } */
  /* Underline effect */
.navbar .navbar-nav .nav-item::after {
 display: none;
}
/* 
  #scrollUp{
    display: none !important;
  } */
 
  .video-section {
    height: 100vh;
}

  .nav-link {
    color: #000 !important;
    text-shadow: none !important;
    /* position: sticky;
    top: 0px; */
  }

  

  .default-logo {
    display: block;
    width: 110px;
    height: 37px;
  }
  
  .scrolled-logo {
    display: none;
    width: 110px;
    height: 37px;
  }
.Providing{
font-size: 20px;
line-height: 22px;
}

.manufacturer{
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
  width: 307px;
}

.appoint{
padding: 6px 15px 6px 15px !important;
border-radius: 6px !important;
font-size: 20px !important;
}

.appoint:hover {
  background-color: #EA7500 !important;
  border: 2px solid #EA7500 !important;
  color: #FFFFFF !important;
}


/* .videoPageSpace{
  position: relative;
  top: -60px;
} */
.topsmall{
font-size: 14px;
line-height: 25.5px;
}
.topsmallH{
  font-size: 14px;
  line-height: 25.5px;
  }
  .topsmallSH{
    font-size: 14px;
    line-height: 25.5px;
    }
.project{
font-size: 20px;
font-weight: 600;
line-height: 26px;
} 
.projectP{
font-size: 16px;
font-weight: 600;
line-height: 26px;
} 
.grgroup{
font-size: 12px;
line-height: 18px;
}

.insidelogo img{
 width: 80px;
 height: 70px;
}

.logocen{
font-size: 12px;
font-weight: 500;
}

.topiccen{
  text-align: left;
}

.ourMobile{
  display: block;
}
.ourDesktop{
  display: none;
}

.owl-dots {
  display: block !important;
}
.service-area .single-service-box {
  padding: 0 0px 0px !important;

}

/* .service-icon{
  width: 54px;
  height: 54px;
} */
.service-area .service-content p{
  font-size: 12px !important;
        line-height: 18px !important;
}
.service-area .service-content {

  height: 220px;
}
.Construction{
font-size: 20px;
line-height: 25px;
}
.phonenum{
font-size: 14px;
font-weight: 400;
}

.appoint2{
padding: 0px 9px 0px 9px !important;
font-size: 14px !important;
line-height: 52.8px;
}

.appoint2:hover {
  color: #fff !important;
  border: 2px solid #EA7500 !important;
  background-color: #EA7500 !important;
  font-weight: 400 !important;
}
#scrollUp:hover {
  background-color: #EA7500 !important;
  color: #fff !important;
  border: 2px solid #EA7500;
}
.phonenum2 {
  font-size: 24px;
}
.industry{
  min-height: 150px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info span{
  font-size: 40px;
  color: #EA7500;
}

.ltn__testimonial-item-7{
  max-width: 90% !important;
  padding: 20px 10px 8px !important;
  box-shadow: 0px 8px 5px 0px #959DA533 !important;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p{
font-size: 12px;
font-weight: 400;
line-height: 20px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation h5{
font-size: 16px;
line-height: 16px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation label{
  font-size: 12px !important;
  line-height: 22px;
}

.ltn__testimonial-item-7:hover::before {
  width: 100%;
  opacity: 0 !important;
  visibility: hidden;
}
.ltn__testimonial-item{
  margin-bottom: 20px !important;
  margin-left: 15px !important;
    margin-right: 0px !important;
    width: auto;
    height: auto;
    
}

.testimonialsbg{
  height: auto;
}
.blog-item .blog__title a{
font-size: 16px !important;
font-weight: 500 !important;
line-height: 20px;
}

.blog-item .blog__content{
  padding-top: 06px;
  height: auto;
}
.blog-item .blog__desc{
  padding-left: 8px;
font-size: 12px;
line-height: 16px;
}

.btn__secondary .text {
  margin-right: 0;
  color: #EA7500;
 
  display: block;
}

.blog-item .btn__link i{
  background: #EA7500;
  transition: 0 ;
}
.blog-item .btn__link {
font-weight: 700;
line-height: 15px;
padding: 2px 0 0 0px !important;
}

.btn__secondary:hover .fa-arrow-right {
  margin-left: 0rem;
}

.blog-item:hover h4.blog__title a{
  color: #1B1A1A;
}



.form-content h4{
font-size: 24px;
font-weight: 600;
line-height: 30px;
}
.form-content h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  }
.form-contact-box {
  padding: 15px 14px 14px;
  border-radius:5px;
  left: 0px;
}

.form-contact-box:before{
  display: none;
}
.form-content h5{
font-size: 18px;
line-height: 26px;
}

.form-group-lg .form-control{
  height: 34px;
  border: 0;
  margin-bottom: 0 !important;
}
.quote_button button{
font-size: 24px !important;
padding: 7px 0px !important;
}

.contactLoction{
font-size: 20px;
line-height: 28.9px;
}

.contactLoction2{
font-size: 16px;
font-weight: 400;
line-height: 23.12px;
padding-left: 10px;
}

.contentLoc{
  padding-bottom: 2px;
}
.choose-us-section {
  padding: 82px 0 0px;
}


.choose-shape img{
  max-width: 112%;
}
.choose-shape {
  position: absolute;
  top: 1px;
  left: -12px;
  z-index: -1;
}

.shapeM{
  position: absolute;
  top: 1px;
  left: 0px;
  z-index: -1;
}
.footer-top {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer__widget-about p {
  margin-bottom:0;
}

.widget__newsletter-form .form-control {
height: 46px;
}
.widget__newsletter-form .btn{
  /* width: 34px;
    height: 34px; */
    padding: 0 !important;
    top: 1px;
    right: 6px;
}



.service-buttonM a{
 color: #EA7500;
 font-size: 20px;
 font-weight: 500;
}
.service-area .single-service-box .service-icon{
  background: #EA7500;
    padding: 24px 24px;
}

.service-area .service-icon {
  border: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF !important;
}

.service-area .single-service-box .service-icon img{
  filter: brightness(0) invert(1);
}
/* =========================================================================
                                    About_Us
========================================================================= */
/* .aboutUsBG{
 min-height: 37vh;
} */

.aboutUsHead{
font-size: 35px;
}
.aboutUsHome{
font-size: 12px;
}

.bro {

    border: 1.5px solid #EA7500;
    padding: 8px 45px;
    transition: 0.5s;
    border-radius: 2px;
}

.bro:hover {
display: none;
}
.bigIdea {
  color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 26px;
}

.Quality{
font-size: 14px;
line-height: 26px;
}
.dynamic{
font-size: 12px;
line-height: 16px;
width: 281px;
/* height: 88px; */
}
.bigIdeaBG{
  min-height: 237px;
}


.aboutUs3{
  background: url(images/aboutUs3.webp) no-repeat center;
  background-size: cover;
  min-height: 35vh;
  position: relative;
        /* top: -89px; */
}   


.imgpara p{
  position: absolute;
  top: 200px;
font-size: 12px;
font-weight: 400;
line-height: 14px;
background: #EA7500D4;
color: #FFFFFF ;
width: 290px;
padding:10px 4px;
left: 12px;
}
.lookingAbout{
  position: relative !important;
  margin-bottom: 0px;
}

.looking{
  font-size: 14px;
  line-height: 23px;
  position: absolute !important;
  top: 137px;
  left: 20px;
  width: 280px !important;
  height: 116px;
  background: #FFFFFF;
  padding: 12px 10px 20px 10px;
  box-shadow: 0px 8px 24px 0px #959DA533;
  }

  .aboutContact {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    padding: 6px 22px 6px 22px!important;
    border-radius: 2px;
    background: linear-gradient(93.42deg, #EA7500 1.25%, #F3A557 109.47%);
  }

  
/* =========================================================================
                                    products
========================================================================= */
.productsHead{
font-size: 40px;
}

.productsHome{
font-size: 12px;
}

.looking2{
  margin-top: 80px !important;
}

.mixs1{
  display: inline-grid;
  justify-items: center;
}

.mixs1 img{
  width: 62px;
  height: 51px;
}

.award{
  font-size: 12px;
 text-align: center;
  }

  /* .locmap {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
} */

.ourIcon {
  width: 300px;
  height: 100px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #EEEEEF;
  box-shadow: 0px 7px 29px 0px #64646F33;
}

.nav-pills .nav-link.active{
  font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
        padding: 0px 5px 0px 9px;
        gap: 10px;
        border-radius: 4px;
    }
  

  .nav-pills .nav-link{
    font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
        padding: 0px 5px 0px 9px;
        gap: 10px;
        border-radius: 4px;
    }
    

    /* .nav-pills .nav-link{
      padding: 10px 49px 10px 49px;
      gap: 10px;
      border-radius: 30px;
      color: #222222 !important;
      margin-top: 15px;
      margin-left: 10px;
      font-size: 24px !important;
      font-weight: 400 !important;
      line-height: 30px !important;
      } */

.allPill{
display: inline-grid;
justify-content: center;
}
.award2{
font-size: 20px;
font-weight: 500;
color: #000000;
}
.allPill2{
  display: inline-grid;
  justify-content: center;
  }
  .allPill3{
    display: inline-grid;
    justify-content: center;
    height: auto;
    }
/* =========================================================================
                                    products
========================================================================= */

.form_box input{
  height: 40px !important;
  margin-bottom: 0px !important;
 border: 0 !important;
}
/* =========================================================================
                                    blogs2
========================================================================= */

.importers {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
}

.material {
  font-size: 10px;
  font-weight: 400;
  line-height: 36px;
  color: #EA7500;
}
.key {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #8A8A8A;
}
.keyB {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #8A8A8A;
}
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  border: none;
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
 
  .form-contact-box {
    left: -25px;
    
}
.contactsForm {
 
  left: -25px !important;
  bottom: 26px !important;
}
.careerform {

  left: -25px !important;
  bottom: 9px !important;
}
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {

  .form-contact-box {
    left: -185px;
}

.careerform {

  left: -185px !important;
  bottom: 9px !important;
}

.contactsForm {
  left: -185px !important;
  bottom: 26px !important;
}
}
@media only screen and (min-width: 1600px) and (max-width: 2560px) {
  .contentLoc {
    margin-left: -60px;
    padding-bottom: 10px;
}
  .mix2 {
    right: 278px;
}
.mix4 {
  position: absolute;
  top: 104px;
  right: -266px;
  text-align: -webkit-center;
}
  .serviceB{
    padding-top: 25px !important;
  
  }
  .service-area .service-content {
    padding: 25px 45px 30px 15px !important;
    height: 246px;
}
  .imgpara p {
    top: 409px;
    left: 83px;
}

  /* .ltn__testimonial-item {

    margin-left: 30px !important;
    margin-right: -20px !important;
    width: auto;
    height: auto;
} */
  .blog-item .blog__content{
    margin-right: 115px;
  }
  .ourDesktop{
    width: 100%;
  }
  /* .choose-shape img{
    width: 48.8%;
  } */
}
@media  (width: 320px)  {
  .contentLoc {
      margin-left: -43px;
  }
}
@media only screen and (min-width: 344px) and (max-width: 359px) {
  .get1{
    padding-top: 14px;
  }
  .get2{
    padding-top: 0px;
  }
  .get3{
    padding-top: 17px;
  }
  .get4{
    padding-top: 16px ;
  }
  .get5{
    padding-top: 14px;
  }
  .get6{
    padding-top: 32px;
  }
  .contentLoc {
    margin-left: -46px;
  }
  .manufacturer {
    width: 330px;
}
  .imgpara p {
    top: 218px;
    width: 314px;
}
.ltn__testimonial-item-7 {
  height: 180px;
}
.choose-shape img {
  width: 344px;
}
.bro {
  padding: 8px 57px;
}
 .aboutUs3 {
  min-height: 23vh;
}
/*
.productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
  min-height: 32vh;
} */
.looking {
  font-size: 14px;
  line-height: 23px;
  position: absolute !important;
  top: 155px;
  left: 20px;
  width: 303px !important;
  height: 100px;
  background: #FFFFFF;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 8px 24px 0px #959DA533;
}
.ltnSpaceM{
  padding-top: 21px;
}
}


@media only screen and (min-width: 360px) and (max-width: 374px) {

  .get1{
    padding-top: 14px;
  }
  .get2{
    padding-top: 0px;
  }
  .get3{
    padding-top: 12px;
  }
  .get4{
    padding-top: 16px ;
  }
  .get5{
    padding-top: 14px;
  }
  .get6{
    padding-top: 32px;
  }

  .ltnSpaceM{
    padding-top: 21px;
  }
  /* .ltnSpaceM2{
    padding-top: 2px !important;
  } */
  .manufacturer {
    width: 340px;
}
.imgpara p {
top: 231px;
width: 330px;
}
 .ltn__testimonial-item-7 {
  height: 180px;
}
.choose-shape img {
  width: 360px;
}
.bro {
  padding: 8px 65px;
}
 .aboutUs3 {
  min-height: 23vh;
}
/*
.productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
  min-height: 32vh;
}  */
.looking {
  font-size: 14px;
  line-height: 23px;
  position: absolute !important;
  top: 125px;
  left: 20px;
  width: 320px !important;
  height: 100px;
  background: #FFFFFF;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 8px 24px 0px #959DA533;
}
.contactLoction2 {
  padding-left: 10px;
}
}

@media only screen and (min-width: 375px) and (max-width: 383px) {
  .get1{
    padding-top: 14px;
  }
  .get2{
    padding-top: 14px;
  }
  .get3{
    padding-top: 14px;
  }
  .get4{
    padding-top: 32px ;
  }
  .get5{
    padding-top: 14px;
  }
  .get6{
    padding-top: 32px;
  }
  .ltnSpaceM{
    padding-top: 21px;
  }
  .manufacturer {
    width: 370px;
}
  .imgpara p {
    top: 243px;
    width: 345px;
  }
   .ltn__testimonial-item-7 {
    height: 170px;
  }
  .choose-shape img {
    width: 375px;
  }
  .bro {
    padding: 8px 73px;
  }
 .aboutUs3 {
    min-height: 23vh;
  }
    /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 43vh;
  }  */
  .looking {
    top: 103px;
    font-size: 14px;
        line-height: 23px;
        position: absolute !important;
        left: 20px;
        width: 332px !important;
        height: 100px;
        background: #FFFFFF;
        padding: 12px 10px 10px 10px;
        box-shadow: 0px 8px 24px 0px #959DA533;
  }

  .contactLoction2 {
    padding-left: 10px;
  }
  }

  @media only screen and (min-width: 384px) and (max-width: 389px) {
    .service-area .service-content {
      height: 208px;
  }
    .ltnSpaceM{
      padding-top: 21px;
    }
    .manufacturer {
      width: 360px;
  }
    .imgpara p {
      top: 251px;
      width: 354px;
    }
     .ltn__testimonial-item-7 {
      height: 180px;
    }
    .choose-shape img {
      width: 384px;
    }
    .bro {
      padding: 8px 77px;
    }
    .aboutUs3 {
      min-height: 23vh;
    }
     /*
    .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
      min-height: 37vh;
    }  */
    .looking {
      font-size: 14px;
      line-height: 23px;
      position: absolute !important;
      top: 142px;
      left: 20px;
      width: 342px !important;
      height: 100px;
      background: #FFFFFF;
      padding: 10px 10px 10px 10px;
      box-shadow: 0px 8px 24px 0px #959DA533;
  }
  }

@media only screen and (min-width: 384px) and (max-width: 389px) {
.imgpara p {
 top: 251px;
 width: 354px;
}
.ltn__testimonial-item-7 {
 height: 180px;
 }
.choose-shape img {
width: 384px;
 }
.bro {
 padding: 8px 77px;
}

 .aboutUs3 {
 min-height: 23vh;
}
/*
.productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
  min-height: 37vh;
}  */
.looking {
 top: 127px;
 }
}

@media only screen and (min-width: 390px) and (max-width: 392px) {
  .get1{
    padding-top: 14px;
  }
  .get2{
    padding-top: 14px;
  }
  .get3{
    padding-top: 14px;
  }
  .get4{
    padding-top: 32px ;
  }
  .get5{
    padding-top: 14px;
  }
  .get6{
    padding-top: 32px;
  }
 
  .manufacturer {
    width: 370px;
}
  .imgpara p {
    top: 255px;
    width: 360px;
  }
   /* .ltn__testimonial-item-7 {
    height: 174px;
  } */
  /* .ltnSpaceM{
    padding-top: 21px;
  } */
  .choose-shape img {
    width: 390px;
  }
  .bro {
    padding: 8px 80px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
   font-size: 14px;
        line-height: 23px;
        position: absolute !important;
        top: 146px;
        left: 20px;
        width: 352px !important;
        height: 100px;
        background: #FFFFFF;
        padding: 10px 10px 10px 10px;
        box-shadow: 0px 8px 24px 0px #959DA533;
  }
  .contactLoction2 {
    padding-left: 13px;
  }
}

@media only screen and (min-width: 393px) and (max-width: 423px) {
  .service-area .service-content {
    height: 204px;
}

    .contentLoc {
        margin-left: -54px;
    }

  .imgpara p {
    top: 258px;
    width: 363px;
  }
   /* .ltn__testimonial-item-7 {
    height: 170px;
  }
  .ltnSpaceM{
    padding-top: 0px;
  } */
  .choose-shape img {
    width: 393px;
  }
  .bro {
    padding: 8px 82px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
         line-height: 23px;
         position: absolute !important;
         top: 148px;
         left: 20px;
         width: 352px !important;
         height: 100px;
         background: #FFFFFF;
         padding: 10px 10px 10px 10px;
         box-shadow: 0px 8px 24px 0px #959DA533;
   }
}
@media only screen and (min-width: 412px) and (max-width: 413px) {
  .service-area .service-content {
    height: 204px;
}
.get1{
  padding-top: 14px;
}
.get2{
  padding-top: 0px;
}
.get3{
  padding-top: 14px;
}
.get4{
  padding-top: 15px ;
}
.get5{
  padding-top: 14px;
}
.get6{
  padding-top: 16px;
}
  .imgpara p {
    top: 273px;
    width: 382px;
  }
   .ltn__testimonial-item-7 {
    height: 159px;
  }
  .choose-shape img {
    width: 412px;
  }
  .bro {
    padding: 8px 91px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
    line-height: 23px;
    position: absolute !important;
    top: 164px;
    left: 20px;
    width: 370px !important;
    height: 100px;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
}
  .contactLoction2 {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 423px) {
  .get1{
    padding-top: 18px;
  }
  .get2{
    padding-top: 1px;
  }
  .get3{
    padding-top: 18px;
  }
  .get4{
    padding-top: 18px ;
  }
  .get5{
    padding-top: 18px;
  }
  .get6{
    padding-top: 18px;
  }
  .imgpara p {
    top: 275px;
    width: 384px;
}
   .ltn__testimonial-item-7 {
    height: 159px;
  }
  .choose-shape img {
    width: 414px;
  }
  .bro {
    padding: 8px 92px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
        line-height: 23px;
        position: absolute !important;
        top: 158px;
        left: 20px;
        width: 374px !important;
        height: 100px;
        background: #FFFFFF;
        padding: 10px 10px 10px 10px;
  }
  .contactLoction2 {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 424px) and (max-width: 427px) {
  .service-area .service-content {
    height: 217px;
    height: 202px;
}
  .get1{
    padding-top: 14px;
  }
  .get2{
    padding-top: 0px;
  }
  .get3{
    padding-top: 17px;
  }
  .get4{
    padding-top: 16px ;
  }
  .get5{
    padding-top: 14px;
  }
  .get6{
    padding-top: 16px;
  }
  .contentLoc {
    margin-left: -59px;
}
  .imgpara p {
 top: 297px;
 width: 394px;
}
   .ltn__testimonial-item-7 {
    height: 159px;
  }
  .choose-shape img {
    width: 424px;
  }
  .bro {
    padding: 8px 97px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
    line-height: 23px;
    position: absolute !important;
    top: 154px;
    left: 20px;
    width: 380px !important;
    height: 100px;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
}
}
@media only screen and (min-width: 428px) and (max-width: 429px) {
  .service-area .service-content {
    height: 188px;
}
.get1{
  padding-top: 0px;
}
.get2{
  padding-top: 0px;
}
.get3{
  padding-top: 0px;
}
.get4{
  padding-top: 0px ;
}
.get5{
  padding-top: 0px;
}
.get6{
  padding-top: 0px;
}
  .contentLoc {
    margin-left: -59px;
}
  .manufacturer {
    width: 420px;
}
  .imgpara p {
    top: 300px;
    width: 398px;
}
   .ltn__testimonial-item-7 {
    height: 159px;
  }
  .choose-shape img {
    width: 428px;
  }
  .bro {
    padding: 8px 98px;
  }
   .aboutUs3 {
    min-height: 23vh;
  }
  /*
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
    line-height: 23px;
    position: absolute !important;
    top: 157px;
    left: 20px;
    width: 386px !important;
    height: 100px;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
}
}
@media only screen and (min-width: 430px) and (max-width: 539px) {
  .service-area .service-content {
    height: 188px;
}
  .manufacturer {
    width: 420px;
}
  .imgpara p {
    top: 302px;
    width: 400px;
}
   .ltn__testimonial-item-7 {
    height: 159px;
  }
  .choose-shape img {
    width: 430px;
  }
  .bro {
    padding: 8px 100px;
  }
  .aboutUs3 {
    min-height: 23vh;
  }
  /* 
  .productsBG, .blogsBG, .careerBG,.contactPagaBG, .aboutUsBG, .readyBG, .clientsBG{
    min-height: 37vh;
  }  */
  .looking {
    font-size: 14px;
    line-height: 23px;
    position: absolute !important;
    top: 168px;
    left: 20px;
    width: 390px !important;
    height: 100px;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 8px 24px 0px #959DA533;
}
  .contactLoction2 {
    padding-left: 22px;
  }
}
@media only screen and (min-width: 1164px) and (max-width: 1279px) {
  .form-contact-box{
    left: 61px;
    bottom: 75px;
  }
  .careerform {
    left: 62px;
    bottom: 45px;
}
  .ltn__testimonial-item-7{
   height: 282px;
  }
  .service-area .service-content h3 {
    height: 73px;
}

.service-area .single-service-box:hover .service-button a::before {
  font-size: 16px !important;
}
.service-area .single-service-box .service-button a::before {
  font-size: 16px !important;
}

.service-area .service-content {
  padding: 25px 45px 30px 15px !important;
  height: 318px;
}

.imgpara p {
  top: 467px;
  width: 485px;
  left: 12px;
}
.looking {
  top: 255px;
}

.contentLoc {
  margin-left: -31px;
}
.nav-link {
  color: #FFFFFF !important;
  text-shadow: none !important;
}

  .contactsForm {
   
    left: 62px;
    bottom: 78px;
}
.ltnSpace1{
  padding-top: 28px;
}
.ltnSpace2{
  padding-top: 0px;
}
.serviceB{
  padding-top: 24px !important;

}
.award {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.mix4 {
  position: absolute;
  top: 104px;
  right: -177px;
  text-align: -webkit-center;
}
.mix2 {
  position: absolute;
  top: 104px;
  right: 182px;
  text-align: -webkit-center;
}
}



.margincard{
  margin-top: 200px;
}
@media  (width: 1164px) {

  .Construction {
    font-size: 38px;
}
.readmoreB{
  height: 96px;
 }
  }
  
  @media only screen and (min-width: 1164px) and (max-width: 1355px) {
    .ourIcon {
      width: 1008px;
      height: 78px;
      border-radius: 8px;
      background: #FFFFFF;
      border: 1px solid #EEEEEF;
      box-shadow: 0px 7px 29px 0px #64646F33;
  }
    .nav-pills .nav-link {
      padding: 10px 30px 10px 30px;
      gap: 10px;
      border-radius: 30px;
      color: #222222 !important;
      margin-top: 15px;
      margin-left: 10px;
      font-size: 22px !important;
      font-weight: 400 !important;
      line-height: 30px !important;
  }
  .nav-pills .nav-link.active {
    padding: 10px 30px 10px 30px;
    gap: 10px;
    border-radius: 30px;
    background: #EEEEEE !important;
    color: #EA7500 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}
  }

@media only screen and (min-width: 1280px) and (max-width: 1599px) {

  .ltnSpace1{
    padding-top: 28px;
  }
  .ltnSpace2{
    padding-top: 28px;
  }
 
  .serviceB{
    padding-top:54px !important;
  
  }
  }
  @media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .imgpara p {
      top: 455px !important;
      left: 14px !important;
  }
  }

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
 
  .contactsForm {
    position: relative;
    z-index: 1;
    left: 60px !important;
    bottom: 44px !important;
}
  .careerform {

    left: 59px !important;
    bottom: 26px !important;
}
  .form-contact-box{
    left: 60px;
    bottom: 62px;
  }
  .imgpara p {
    top: 454px;
    left: 19px;
}

  .Construction {
    font-size: 44px;
}
  }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* .enquiry_now new style  start*/
.enquire_now-box {
  width: 100%;
  height: 0px;
  background-color: #fff;
  box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
  text-align: center;
  margin: 0px 0 0px 0;
  overflow: hidden;
  opacity: 0;
}
.enquire_now-box.open {
  height: 340px;
  opacity: 1;
}
.enquire_now-box.popup-ani {
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.enquire_now-box h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0 0 0;
  margin: 0;
  font-weight: 500;
}
.enquire_now-box input {
  font-size: 14px;
  padding-left: 20px;
  height: 50px;
  border-radius: 0px;
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  border-color: var(--border-color-9);
}

.enquire_now-box input::placeholder{
  color: #515151 !important;
  font-size: 14px;
}
.enquire_now-box form {
  padding: 0px 30px 0;
  margin-bottom: 15px;
}
.enquire_now-box input[name="email"] {
  background-color: #eee;
}
.enquire_now-box input[name="username"] {
  background-color: #eee;
}
.enquire_now-box input[name="contactno"] {
  background-color: #eee;
}
.enquire_now-box button[name="submit"] {
  background-color: #EA7500;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  padding: 8px 40px;
  border-radius: 5px;
  color: #fff;
}

.enquire_now-box-wab {
  width: 50%;
  background-color: #38c96f;
  z-index: 5;
  position: relative;
}
.enquire_now-box-fab {
  width: 50%;
  background-color: #EA7500;
  z-index: 5;
  position: relative;
}
.enquire_now-box-fab .img-fab {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
}
.enquire_now-box-wab .img-fab {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10px;
}

.enquire_now-box-fab .wrap {
  transform: rotate(0deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.enquire_now-box-fab .ani {
  transform: rotate(45deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.enquire_now-box-fab .close {
  background-position: -2px 1px;
  transform: rotate(-45deg);
  float: none;
  opacity: 1;
}
.enquire_now {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: flex ;
  flex-wrap: wrap;
}
/* .enquiry_now new style  end*/

.enquire_form {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
}
/* .enquire_form_hide {
  display: none !important;
} */

.bi.bi-x-circle.enquirepadleft {
  padding-left: 150px !important;
}
.bi.bi-x-circle.downloadpadleft {
  padding-left: 150px !important;
}
.desktop_enquireForm {
  display: none;
  box-shadow: none;
}
.enquery-section {
  display: block;
}
.enquery-mob{
  display: flex !important;
}
.sidebar-contact-details {
  position: fixed;
  bottom: -51.5%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 12px 2px 20px #00000080;  
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99999;
}
.desktopview{
  display: none;
}
.mobileview {
  display: flex;
}
.sky {
  gap: 12px;
  font-size: 18px;
line-height: 26px;
font-weight: 400;
}
.getintouch form.whatsapp-form {
  margin-top: 30px;
}
}
/* enquery style start  */
.enquery-section p {
  font-size: 1.75rem;
  color: #EA7500;

  font-weight: 600;
}
.nav-tabs .enquire-links,
.nav-tabs .enquire-links.active {
  border-bottom: #EA7500 2px solid;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  color: #EA7500;
  opacity: 1;
  padding: 0;
}
.nav-tabs .enquire-links {
  background: none;
  border: 0px solid transparent;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  /* text-align: right; */
  color: #EA7500;
  opacity: 0.6;
  cursor: pointer;
  margin: 0px 10px;
}

.sidebar-contact {
  position: fixed;
  top: 60%;
  right: -450px;
  transform: translateY(-50%);
  width: 450px;
  height: auto;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0px 7px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 3;
  border-radius: 0px 0px 0px 20px;
}
.sidebar-contact.active {
  right: 0;
  width: 370px;

}

.sidebar-contact input, .sidebar-contact textarea {
  width: 100%;
  height: 36px !important;
  padding: 5px 15px !important;
  margin-bottom: 10px !important;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  outline: none;
  border-radius: 20px !important;
}
.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}
.sidebar-contact textarea {
  height: 60px;
  resize: none;
}
.sidebar-contact .enqueryBtn {
  background: #EA7500;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 24px;
  padding: 5px 30px;
  border-radius: 20px;
}
/* .sidebar-contact .enqueryBtn:hover {
  background: #000;
  color: #fff;
} */
.toggle {
  position: absolute;
  width: 130px;
  text-align: center;
  cursor: pointer;
  background: #EA7500;
  top: 0;
  left: 0px;
  line-height: 36px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  box-shadow: 1px 2px 9px #353232;
}
.toggle:before {
  content: "Enquire Now";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.toggle.active:before {
  content: "\f057";
  font-family: 'Font Awesome 6 Free';
}
.enquery-mob{
  display: none;
}
.mobile_enquireForm_detailspage {
  display: flex !important;
}
.hero-footer .heroM{
  display: none;
}
.hero-footer .heroMH {
    display: none;
}
/* enquery style end  */

.footer2{
  position: relative;
  top: 50px;
}

ol{
  list-style:square !important;
  margin-top: 0 !important;
    margin-bottom: 1rem !important;
  padding-left: 20px !important;
  font-size: 20px ;
}

.badge-close {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  width: 25px !important;
  height:  25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  /* content: "×";  */
  box-shadow: 1px 2px 9px #353232;;
}
.btn-close{
 
  color: #000000 !important;
  opacity: 1 !important;
}
.badge-close:before {
  /* content: "×";  */
  display: block;
  line-height: 1;
  font-size: 43px !important;
 
}



body.modal-open {
  overflow: hidden !important;
  position: fixed !important; /* This will stop scrolling */
  width: 100% !important; /* Ensures there's no horizontal shift */
}


@media (width: 2560px) {
  .choose-shape img {

    width: 1238px !important;
    height: 710px;
}
.careerform {
  position: relative;
  z-index: 1;
  left: 40px !important;
  bottom: 9px !important;
}
.career-shape img{
  width: 1238px !important;
    height: 751px !important;
}
.contactsForm {
  position: relative;
  z-index: 1;
  left: 42px !important;
  bottom: 25px !important;
}
.contactshape img{
  width: 1238px !important;
  height: 720px;
}

.form-contact-box {
  padding: 32px 36px 32px;
  background: #FFFFFF;
  border-radius: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  left: 41px;
  bottom: 61px;
  box-shadow: -33px 8px 24px 0px #959DA533;
}
}

/* WhatsApp Floating Button Styles */
.whatsapp-floats {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
    bottom: 62px;
    left: 12px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1;
}

.whatsapp-icon {
  margin-top: 16px;
}

.whatsapp-floats:hover {
color: white;

}
/* Initially hidden WhatsApp Floating Button */

@media only screen and (min-width: 1536px) and (max-width: 1599px) {
  .imgpara p {
    top: 410px;
    left: 78px;
}
.form-contact-box {
  left: 7px;
  bottom: 60px;
}
.contactsForm   {
  left: 7px;
  bottom: 10px;
}

.mix2 {
  top: 104px;
  right: 279px;
}
.mix4 {
  top: 104px;
  right: -258px;
}
.contentLoc {
  margin-left: -61px;
  padding-bottom: 10px;
}
.contactLoction2 {

  width: 565px ! IMPORTANT;
}
.careerform {
  left: 7px;
  bottom: 26px;
}
.contactsForm {
  left: 7px;
  bottom: 44px;
}
.blog-item .blog__content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  padding-left: 0px;
  margin-right: 116px;
  margin-top: -40px;
  border-radius: 0 4px 0 0;
  right: 1px;
  /* height: 233px; */
}
}

@media (width: 1536px){
  .serviceB {
    padding-top: 26px !important;
  }
  .service-area .service-content {
    padding: 25px 45px 30px 15px !important;
    height: 248px;
}
}

.navbar-expand-xl .offcanvas .offcanvas-body {
  justify-content: flex-end;
}

.blogsthumbnail-imgs{
  height: 230px;
  object-fit: cover;
}

.navbar-nav {
  align-items: center !important;
}

.navbar .navbar-nav .nav-item .activenav {
    color: #EA7500 !important;
}
.blog-item .blog__img img {
  height: 220px;
}