
/* Main top bar start */

.navContainer {
  width: 100%; height: 100%; 
  background: linear-gradient(270deg, #FAEACD 0.92%, #FBDAA0 47.14%, #FAE6C3 100%); 
  justify-content: space-between; 
  align-items: flex-start; 
  display: inline-flex;
}

.mobilenavContainer {
    height: 100%;
    background: linear-gradient(270deg, #FAEACD 0.92%, #FBDAA0 47.14%, #FAE6C3 100%);
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.contactInfo {
  justify-content: flex-start; 
  align-items: center; 
  gap: 7px; 
}

.iconContainer {
  width: 16px;
  height: 16px;
  position: relative;
}

.icon {
  width: 12px;
  height: 12px;
  left: 2px;
  top: -5px;
  position: absolute;
}

.contactNumber,
.contactEmail {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
}
.contactNumber a{
  text-decoration: none;
  color: #424242;
}
.contactEmail a{
  text-decoration: none;
  color: #424242;
}

.separator {
  width: 0px;
  height: 11px;
  border: 0.25px #424242 solid;
}

.contactEmail {
  text-align: right;
}
/* Main top bar end */


/* Navigation start */
.navbar{
  background-color:#ffffff;
  box-shadow:0 2px 4px 0 rgba(182, 182, 182, 0.5);
}
.navbarLogo{
    position: relative;
}
.navbarLogo img {
  width: 100%; 
  height: 100%;
}
.navbarLogocontainer {
  width: 214px;
  height: 40px;
  position: relative;
}
.mobilenavbarLogocontainer {
  /* width: 214px; */
  height: 40px;
  position: relative;
}
.navbarLogoImage {
  width: 120%;
  left: 0px;
  top: -4%;
  position: absolute;
}

.navbarLogodivider {
  width: 0px;
  height: 32px;
  left: 126px;
  top: 4px;
  position: absolute;
  border: 0.25px #424242 solid;
}
.nav-item a{
  text-decoration: none;
  color: #424242;
}
/* Contact Section Start*/
.contactBtnLink a{
  text-decoration: none;
}
.contactButton {
  display: flex;
  gap: 6px;
  padding: 6px 12px;
  background-color: #FCAF25;
  border-radius: 8px;
  overflow: hidden;
  border: 0.50px solid;
}

.contactText {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
}

.contactIcon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.iconBar {
  width: 16.67px;
  height: 11.67px;
}
/* Contact Section End*/


.navbarHead{
    flex: 1;
    justify-content: space-evenly;
}
.active-navbar {
  background: #ffffff;
  border-bottom: solid 3px #252525 !important;
}
 .navbarWidth{
    width:30%;
}
.navbarMenu{
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
} 
.navbarContactBtn {
    background-color: #FFB546;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
}
/* Navigation end */

/* Main Carousel Section Start */
.bannerCaptiontext {
    color: black;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}
.bannerCaptionButton {
    width: 20%; 
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    word-wrap: break-word;
    background: #1D1D1D;
    border-radius: 28px;
}
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
/* Main Carousel Section End */

/* Our Business Section Start */
.equipSmallTitle{
  width: 100%; 
  text-align: center; 
  color: #D98C03; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 24px; 
  letter-spacing: 0.10px; 
  word-wrap: break-word;
}
  .ourBusinessTitle {
    color:#14171A;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
  }
  .ourBusinessText {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
  }
  .ourBusinessCard {
    border-radius: 12px; 
    border: 0.50px rgba(252, 175, 37, 0.25) solid;
  }
  .ourBusinessCardOne {
    background-image: url('../images/business1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
    min-height: 200px;
    padding: 15px;
    margin-right: -2px;
  }
  .ourBusCardOneTitle {
    width:66%;
  }
  .ourBusCardOneDesc {
    width:60%;
  }
  .ourBusinessCardSecond {
    background-image: url('../images/business2.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
    min-height: 200px;
    padding: 15px;
    margin-right: -2px;
  }
  .ourBusinessCardTitle {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
  }
  .ourBusinessCardDesc {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
  }
  .ourBusinessBtn {
    background-color: #FCAF25;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.10px;
    word-wrap: break-word;
  }
  .blogTitle .card{
    border: 0px;
  }
/* Our Business Section End */




/* Our Strength Section Start */
.ourStrengthsMain{
  background: rgba(252, 175, 37, 0.10);
}
.ourStrengthsCard {
  border:0px;
}
  .ourStrengthsImgCircle {
    margin:39px;
  }
  .ourStrengthsContainer {
    width: 100%;
    height: 100%;
    background: rgba(252, 175, 37, 0.10);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
  }
  .ourStrengthsBox {
    width: 180px;
    height: 180px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
   }
   .ourStrengthsCircle {
    width: 180px; 
    height: 180px; 
    background: white;
    border-radius: 100px; 
    border: 0.50px #F5F5F5 solid;
    background-image: url('../images/image418.png');
    background-size:cover;
    background-position: center;
   }

  .ourStrengthsText {
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
  }
/* Our Strength Section End */

/*Dealers pae Brand Section Start */
.ourBrandBobImgCircle{
  margin:31px 19px -4px 0px;
}
.ourBrandGraveImgCircle{
  margin:62px 18px -1px 38px;
}
.ourBrandBercoImgCircle{
  margin:53px 18px -1px 5px;
}
.ourBrandFineImgCircle{
  margin:22px 19px -4px 0px;
}
/*Dealers pae Brand Section End */

/*Key Project Section start*/
.keyProjectSection .card-columns {
  column-count:2;
}
.keyProjectSection .card-columns .card {
  height: 110px;
  display: flex;
  align-items: center;
  margin-bottom:20px;
  border-radius: 16px; border: 0.50px rgba(252, 175, 37, 0.25) solid;
} 
.keyProjectDescription{
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  text-align: justify;
}
.keyProjectOwlItem{
  width: 90%;
  height: 148px;
  background: #FAFAFA;
  border-radius: 16px;
  /* border: 0.5px solid; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyProjectOwlImg .imgkey{
 width: 123px !important;  
  height: 40px !important;
}
/* Key Project Section End */


/* Key Partners carousel start */
.carousel-wrapper {
  width: 1200px;
  margin: auto;
  position: relative;
  text-align: center;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 19px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -45px;
  font-size: 58px;
}
.owl-carousel .owl-next {
  right: -35px;
  font-size: 58px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
/* Key Partners carousel end */

/*Blog section start */
  .blogsTitle {
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    word-wrap: break-word;
  }
  .blogsViewMore{
    background-color: #F5F5F5B2; 
  }
  .blogReadMore a{
    color: #FCAF25;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
  .blogLink a{
    text-decoration: none;
    color: #FCAF25;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.1px;
  }

/*Blog section end */


/* Spares & Services Page Css Start */

/* Spares & Services Page Categories Start */
.spareCategoriesTitle{
  /* width: 100%;  */
  text-align: center; 
  color: #212121; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 24px; 
  letter-spacing: 0.10px; 
  word-wrap: break-word;
}
.spareCatMainBox .card-deck .card{
    width:100%;
    box-shadow: 0px 1px 2px rgba(145, 158, 171, 0.16);
    border-radius: 12px; 
    border: 1px rgba(252, 175, 37, 0.25) solid; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    /* gap: 12px;  */
    display: inline-flex;
    height: 173px;
}
.rentalCatMainBox .card-deck .card {
  width: 100%;
  box-shadow: 0px 1px 2px rgba(145, 158, 171, 0.16);
  border-radius: 12px; 
  border: 1px rgba(252, 175, 37, 0.25) solid;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  height: 200px;
  padding: 12px;
}
.spareCatMainBox .card-deck .card
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
}
.sparesServiceBtn {
  background-color: #FCAF25;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.10px;
  word-wrap: break-word;
  border-radius:28px;
}


.roundBtnLink a{
  text-decoration: none;
}
.roundButton {
  /* width: 34%; */
  display: inline-flex; 
  gap: 6px;
  padding: 6px 12px;
  background-color: #FCAF25;
  border-radius: 28px;
  overflow: hidden;
}

.roundBtnText {
  color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
    padding: 8px 9px;
    display: inline-flex;
}

.roundBtnIcon {
  width: 20px;
  height: 20px;
  display: inherit;
  justify-content: center;
}

.roundBtniconBar {
   width: 16.67px;
  height: 11.67px; 
}
/* Spares & Services Page Categories End */
.notfoundPage{
  color: #424242;
}

/* Spares & Services Page Css End */


/*Footer section Start */
  footer{
    background-color: #1D1D1D;
    color:#D9D9D9;
  }
  .footerTitle{
    padding-bottom: 9%;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
  }
  .footerAddressTitle{
    color: #D9D9D9;
    font-size: 21px;
    font-weight: 500;
    line-height:31px;
    word-wrap: break-word;
  }
  .footerText{
    color: #616161;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
  }
  .footerDivider{
    width: 100%; 
    height: 100%; 
    border: 0.25px #616161 solid;
  }
/* Footer Inquiry Form Start */
.footerInquiry{
    width: 100%;
    height: 100%; 
    padding: 32px;
    background: #212121; 
    box-shadow: 0px 1px 2px rgba(145, 158, 171, 0.16); 
    border-radius: 12px; 
    border: 0.50px #303030 solid; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 24px; 
    display: inline-flex;
}
.footerInquiryTitle{
  color: #E0E0E0; 
  font-size: 20px;
  font-weight: 500; 
  line-height: 28px; 
  letter-spacing: 0.15px; 
  word-wrap: break-word;
}
.inquiryForm {
  width: 100%;
}
.footerInquiryForm{
  width: 356px; 
  padding-left: 12px; 
  padding-right: 12px; 
  padding-top: 8px; 
  padding-bottom: 8px; 
  background: #1D1D1D; 
  border-radius: 8px; 
  border: 0.50px #303030 solid; 
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  display: inline-flex;
}
.footerInquiryFormMain{
height: 312px; 
flex-direction: column; 
justify-content: flex-start; 
align-items: flex-start;
 gap: 16px; 
 display: flex;
}
.footerInquiry .inquiryForm .form-control {
  flex: 1 1 0;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  resize: none;
}
 .form-control {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--grey-grey-a-700, #303030);
  background: var(--common-black, #1D1D1D);
} 

.inquiryFormBtn{
  border-radius: 8px;
background: var(--grey-grey-700, #616161);
color: var(--grey-grey-300, #E0E0E0);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
letter-spacing: 0.15px;
}
.footerTitle a{
  text-decoration: none;
  color:#9E9E9E;
}

/* Footer Inquiry Form End */
/*Footer section End */


/*------------------------------------------ Mobile Responsive CSS Stylesheet Code Start from Here -------------------------------*/




/* Mobile Responsive Start */

/* Mobile Navigation Logo Start */
.mobileNav .navbar-brand .img-fluid{
  max-width: 115%;
}
/* Mobile Navigation Logo End */

.mobilecontactNumber,
.mobilecontactEmail {
  color: #424242;
  font-size: 10px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
  
}
.mobilecontactNumber a{
  text-decoration: none;
  color: #424242;
  padding: 3px;

}
.mobilecontactEmail a{
  text-decoration: none;
  color: #424242;
  padding-left: 3px;
  text-align: right
}

.mobileseparator {
  display: inline;
  width: 0px;
  height: 11px;
  border: 0.5px #424242 solid;
  background-image: url('../images/Vector418.png');
}

.mobilecontactEmail {
  text-align: right;
}
.mobileiconContainer {
  position: relative;
}
.mobilecallicon{
  width: 10px;
  height: 8px;
  left: -16px;
  top: 1px;
  position: absolute;
}
.mobileicon {
  width: 10px;
  height: 8px;
  left: -5px;
  top: 1px;
  position: absolute;
}
.mobilenavbarLogodivider {
  width: 0px;
  height: 32px;
  left: 115px;
  top: 4px;
  position: absolute;
  border: 0.25px #424242 solid;
}
/*Mobile Responsive Contact button start */
.mobilecontactBtnLink a{
  text-decoration: none;
}
.mobilecontactButton {
  display: flex;
  gap: 6px;
  padding: 6px 12px;
  background-color: #FCAF25;
  border-radius: 8px;
  overflow: hidden;
  border: 0.50px solid;
}

.mobilecontactText {
  color: #212121;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
}

.mobilecontactIcon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.mobilecontacticonBar {
  width: 16.67px;
  height: 11.67px;
}
/*Mobile Responsive Contact button end */

/* Mobile Responsive End */




/* Default styling for the .pc-only class */
.pc-only {
  display: flex; /* Hide by default */
}
.tablet-only {
  display: none;
}
.mobile-only {
  display: none;
}
.pc-and-tablet-only{
  display: none;
}

/* Media query for screens with a minimum width of 768px (adjust as needed) */
@media screen and (max-width: 1000px)  {
  /* .equipSmallTitle {
    color: #D98C03;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.10px;
    word-wrap: break-word;
  }
  .ourBusinessTitle {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}
.ourBusCardOneTitle {
  width: 100%;
}
.ourBusinessCardTitle {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}
.ourBusCardOneDesc{
  width: 79%;
}
.ourBusinessCardDesc {
  color: #545454;
  font-size: 13px;
  font-family: Inter;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
} */
  .pc-only {
      display: none !important; /* Display on PC resolutions */
  }
  .tablet-only {
    display: flex !important; /* Display on PC resolutions */
  }
  .mobile-only {
    display: none !important; /* Display on PC resolutions */
  }
  .pc-and-tablet-only{
    display: flex !important; /* Display on PC resolutions */
  }
  /* .tablet-only */
}


/* @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-only {
      display: none !important; 
    }
} */
/* Display on PC resolutions */
/* @media (min-width: 768px){
  .spareCatMainBox .card-deck .card {
    height: 250px;
  }
} */

@media (max-width: 768px) {
  .spareCatMainBox .card-deck .card {
    height: 210px;
  }
  .rentalCatMainBox .card-deck .card {
    height: 237px;
  }
  .pc-only {
    display: none !important; 
  }
  .tablet-only {
    display: none !important; /* Display on PC resolutions */
  }
  .mobile-only {
    display: flex !important; /* Display on PC resolutions */
  }
  .pc-and-tablet-only{
    display: flex !important; /* Display on PC resolutions */
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pc-and-tablet-only{
    display: flex !important; /* Display on PC resolutions */
  }
  .mobile-only {
    display: none !important; /* Display on PC resolutions */
  }
 
}