a {
  text-decoration: none !important;
}

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

/******************************************
    File Name: header
/*****************************************/
/* ================= TOP BAR ================= */
.axa_strip_11 {
  background: #2f7bb8;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.4s;
}

.axa_strip_hide_12 {
  transform: translateY(-100%);
  opacity: 0;
}

.bxb_phone_13 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.cxc_social_14 a {
  color: #fff;
  margin-left: 15px;
  transition: 0.3s;
}

.cxc_social_14 a:hover {
  color: #f7c600;
}

/* ================= NAVBAR ================= */
.dxd_nav_15 {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 14px 0;
  background: rgba(51, 122, 183, 0.4);
  transition: 0.4s;
}

.dxd_fixed_16 {
  top: 0;
  background: #337ab7 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.exe_logo_17 {
  height: 45px;
}

/* menu */
.gxg_menu_19 .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 8px !important;
  position: relative;
}

.gxg_menu_19 .nav-link:hover {
  color: #f7c600;
}

.gxg_menu_19 .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: #f7c600;
  transition: 0.3s;
}

.gxg_menu_19 .nav-link:hover::after,
.gxg_menu_19 .nav-link.hxh_active_20::after {
  width: 100%;
}

.hxh_active_20 {
  color: #f7c600 !important;
}

/* ================= DROPDOWN ================= */
.productDropdown {
  position: relative;
}

.ixi_drop_21 {
  min-width: 270px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.ixi_drop_21 li a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}

.ixi_drop_21 li a:hover {
  background: #f7c600;
  color: #fff;
}

.nav-link.dropdown-toggle::after {
  display: none !important;
}

.jxj_icon_22 {
  font-size: 11px;
  margin-left: 5px;
}

/* ================= DESKTOP / TAB HOVER ================= */
@media (min-width: 992px) {
  .productDropdown:hover .ixi_drop_21 {
    display: block;
    animation: fadeDown 0.3s ease;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .productDropdown:hover .ixi_drop_21 {
    display: block;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
  .dxd_nav_15 {
    top: 40px;
    padding: 10px;
    background: #337ab7;
  }

  .fxf_collapse_18 {
    background: #337ab7;
    padding: 15px;
    margin-top: 10px;
  }

  .gxg_menu_19 .nav-link {
    padding: 10px 0 !important;
  }

  .ixi_drop_21 {
    position: static !important;
    width: 100%;
    background: #2f7bb8;
    display: none;
  }

  .ixi_drop_21 .dropdown-item {
    color: #fff;
  }

  .productDropdown.openMenu .ixi_drop_21 {
    display: block;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 768px) {
  .axa_strip_11 {
    display: none;
  }

  .dxd_nav_15 {
    top: 0 !important;
  }
}

/* animation */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/******************************************
WELCOME TO ARIA css
/*****************************************/

/* ===== HERO SECTION ===== */
.axa_hero_wrap_91 {
  padding: 10em 0 20em !important;
}
.axa_hero_wrap_91 {
  background: url("../images/bgg.png") center center no-repeat;
  width: 100%;
  margin: 0;
  padding: 0;
}

.axa_hero_bg_91 {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.axa_hero_bg_91 .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.axa_row_full_91 {
  min-height: 100vh;
}

.axa_content_box_91 {
  text-align: center;
  padding: 20px;
}
.axa_hero_wrap_91 .axa_text_91 {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 0 0 40px;
  margin: 0;
  line-height: inherit;
  color: #ffffff;
}
/* Title */
.axa_hero_wrap_91 h2 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 18px;
}

.axa_white_91 {
  color: #ffffff;
}

.axa_yellow_91 {
  color: #ffc107;
}

/* line image */
.axa_line_img_91 {
  width: 220px;
  width: 100%;
  height: auto;
  margin: 0 auto 35px;
  display: block;
}

/* paragraph */
.axa_text_91 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: 400;
}

/* button */
.axa_btn_91 {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 50px !important;
  background: #e8a900 !important;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s ease;
}

/* .axa_btn_91:hover{
    backgrBound:#ffc107;
    color:#000;
    text-decoration:none;
} */

/* ===== Tablet ===== */
@media (max-width: 991px) {
  .axa_title_91 {
    font-size: 44px;
  }

  .axa_text_91 {
    font-size: 20px;
    line-height: 1.7;
  }

  .axa_line_img_91 {
    width: 100%;
  }
}

/* ===== Mobile ===== */
@media (max-width: 575px) {
  .axa_hero_wrap_91 h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .axa_hero_bg_91 {
    min-height: 85vh;
  }

  .axa_row_full_91 {
    min-height: 85vh;
  }

  .axa_content_box_91 {
    padding: 15px;
  }

  .axa_title_91 {
    font-size: 30px;
    line-height: 1.4;
  }

  .axa_text_91 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .axa_line_img_91 {
    width: 100%;
    margin-bottom: 25px;
  }

  .axa_btn_91 {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/******************************************
    File Name: about css 
/*****************************************/

#about.section.wb {
  background: url("../uploads/building/construction01.png");
  background-repeat: no repeat;
}

#about .message-box h2 {
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.message-box h2,
.message-box h1 {
  font-size: 38px;
  font-weight: 300;
  padding: 0 0 10px;
  margin: 0;
  line-height: 62px;
  margin-top: 0;
  text-transform: none;
}

.message-box .lead {
  padding-top: 10px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif !important;
  text-align: justify;
  color: #58585c;
  font-weight: 400;
  padding-bottom: 0;
}

#about .message-box h2::after,
#about .message-box h1::after {
  width: 65px;
  height: 5px;
  content: "";
  background: #fbcf00 !important;
  position: relative;
  display: block;
  margin: 10px 0;
}

/******************************************
    File Name: Awa Rental
/*****************************************/
.serv {
  height: 500px;
  padding: 25px 25px;
  margin-top: 35px;
  position: relative;
}
div#services .serv .service-inform-text h3 {
  color: #e8a900;
  padding: 0;
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 1px 1px 0 #111;
  letter-spacing: 0;
}
div#services .serv .service-inform-text p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0;
  padding: 0 35px;
  letter-spacing: 1px;
}
.serv {
  background-size: cover;
  transition: ease all 1s;
  overflow: hidden;
}
.serv-blog {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.serv-blog img {
  width: 150px;
}
.serv-blog-cont {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.serv-blog-cont h3 {
  margin: 25px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
#services .serv-blog-cont h3 {
  color: #fff;
}
.serv-blog-cont p {
  float: left;
  width: 80%;
  color: #ddd;
  line-height: 28px;
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0;
  margin-left: 10%;
  max-width: 400px;
}
.serv::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: ease all 0.5s;
  height: 100%;
}
.serv:hover::after,
.serv:focus::after {
  width: 100%;
}

.row.text-center.about-row {
  margin-top: 25px;
}

.jumbotron {
  /* padding: 60px 48px 60px 68px; */
  color: inherit;
  background-color: #eee;
  margin-bottom: 30px;
}

#about .service-widget p {
  font-family: "Montserrat", sans-serif;
  padding: 0 15px;
  font-size: 14px;
  color: #58585c;
}

#about .service-widget {
  background: #fff;
  border: none;
  position: relative;
  padding-bottom: 30px;
  box-shadow: 0 15px 25px -32px #000;
}

#about .service-widget img {
  width: 100%;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
  color: #1f1f1f;
}
.service-widget h3 {
  font-size: 21px;
  color: #ffffff;
  padding: 20px 0 12px;
  margin: 0;
}

section.ab-section {
  padding: 117px 0 0 0;
}
.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

/******************************************
    File Name: scaffolding-rental-coming-soon
/*****************************************/

@media only screen and (max-width: 500px) {
  #home {
    height: 300px !important;
  }
}

/* ===== IMAGE SECTION ===== */
.scaffolding-rental .image-section {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}

/* Image boxes */
.scaffolding-rental .img-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.scaffolding-rental .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.scaffolding-rental .img-box:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
.scaffolding-rental .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

/* ===== CONTENT ON IMAGE ===== */
.scaffolding-rental .content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.scaffolding-rental .content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fcb900;
  margin-bottom: 12px;
  letter-spacing: 3px;
  line-height: 1.1;
  text-transform: uppercase;
}

.scaffolding-rental .content h3 {
  font-size: 26px;
}

.scaffolding-rental .content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 575px) {
  .scaffolding-rental .content h1 {
    font-size: 42px;
  }

  .scaffolding-rental .content h3 {
    font-size: 24px;
  }

  .scaffolding-rental .content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .scaffolding-rental .image-section {
    flex-direction: column;
    height: auto;
  }

  .scaffolding-rental .img-box {
    width: 100%;
    height: 250px;
  }

  .scaffolding-rental .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .scaffolding-rental .content h1 {
    font-size: 42px;
  }

  .scaffolding-rental .content h3 {
    font-size: 24px;
  }

  .scaffolding-rental .content p {
    font-size: 16px;
  }

  .scaffolding-rental .Scaffolding::after {
    width: 100% !important;
  }
}

/******************************************
    File Name: product-sale.php
/*****************************************/
#services .message-box {
  margin-bottom: 35px;
}

#services h2::after {
  width: 65px;
  height: 5px;
  content: "";
  background: #fbcf00;
  position: relative;
  display: block;
  margin: 10px 0;
}

#services .message-box h2 {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif;
}
#services .service-inform {
  text-align: center;
}
#services .icon-service {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .icon-service img {
  width: 120px;
}
#services .service-inform-text p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #999;
}
#services .service-inform-text {
  float: left;
  width: 100%;
}
#services h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif !important;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
/******************************************
clients
/*****************************************/
.dropshadowclass {
  border: solid 1px #ccc;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#about .col-xl-12 {
  padding-left: 15px;
  padding-right: 15px;
}

div#about .dropshadowclass .img-responsive {
  width: 50%;
  height: auto;
  margin: auto !important;
}

.dropshadowclass:hover {
  border: solid 1px #ccc;
  -moz-box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  box-shadow: 5px 5px 0px #999 !important;
}

@media only screen and (max-width: 500px) {
  #home {
    height: 350px !important;
  }
}

/******************************************
    File Name: Gallery
/*****************************************/

/* MAIN SECTION */
.custom-gallery {
  padding: 60px 0 !important;
  background: #f8f8f8;
}

/* CONTAINER */
.custom-gallery .custom-gallery-container {
  width: 90%;
  margin: auto;
}

/* TITLE */
.custom-gallery .custom-gallery-title {
  text-align: center;
  margin-bottom: 40px;
}

.custom-gallery .custom-gallery-title h2 {
  font-size: 42px;
  margin: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

.custom-gallery .custom-gallery-title p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}

/* GRID */
.custom-gallery .custom-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

/* IMAGE BOX */
.custom-gallery .custom-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

/* IMAGE */
.custom-gallery .custom-gallery-grid a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.4s ease;
  display: block;
}

/* HOVER */
.custom-gallery .custom-gallery-grid a:hover img {
  transform: scale(1.08) !important;
}

/* TABLET */
/* Desktop */
.custom-gallery .custom-gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Tablet */
@media (max-width: 991px) {
  .custom-gallery .custom-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile 576px to 320px and below */
@media (max-width: 576px) {
  .custom-gallery .custom-gallery-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .custom-gallery {
    padding: 40px 0;
  }

  .custom-gallery .custom-gallery-grid {
    grid-template-columns: 1fr;
  }

  .custom-gallery .custom-gallery-grid a img {
    height: 230px;
  }

  .custom-gallery .custom-gallery-title h2 {
    font-size: 30px;
  }
}

/******************************************
    File Name: contact us 
/*****************************************/
.section-title h3 {
  font-size: 42px;
  font-weight: 300;
  line-height: 62px;
  margin: 0 0 25px;
  padding: 0;
  text-transform: none;
  position: relative;
}

.main-sec h3 {
  text-align: center;
  font-weight: bold;
  color: #1f1f1f;
  text-transform: uppercase;
}
.contant-info {
  float: left;
  width: 100%;
}

.contant-info ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
.contant-info ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.info-shape {
  background: #e8a900 !important;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  position: absolute;
}

.contant-info ul li div.info-content {
  padding-left: 65px !important;
}

.contant-info ul li div.info-content .uppercase {
  color: #333;
  font-size: 15px !important;
  margin: 0;
  font-weight: bold !important;
  line-height: normal;
  padding: 0;
}

.contant-info h2::after {
  width: 65px;
  height: 5px;
  content: "";
  background: #fbcf00;
  position: relative;
  display: block;
  margin: 10px 0;
}

.contant-info ul li div.info-content p {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.contant-info a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
}
.contact_form {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
/* Placeholder color */
input::placeholder {
  color: #b8b8b8 !important;
  opacity: 1;
}
/* Select first option placeholder color */

#select_service {
  color: #b8b8b8 !important;
}

#select_service option {
  color: #000;
}

/* keep first option gray */
#select_service option:first-child {
  color: #b8b8b8;
}
/* Select arrow right side fix */

/* Textarea text + placeholder color */

#comments {
  color: #b8b8b8 !important;
}

#comments::placeholder {
  color: #b8b8b8 !important;
  opacity: 1;
}

/* Same color for default option */

#existing {
  color: #b8b8b8 !important;
}

#existing option:first-child {
  color: #b8b8b8 !important;
}

#existing option {
  color: #000;
}

/* Bootstrap hover override for this button only */

#Trigger .btn,
#Trigger button.btn {
  border: 0 !important;
  font-size: 18px;
  background: #e8a900 !important;
  color: #ffffff !important;
}

#Trigger .btn:hover,
#Trigger button.btn:hover,
#Trigger .btn:focus,
#Trigger button.btn:focus {
  border: 0 !important;
  background: #e8a900 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-light {
  padding: 13px 40px;
  font-size: 18px;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  border-radius: 50px;
  background-color: #e8a900;
}
.btn-light:hover {
  color: #ffff;
  background-color: #e8a900;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.selectpicker,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background: url("data:image/svg+xml;utf8,<svg fill='%23b8b8b8' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>")
    no-repeat right 12px center;

  padding-right: 40px !important;
  background-size: 16px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.contact_form .form-control {
  background-color: #fff !important;
  margin-bottom: 30px;
  border-right: none;
  border-left: none;
  border-top: 0;
  border-bottom: 2px solid #ebebeb !important;
  box-sizing: border-box;
  color: #666 !important;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 0px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
  border-radius: 0;
}

/* main box */
.modern-enquiry-wrap {
  background: #ffffff;
  padding: 42px;
  border-radius: 26px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* top shape */
.modern-enquiry-wrap:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #337ab7, #f8c300);
  border-radius: 50%;
  opacity: 0.08;
}

/* heading */
.modern-enquiry-head {
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.mini-label {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 30px;
  background: #eef5fc;
  color: #337ab7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.modern-enquiry-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.modern-enquiry-head p {
  color: #6b7280;
  margin: 0;
  font-size: 15px;
}

/* fields */
.modern-field {
  height: 58px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 15px;
  background: #f9fafb;
  box-shadow: none !important;
  transition: 0.3s;
}

.modern-textarea {
  height: auto;
  resize: none;
  padding-top: 16px;
}

.modern-field:focus {
  background: #fff;
  border-color: #337ab7;
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.12) !important;
}

/* button */
.modern-submit-btn {
  width: 100%;
  border: none;
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #337ab7, #23527c);
  transition: 0.3s;
}

.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(51, 122, 183, 0.22);
}

/* responsive */
@media (max-width: 991px) {
  .modern-enquiry-wrap {
    padding: 30px;
  }

  .modern-enquiry-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .modern-enquiry-wrap {
    padding: 22px;
    border-radius: 18px;
  }

  .modern-enquiry-head h2 {
    font-size: 26px;
  }

  .modern-field {
    height: 50px;
    font-size: 14px;
    border-radius: 12px;
  }

  .modern-textarea {
    min-height: 130px;
  }

  .modern-submit-btn {
    padding: 14px;
    border-radius: 12px;
  }
}
/******************************************
    File Name: machine-sale-u-e.php
/*****************************************/
.machine-wrapper h3 {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 30px 0 30px 0;
  color: #1f1f1f;
  font-weight: 700;
}

.boom-lift h2 {
  padding: 0 0 20px 0;
  font-size: 22px;
  color: #1f1f1f;
  margin: 0;
}

.boom-lift h2::after {
  width: 65px;
  height: 5px;
  content: "";
  background: #fbcf00 !important;
  position: relative;
  display: block;
  margin: 10px 0;
}

/* ================= SECTION ================= */

.qxa_wrap_11 {
  background: #efefef;
}

/* ================= CARD ================= */

.mza_card_12 {
  text-align: center;
  transition: 0.4s;
}

/* ================= IMAGE BOX ================= */

.pxt_imgbox_13 {
  position: relative;
  overflow: hidden;
  height: 230px;
  font-family: "Montserrat", sans-serif;
  background: #ddd;
}

.pxt_imgbox_13 img {
  transition: 0.5s;
}

/* ================= HOVER OVERLAY ================= */

.rty_quote_14 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.rty_quote_14 span {
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 20px;
  transition: 0.3s;
}

.rty_quote_14 span:hover {
  background: #fbcf00;
  color: #fff;
}

/* ================= INFO ================= */

.nmb_info_15 {
  padding-top: 18px;
}

.nmb_info_15 h4 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.nmb_info_15 p {
  font-size: 14px;
  margin: 0;
}

/* ================= HOVER EFFECT ================= */

.mza_card_12:hover .rty_quote_14 {
  opacity: 1;
  visibility: visible;
}

.mza_card_12:hover img {
  transform: scale(1.08);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199px) {
  .pxt_imgbox_13 {
    height: 210px;
  }

  .nmb_info_15 h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .pxt_imgbox_13 {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .pxt_imgbox_13 {
    height: 220px;
  }

  .nmb_info_15 h4 {
    font-size: 20px;
  }

  .nmb_info_15 p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pxt_imgbox_13 {
    height: 260px;
  }
}

/******************************************
    File Name: model-genie-s80.php
/*****************************************/
.model-genie-s80 {
  padding: 150px 0 40px;
}

.product-section {
  padding: 40px 60px;
  background: #fff;
}

/* FIX: equal height */
.product-section .row {
  display: flex;
  align-items: stretch;
}

/* LEFT */
.product-img-box {
  padding: 15px;
  text-align: center;
  height: 100%;
}

/* CENTER */
.product-title {
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}

.product-desc {
  color: #666;
  line-height: 1.7;
}

.product-list {
  padding-left: 18px;
}

.view-details {
  color: #000000;
  text-decoration: underline;
}

/* FEATURES */
.features i {
  color: #e8a900;
  margin-right: 8px;
}

/* RIGHT FORM */
.quote-box {
  background: #f7f7f7;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.quote-header {
  background: #f8c300;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
}
.model-genie-s80 h2::after {
  width: 65px;
  height: 5px;
  content: "";
  background: #fbcf00;
  position: relative;
  display: block;
  margin: 10px 0;
}
.product-desc {
  color: #666;
  line-height: 1.7;
}
.model-genie-s80 .features .col-md-6 p {
  color: #999;
}
.product-description-box p {
  color: #999;
}

.model-genie-s80 .product-list li {
  color: #999;
}
.quote-box form {
  padding: 15px;
}

.quote-box input,
.quote-box textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ddd;
}

.quote-box button {
  background: #f8c300;
  color: #fff;
  border: none;
  padding: 8px;
  width: 120px;
}

.model-genie-s80 .contact-des {
  text-align: left;
  font-size: 14px;
  padding: 10px;
  color: #999;
  margin: 0;
}

/* DESKTOP (default 3-6-3 already handled by Bootstrap) */

/* LARGE DEVICES */
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .product-section .row {
    flex-direction: column;
  }

  .quote-box {
    margin-top: 20px;
  }
}

/* MOBILE (ALL PHONES) */
@media (max-width: 767px) {
  .product-section {
    padding: 15px;
  }

  .product-title {
    font-size: 20px;
  }

  .product-desc {
    font-size: 14px;
  }

  .product-list {
    font-size: 14px;
  }

  .quote-box input,
  .quote-box textarea {
    font-size: 14px;
    padding: 10px;
  }

  .quote-box button {
    width: 100%; /* full width button */
  }

  .features .col-md-6 {
    width: 100%;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 480px) {
  .product-title {
    font-size: 18px;
  }

  .watch-video {
    font-size: 12px;
  }

  .contact {
    font-size: 12px;
  }
}

.product-description {
  background: #f5f5f5;
  padding: 40px 60px;
}

.product-description-box {
  margin-top: 15px;
}

.desc-title {
  font-size: 22px;
  font-weight: bold !important;
  /* margin-bottom: 20px; */
  color: #222;
}

.product-description p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .product-description {
    padding: 20px;
  }

  .desc-title {
    font-size: 18px;
  }

  .product-description p {
    font-size: 14px;
  }
}

li.text-color a {
  color: #e8a900;
}

/******************************************
    File Name: material-handling
/*****************************************/
.Material-hero-section {
  background-color: #ffffff;
  padding: 150px 0 0;
}

.Material-hero-section .Material-hero-section-wrapper .Material-mh {
  color: #000000 !important;
  text-align: center !important;
}

.Material-hero-section h1 {
  font-size: 50px;
}

.Material-hero-section-wrapper .we-offer {
  font-size: 16px !important;
  color: #000000;
  text-align: center;
}

/* ================= LAPTOP ================= */
@media (max-width: 1199px) {
  .Material-hero-section {
    padding: 170px 0 90px;
  }

  .Material-hero-section h1 {
    font-size: 44px;
  }
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .Material-hero-section {
    padding: 150px 0 80px;
  }

  .Material-hero-section h1 {
    font-size: 38px;
  }

  .Material-hero-section-wrapper .we-offer {
    font-size: 15px !important;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
  .Material-hero-section {
    padding: 130px 0 70px;
  }

  .Material-hero-section h1 {
    font-size: 30px;
  }

  .Material-hero-section-wrapper .we-offer {
    font-size: 14px !important;
    line-height: 1.6;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 576px) {
  .Material-hero-section {
    padding: 110px 0 60px;
  }

  .Material-hero-section h1 {
    font-size: 26px;
  }

  .Material-hero-section-wrapper .we-offer {
    font-size: 13px !important;
  }
}
.mh-sidebar .mh-title-m {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}

.mh-sidebar .mh-menu li ul li a {
  padding: 12px 15px !important;
  transition: 0.3s;
  font-size: 15px;
}
.text-color a {
  color: #333;
}
.mh-sidebar .mh-menu li a:hover {
  color: #e8a900 !important;
}
.mh-sidebar .mh-menu li.active > a {
  color: #e8a900;
  font-weight: 600;
}
.mh-section {
  padding: 40px 0;
}

.mh-sidebar {
  background: #e8e8e8;
  padding: 15px;
  border-radius: 4px;
}

.mh-card {
  border: 1px solid #eee;
  text-align: center;
  height: auto !important;
  padding: 16px;
  background: #fff;
  transition: 0.3s;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px !important;
  margin-bottom: 25px;
}
.mh-section .mh-card img {
  height: 180px;
}
.mh-section .mh-card h4 {
  margin-top: 15px;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 17px;
}
/* HOVER */
.mh-card:hover {
  transform: translateY(-5px);
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.mh-section .mh-card h4:hover {
  color: #f8c300;
}

.product-container a {
  text-decoration: none;
}
.mh-card img {
  /* height: 120px; */
  object-fit: contain;
  width: 100% !important;
}
/* Material Mobile view */
@media (max-width: 768px) {
  .mh-section #product-container {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  #product-container .row {
    flex-direction: column !important;
  }
}
@media (max-width: 575px) {
  .mh-section #product-container {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }

  #product-container .row {
    flex-direction: column !important;
  }
}

/* ===============================
   MECHANIZATION SIDEBAR CSS
================================= */

.mh-sidebar {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

/* title */
.mh-title {
  margin: 0;
  background: #0d6efd;
  color: #fff;
  padding: 16px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

/* menu reset */
.mh-menu,
.mh-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* main li */
.mh-menu li {
  /* border-bottom: 1px solid #ededed; */
  position: relative;
}

.mh-menu li:last-child {
  border-bottom: none;
}

/* links */
.mh-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 18px;
  transition: 0.3s;
  line-height: 1.5;
}

.mh-menu li a:hover {
  background: #f5f8ff;
  color: #0d6efd;
}

/* sub menu */
.mh-menu li ul {
  display: none;
  background: #fafafa;
}

.mh-menu li.open > ul {
  display: block;
}

/* child links */
.mh-menu li ul li a {
  padding: 12px 20px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

/* active */
.mh-menu li.active > a {
  background: #eaf2ff;
  color: #0d6efd;
  font-weight: 700;
}

/* icons */
.mh-menu li.has-sub > a i {
  font-size: 12px;
  transition: 0.3s;
}

.mh-menu li.open > a i {
  transform: rotate(180deg);
}

/* nested active child */
.mh-menu li ul li a:hover {
  padding-left: 38px;
}

/* responsive */
@media (max-width: 991px) {
  .mh-sidebar {
    margin-bottom: 25px;
  }

  .mh-title {
    font-size: 22px;
    padding: 14px 18px;
  }
}

@media (max-width: 767px) {
  .mh-title {
    font-size: 20px;
  }

  .mh-menu li a {
    font-size: 14px;
    padding: 13px 15px;
  }

  .mh-menu li ul li a {
    padding: 11px 15px 11px 28px;
    font-size: 13px;
  }
}

/******************************************
    File Name: contact modal box 
/*****************************************/
#Trigger {
  text-align: left;
}

#Trigger h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.custom-btn {
  background: #e8a900 !important;
  border: none;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #c88f00;
}

.modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.modal-header {
  background: #e8a900;
  color: #fff;
  justify-content: center;
  border: none;
  padding: 18px;
}

.modal-title {
  font-size: 24px;
  font-weight: 700;
}

.modal-body {
  padding: 15px;
  text-align: center;
}

.modal-body h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #111;
}

.modal-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border: none;
  flex-wrap: wrap;
  text-align: center;
}

.modal-footer b {
  display: block;
  margin-bottom: 15px;
  color: #111;
}

.modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.close-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}

.close-btn:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 768px) {
  #Trigger {
    text-align: left;
  }

  #Trigger h2 {
    font-size: 32px;
  }

  .modal-dialog {
    width: 95%;
    margin: 20px auto;
  }

  .modal-title {
    font-size: 22px;
  }

  .modal-body h3 {
    font-size: 17px;
  }

  .modal-body p {
    font-size: 13px;
  }

  .modal-footer {
    gap: 12px;
  }

  .close-btn {
    padding: 10px 18px;
  }
}

@media (max-width: 480px) {
  #Trigger h2 {
    font-size: 26px;
  }

  .custom-btn {
    width: 100%;
    font-size: 14px;
    padding: 12px;
  }

  .modal-header {
    padding: 14px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-body {
    padding: 12px;
  }

  .modal-body h3 {
    font-size: 16px;
  }

  .modal-body p {
    font-size: 12px;
    line-height: 1.6;
  }

  .modal-footer {
    flex-direction: column;
    gap: 10px;
  }

  .close-btn {
    width: 100%;
  }
}

/******************************************
    File Name: footer css 
/*****************************************/
#footer {
  background: url("../images/bottom_background_BW.png");
  background-size: auto auto;
  padding: 20px 0 0;
  position: relative;

  z-index: 1;
  background-size: cover;
}
#footer-widgets .widget {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  color: #b7b7b7;
}

#footer-widgets .widget .widget-title {
  padding: 45px 0 0 !important;
  font-size: 22px;
  margin-bottom: 36px !important;
  color: #fff;
}

#footer-widgets .widget.widget_socials {
  margin-top: 25px;
}

#footer-widgets .widget .widget-title > span {
  display: block;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}
#footer-widgets .widget .widget-title > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -2;
  width: 60px;
  height: 3px;
  background-color: #ffbc13;
}
.footer-logo {
  width: 115px;
  margin-bottom: 20px;
}
#footer-widgets .widget {
  color: #b7b7b7;
}
#footer-widgets .widget ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#footer-widgets .widget.widget_links ul.col2 li {
  width: 50%;
  float: left;
  padding: 0 0 12px;
  transition: ease all 1s;
}
#footer-widgets .widget.widget_links ul.col2 li:hover,
#footer-widgets .widget.widget_links ul.col2 li:focus {
  padding-left: 10px;
}
#footer-widgets .widget.widget_links ul.col2 li:hover a,
#footer-widgets .widget.widget_links ul.col2 li:focus a {
  color: #ffbc13;
}
#footer-widgets .widget.widget_links ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: white;
  text-decoration: none;
}
#footer-widgets .widget.widget_links ul li a::before {
  content: "\f101";
}
#footer-widgets .widget.widget_links ul li a::before {
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
#footer-widgets .widget.widget.widget_information ul .hl {
  font-weight: bold;
  width: 20%;
  float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
  width: 80%;
  float: left;
  color: white;
}
#footer-widgets .widget {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #b7b7b7;
  float: left;
}
#footer-widgets .widget.widget_socials .socials a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #333;
  line-height: 38px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 10px;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  font-size: 17px;
}
#footer-widgets .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:focus {
  color: #fff;
  background: #e8a900;
}

#bottom {
  font-size: 0.857em;
  background-color: #111;
  padding: 19px 0;
  color: #b7b7b7;
  margin-top: 60px;
}

#copyright {
  text-align: center;
}

#copyright a {
  text-decoration: none;
}

/* TOP BUTTON */

#topBtn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  background: #2f3542;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

#topBtn.show {
  opacity: 1;
  visibility: visible;
}

#topBtn:hover {
  background: #e8a900;
  color: #fff;
}

#Trigger > h2 {
  padding-top: 45px !important;
  font-size: 22px !important;
  text-align: left;
}

/******************************************
    File Name: product sale 
/*****************************************/
/* =========================
   PRODUCT SALE SECTION
========================= */

.section{
    padding: 90px 0;
    background: #f7f8fb;
    position: relative;
    overflow: hidden;
}
.section-product-sale{
  padding: 150px 0 0 0; 
}

.section .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}

/* =========================
   HEADING
========================= */

.rich-head{
    margin-bottom: 55px;
}

.rich-head h2{
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.2;
}

.rich-head p{
    font-size: 17px;
    color: #666;
    margin: 0;
}

/* =========================
   CARD
========================= */

.rich-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
}

.rich-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* =========================
   IMAGE
========================= */

.rich-img{
    position: relative;
    overflow: hidden;
    height: 260px;
}

.rich-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}

.rich-card:hover .rich-img img{
    transform: scale(1.08);
}

/* =========================
   BODY
========================= */

.rich-body{
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rich-body h5{
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.3;
}

.rich-body p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 28px;
    flex-grow: 1;
}

/* =========================
   BUTTON
========================= */

.rich-btn{
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 50px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s ease;
}

.rich-btn span{
    transition: 0.4s ease;
    font-size: 18px;
}

.rich-btn:hover{
    background: #f4b400;
    color: #111;
}

.rich-btn:hover span{
    transform: translateX(6px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .section{
        padding: 70px 0;
    }

    .rich-head h2{
        font-size: 34px;
    }

    .rich-img{
        height: 220px;
    }

    .rich-body{
        padding: 24px;
    }

    .rich-body h5{
        font-size: 21px;
    }

}

@media(max-width:767px){

    .section{
        padding: 60px 0;
    }

    .rich-head{
        margin-bottom: 40px;
    }

    .rich-head h2{
        font-size: 28px;
    }

    .rich-head p{
        font-size: 15px;
    }

    .rich-img{
        height: 210px;
    }

    .rich-body{
        padding: 22px;
    }

    .rich-body h5{
        font-size: 20px;
    }

    .rich-body p{
        font-size: 14px;
        line-height: 1.7;
    }

    .rich-btn{
        padding: 12px 22px;
        font-size: 14px;
    }

}