/*
Author       : Hash Theme.
Template Name: Davana - Industrial Constriction Business Html5 Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE 
    02. START HEADER STYLE
        2.1. Header style 2	
        2.2. Header style 3	
        2.3. Header style 4	
    03. START SLIDER STYLE 
    04. START ABOUT STYLE 
    05. START SERVICE STYLE
        5.1. service style 2	
        5.2. service style 3	
    06. START COUNTER STYLE 
    07. START PORTFOLIO STYLE 
    08. START TEAM STYLE
    09. START TESTIMONIAL STYLE
    10. START FAQ & QUERY FORM STYLE
    11. START CALL TO ACTION STYLE
    12. START BLOG POST STYLE
    13. START CLIENT LOGO STYLE
    14. START FOOTER STYLE
    15. START ABOUT US PAGE STYLE
    16. START SERVICES PAGE STYLE
    17. START SINGLE SERVICE PAGE STYLE
    18. START PORTFOLIO PAGE STYLE
    19. START TEAM PAGE STYLE
    20. START FAQ PAGE STYLE
    21. START 404 PAGE STYLE
    22. START CONTACT PAGE STYLE
    23. START BLOG PAGE STYLE
    24. START PRICE STYLE
    25. START SHOP PAGE STYLE
    26. START SINGLE PRODUCT STYLE
    27. START SHOP CART STYLE

	=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 1.9em;
  font-weight: 400;
  overflow-x: hidden;
  margin: auto;
  background: #fff;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
a {
  color: #f4c600;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #f4c600;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
p {
  line-height: 26px;
  margin-bottom: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
/*START PRELOADER DESIGN*/

#page-preloader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.preload-tetrominos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-109px, -94px);
  -o-transform: translate(-109px, -94px);
  -ms-transform: translate(-109px, -94px);
  -webkit-transform: translate(-109px, -94px);
  -moz-transform: translate(-109px, -94px);
}
.preload-tetromino {
  width: 45px;
  height: 55px;
  position: absolute;
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E')
    no-repeat top center;
}
.preload-box1 {
  animation: preload-tetromino1 1.73s ease-out infinite;
  -o-animation: preload-tetromino1 1.73s ease-out infinite;
  -ms-animation: preload-tetromino1 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino1 1.73s ease-out infinite;
  -moz-animation: preload-tetromino1 1.73s ease-out infinite;
}
.preload-box2 {
  animation: preload-tetromino2 1.73s ease-out infinite;
  -o-animation: preload-tetromino2 1.73s ease-out infinite;
  -ms-animation: preload-tetromino2 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino2 1.73s ease-out infinite;
  -moz-animation: preload-tetromino2 1.73s ease-out infinite;
}
.preload-box3 {
  animation: preload-tetromino3 1.73s ease-out infinite;
  -o-animation: preload-tetromino3 1.73s ease-out infinite;
  -ms-animation: preload-tetromino3 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino3 1.73s ease-out infinite;
  -moz-animation: preload-tetromino3 1.73s ease-out infinite;
  z-index: 2;
}
.preload-box4 {
  animation: preload-tetromino4 1.73s ease-out infinite;
  -o-animation: preload-tetromino4 1.73s ease-out infinite;
  -ms-animation: preload-tetromino4 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino4 1.73s ease-out infinite;
  -moz-animation: preload-tetromino4 1.73s ease-out infinite;
}
@keyframes preload-tetromino1 {
  0%,
  40% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(47px, -26px);
  }
  60%,
  100% {
    transform: translate(94px, 0);
  }
}
@-o-keyframes preload-tetromino1 {
  0%,
  40% {
    -o-transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -o-transform: translate(94px, 0);
  }
}
@-ms-keyframes preload-tetromino1 {
  0%,
  40% {
    -ms-transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -ms-transform: translate(94px, 0);
  }
}
@-webkit-keyframes preload-tetromino1 {
  0%,
  40% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -webkit-transform: translate(94px, 0);
  }
}
@-moz-keyframes preload-tetromino1 {
  0%,
  40% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -moz-transform: translate(94px, 0);
  }
}
@keyframes preload-tetromino2 {
  0%,
  20% {
    transform: translate(94px, 0px);
  }
  40%,
  100% {
    transform: translate(140px, 26px);
  }
}
@-o-keyframes preload-tetromino2 {
  0%,
  20% {
    -o-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -o-transform: translate(140px, 26px);
  }
}
@-ms-keyframes preload-tetromino2 {
  0%,
  20% {
    -ms-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -ms-transform: translate(140px, 26px);
  }
}
@-webkit-keyframes preload-tetromino2 {
  0%,
  20% {
    -webkit-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -webkit-transform: translate(140px, 26px);
  }
}
@-moz-keyframes preload-tetromino2 {
  0%,
  20% {
    -moz-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -moz-transform: translate(140px, 26px);
  }
}
@keyframes preload-tetromino3 {
  0% {
    transform: translate(140px, 26px);
  }
  20%,
  60% {
    transform: translate(94px, 53px);
  }
  90%,
  100% {
    transform: translate(47px, 26px);
  }
}
@-o-keyframes preload-tetromino3 {
  0% {
    -o-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -o-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -o-transform: translate(47px, 26px);
  }
}
@-ms-keyframes preload-tetromino3 {
  0% {
    -ms-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -ms-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -ms-transform: translate(47px, 26px);
  }
}
@-webkit-keyframes preload-tetromino3 {
  0% {
    -webkit-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -webkit-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -webkit-transform: translate(47px, 26px);
  }
}
@-moz-keyframes preload-tetromino3 {
  0% {
    -moz-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -moz-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -moz-transform: translate(47px, 26px);
  }
}
@keyframes preload-tetromino4 {
  0%,
  60% {
    transform: translate(47px, 26px);
  }
  90%,
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes preload-tetromino4 {
  0%,
  60% {
    -o-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -o-transform: translate(0, 0);
  }
}
@-ms-keyframes preload-tetromino4 {
  0%,
  60% {
    -ms-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-webkit-keyframes preload-tetromino4 {
  0%,
  60% {
    -webkit-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes preload-tetromino4 {
  0%,
  60% {
    -moz-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -moz-transform: translate(0, 0);
  }
}
/*END PRELOADER DESIGN*/

/*START SCROLL TO TOP*/

.topcontrol {
  background: #f4c600;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.topcontrol:hover {
  background: #333;
  color: #fff;
}
/*END SCROLL TO TOP*/

/* HELPER CLASSES */
.section-padding {
  padding: 100px 0;
  position: relative;
  float: left;
  width: 100%;
}
.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-theme {
  background-color: #f4c600 !important;
  border-color: #f4c600 !important;
}
.bg-gray {
  background-color: #f9f9f9 !important;
}
.bg-dark {
  background-color: #333 !important;
}
.bg-main-1 {
  background-color: #f4c600;
}
.bg-main-2 {
  background-color: #f4c600;
}
.bg-main-3 {
  background-color: #f4c600;
}
.cursor-pointer {
  cursor: pointer;
}
.overlay {
  position: relative;
  z-index: 1;
}
.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.title-white {
  color: #fff !important;
}

/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 80px;
}
.section-title h2,
.section-title h3 {
  color: #333;
  font-size: 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.section-title h5 {
  font-size: 13px;
  text-transform: uppercase;
}
.section-title h2 span,
.section-title h3 span {
  font-weight: 400;
}
.section-title span.line {
  background-color: #ddd;
  height: 1px;
  width: 28%;
  font-size: 28px;
  display: inline-block;
  position: relative;
  margin: 21px auto 18px;
}
.section-title span.line:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #f4c600;
  top: -2px;
  border-radius: 30px;
  left: 50%;
  margin-left: -28px;
}
.section-title h2.section-title-white,
.section-title h3.section-title-white,
.section-title h5.section-title-white,
.section-title p.section-dec-white {
  color: #fff;
}
.section-title span.line.section-title-white-span {
  color: #fff;
}
.section-title i {
  margin: 0 auto;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
.section-title p {
  margin: auto;
  padding: 0 20px;
  width: 65%;
  position: relative;
}
.section-title-left {
  margin-bottom: 60px;
}
.section-title-left p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.section-title-left span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
.section-title-left span.line:before {
  left: 0;
  margin-left: 0;
}
/*END SECTION TITLE DESIGN*/

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

.main-header .top-area {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.main-header .top-area a {
  color: #282828;
}
.main-header .top-area .social {
  float: right;
}
.main-header .top-area .social ul li:first-child {
  border-left: 1px solid #e1e1e1;
}
.main-header .top-area .social ul li {
  border-right: 1px solid #e1e1e1;
  float: left;
}
.main-header .top-area .social ul li:hover {
  border-color: #f4c600;
}
.main-header .top-area .social ul li a {
  display: block;
}
.main-header .top-area .social ul li a:hover {
  color: #fff;
  background: #f4c600;
}
.main-header .top-area .social ul li a i {
  font-size: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-header .top-area .social ul li a:hover i {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  -moz-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.main-header .top-area .info-menu {
  float: left;
}
.main-header .top-area .info-menu li {
  display: inline-block;
}
.main-header .top-area .info-menu li a {
  display: block;
  margin-right: 10px;
  line-height: 60px;
}
.main-header .top-area .info-menu li a i {
  color: #f4c600;
  font-size: 20px;
  margin-right: 5px;
}
.main-header .top-area .info-menu li a:hover {
  color: #f4c600;
}
.main-header .logo-area {
  position: relative;
  padding: 35px 0px;
  background: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 66px;
  padding: 4px 20px 0 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.main-header .logo-area .header-info-box .header-info-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 57px;
  height: 36px;
  padding-left: 8px;
  border-right: 2px solid #ddd;
  color: #f4c600;
  font-size: 34px;
  text-align: left;
  line-height: 37px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-area .header-info-box h6 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.main-header .logo-area .header-info-box p {
  color: #282828;
}
.main-header .logo-area .header-info-box:last-child {
  padding-left: 0px;
  border: none;
}
.quote-btn {
  color: #333;
  padding: 8px 36px;
  margin-top: 3px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: transparent;
  border: 2px solid #333;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #f4c600;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
  color: #fff;
  border-color: #f4c600;
}
.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* main menu style */

.sticky-menu {
  position: relative;
  z-index: 9999;
  width: 100%;
}
.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.main-header .mainmenu-area.menu-animation .navbar ul li.active a {
  box-shadow: none;
}
.main-header .mainmenu-area {
  background-color: #c7c5bf;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 22px 25px;
}
.main-header .mainmenu-area .navbar {
  padding: 0;
}
.main-header .mainmenu-area .navbar ul li.active a {
  background-color: #333;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.main-header .mainmenu-area .navbar ul li a:hover {
  background-color: #333;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu {
  display: block;
  min-width: 235px;
  opacity: 0;
  padding: 0;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}
.main-header .mainmenu-area .navbar ul li.dropdown > a:after {
  font-family: "IcoFont" !important;
  content: "\eb25";
  position: absolute;
  color: #fff;
  top: auto;
  right: -5px;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu li > a {
  clear: both;
  display: block;
  line-height: 1.42857;
  padding: 12px 0 11px 20px;
  text-transform: capitalize;
  color: #333;
  background: #fff !important;
  box-shadow: none !important;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dropdown-menu li:not(:last-child) > a {
  border-bottom: 1px solid #ddd;
}
.main-header .mainmenu-area .navbar .dropdown-menu li > a.active {
}
.dropdown-menu li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c2c1c0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dropdown-menu li > a:hover:before,
.dropdown-menu li > a:focus:before,
.dropdown-menu li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  color: #fff !important;
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 97%;
  visibility: visible;
}
.dropdown-menu .dropdown > .dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}
.main-header .header-search ul li.menuleft-address {
  text-align: right;
  padding: 10px 34px;
  float: left;
  color: #fff;
  font-weight: 600;
  background: #f4c600;
}
.main-header .header-search ul li.menuleft-search {
  float: left;
}
.main-header .header-search > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.main-header .header-search ul li.menuleft-enquiry {
  display: flex;
  align-items: stretch;
  margin: 0 12px;
}
.main-header .header-search ul li.menuleft-enquiry a {
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  background: #d60000;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 10px red;
}
.main-header .header-search ul li.menuleft-enquiry a:hover {
  color: #fff;
  background: #111;
}
.main-header .header-search ul li.menuleft-market {
  display: flex;
  align-items: stretch;
  margin-left: 22px;
}
.main-header .header-search ul li.menuleft-market a,
.mmw-market-toplink {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  background: #d60000;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  animation: blinkColor 1s infinite !important;
  box-shadow: 0 0 10px red !important;
}
.main-header .header-search ul li.menuleft-market a {
  min-height: 72px;
}
.main-header .header-search ul li.menuleft-market.active a,
.main-header .header-search ul li.menuleft-market a:hover,
.mmw-market-toplink:hover {
  color: #fff;
  background: #111;
}
.mmw-market-toplink {
  padding: 13px 18px;
  border: 0;
}
@keyframes blinkColor {
  0%,
  100% {
    background: #d60000;
    color: #fff;
  }

  50% {
    background: #111;
    color: #fff;
  }
}
.menuleft-search a i {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  width: 60px;
  line-height: 72px;
}
.main-header .header-search .dropdown-menu {
  right: 15px;
  left: auto;
}
.main-header .header-search .dropdown:hover .dropdown-menu {
  top: 90%;
}
.main-header .header-search .dropdown {
  position: static;
}
.main-header .header-search .dropdown li {
  margin: 0;
}
.main-header .header-search .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  min-width: 200px;
  z-index: 999;
}
.main-header .header-search .form-control {
  height: 50px;
  border-radius: 25px;
  border: 2px solid #f4c600;
  background: #fff;
  box-shadow: none;
  display: inline;
}
.main-header .header-search form .form-control:hover,
.main-header .header-search form .form-control:focus {
  color: #333;
  border: 2px solid #f4c600;
  box-shadow: none;
  outline: 0 none;
}
.main-header .header-search form .btn {
  color: #333;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  width: 50px;
}
.main-header .header-search form .btn:focus {
  box-shadow: none;
}
.main-header .header-search .form-group {
  margin-bottom: 0;
}
.main-header .header-search form .form-group i {
  position: absolute;
  right: 0;
  top: 39%;
  left: 0;
}
.mobile-menu-area.mean-container {
  display: block;
  float: left;
  width: 100%;
}

/* 2.1. Header style 2 */
.main-header .logo-area .header-info-box-2 {
  position: relative;
  float: left;
  margin-left: 72px;
  padding: 4px 20px 0 80px;
}
.main-header .logo-area .header-info-box-2 .header-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #f4c600;
  color: #f4c600;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-area .header-info-box-2 h6 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.main-header .logo-area .header-info-box-2 p {
  color: #282828;
}
.main-header .logo-area .header-info-box-2:last-child {
  padding-left: 0px;
  border: none;
}
.quote-btn-2 {
  color: #fff;
  padding: 8px 36px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #f4c600;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn-2:hover,
.quote-btn-2:focus,
.quote-btn-2:active {
  color: #fff;
}
.quote-btn-2:hover:before,
.quote-btn-2:focus:before,
.quote-btn-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header-2.main-header .mainmenu-area {
  background-color: #274047;
}
.header-2.main-header .header-search ul li.menuleft-search {
  float: right;
}
.header-2 .mainmenu-area.menu-animation {
  border: none;
}

/* 2.2. Header style 3 */
.header-3.main-header .logo-area {
  padding: 15px 0px;
}
.main-header .mainmenu-area-2 {
  background-color: #fff;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area-2 .navbar-nav .nav-link {
  color: #333;
  font-weight: 600;
  padding: 22px 25px;
}
.main-header .mainmenu-area-2 .navbar {
  padding: 0;
}
.main-header .mainmenu-area-2 .navbar ul li.active a {
}
.main-header .mainmenu-area-2 .navbar ul li a:hover {
  color: #f4c600;
}
.main-header .mainmenu-area-2 .navbar ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}
.main-header .mainmenu-area-2 .navbar ul li.dropdown > a:after {
  font-family: "IcoFont" !important;
  content: "\eb25";
  position: absolute;
  color: #333;
  top: auto;
  right: 5px;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .mainmenu-area-2 .dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 117%;
  visibility: visible;
}
.header-3.main-header .top-area .info-menu li a {
  display: block;
  margin-right: 10px;
  line-height: 50px;
}
.quote-btn-3 {
  color: #fff !important;
  padding: 11px 50px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #f4c600;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn-3:hover,
.quote-btn-3:focus,
.quote-btn-3:active {
  color: #fff;
}
.quote-btn-3:hover:before,
.quote-btn-3:focus:before,
.quote-btn-3:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 2.3. Header style 4 */
.header-4.main-header .mainmenu-area {
  background-color: #333;
}
.header-4.main-header .mainmenu-area .navbar ul li.active a {
  color: #f4c600;
  box-shadow: none;
}
.header-4.main-header
  .mainmenu-area
  .navbar-nav
  .nav-link.js-scroll-trigger.active {
  color: #f4c600;
}
.header-4.main-header .mainmenu-area .navbar-nav .nav-link:hover {
  color: #f4c600;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  margin-top: -71px;
}

.home-3 .slider-section {
  margin-top: 0;
}

.navana-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
}
.navana-single-slide {
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  height: 550px;
  width: 100%;
  position: relative;
  display: table;
}
.navana-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}
.navana-single-slide h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.navana-single-slide span {
  position: relative;
  background-color: #fff;
  height: 1px;
  width: 55%;
  display: inline-block;
}
.navana-single-slide h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 64px;
}
.navana-single-slide p {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.home-btn-1 {
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #f4c600;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-btn-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #f4c600;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.home-btn-1:hover,
.home-btn-1:focus,
.home-btn-1:active {
  color: #333 !important;
  border-color: #fff;
}
.home-btn-1:hover:before,
.home-btn-1:focus:before,
.home-btn-1:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.home-btn-2 {
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 1px solid #fff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #f4c600;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.home-btn-2:hover,
.home-btn-2:focus,
.home-btn-2:active {
  color: #fff !important;
  border-color: #f4c600;
}
.home-btn-2:hover:before,
.home-btn-2:focus:before,
.home-btn-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.owl-theme.navana-slides.owl-carousel .owl-item,
.owl-theme.navana-slides.owl-carousel .owl-wrapper {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
.owl-theme.navana-slides .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme.navana-slides .owl-dots .owl-dot span {
  border-radius: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
}
.owl-theme.navana-slides .owl-dots div.active span {
  border-color: #f4c600;
  background: #f4c600;
}
.owl-theme.navana-slides .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
}
.navana-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.navana-slides.owl-theme .owl-nav div {
  padding: 15px 20px;
  color: #333;
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navana-slides.owl-theme .owl-nav div:hover {
  background: #f4c600;
}
.navana-slides.owl-theme .owl-nav div {
  position: absolute;
  top: 42%;
  margin-top: -20px;
}
.navana-slides.owl-theme .owl-nav .owl-prev {
  left: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.navana-slides.owl-theme .owl-nav .owl-next {
  right: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.navana-slides:hover.owl-theme .owl-nav div {
  opacity: 1;
  visibility: visible;
}
/* animations */

.navana-slides.owl-carousel .owl-item .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item .navana-single-slide span {
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item .navana-single-slide p {
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .home-btn-1,
.navana-slides.owl-carousel .owl-item .home-btn-2 {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .home-btn-1,
.navana-slides.owl-carousel .owl-item.active .home-btn-2 {
  opacity: 1;
  transform: translateY(0);
}

/* REVULATION SLIDER EDIT */

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden !important;
  margin-top: -1px;
}
.tp-banner-container h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}
.tp-banner-container p {
  color: #fff;
  text-transform: capitalize;
}
.tp-caption a {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

.about-image {
  position: relative;
  display: block;
}
.about-image img {
  position: absolute;
  top: -61px;
}
#about .section-title {
  margin-bottom: 60px;
}
#about .section-title p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
#about .section-title span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
#about .section-title span.line:before {
  left: 0;
  margin-left: 0;
}
.single-feature {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.single-feature .single-feature-icon,
.single-feature .single-feature-text {
  float: left;
}
.single-feature .single-feature-icon {
  margin-right: 20px;
  color: #f4c600;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .single-feature-text {
  width: 76%;
}
.single-feature-text h4 {
  font-size: 20px;
  margin-top: 0;
}
.single-feature-text p {
  margin-bottom: 10px;
}
/* single features-2 */

.single-feature-2 {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-feature-2:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #f4c600;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-feature-2:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.single-feature-2 .single-feature-2-icon {
  margin-right: 20px;
}
.single-feature-2 .single-feature-2-icon,
.single-feature-2 .single-feature-2-text {
  float: left;
}
.single-feature-2 .single-feature-2-icon {
  color: #fff;
  font-size: 45px;
  margin: 15px 20px 15px 0;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature-2 .single-feature-2-text {
  width: 76%;
}
.single-feature-2-text h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}
.single-feature-2-text p {
  color: #fff;
}

/* single feature 3 */
#features .section-title {
  margin-bottom: 60px;
}
#features .section-title span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
#features .section-title span.line:before {
  left: 0;
  margin-left: 0;
}
.single-feature-3 {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.single-feature-3:last-child {
  margin-bottom: 0;
}
.single-feature-3 .single-feature-3-icon,
.single-feature-3 .single-feature-3-text {
  float: left;
}
.single-feature-3 .single-feature-3-icon {
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  border-radius: 50%;
}
.single-feature-3 .single-feature-3-text {
  width: 76%;
}
.single-feature-3-text h4 {
  font-size: 20px;
  margin-top: 0;
  color: #fff;
}
.single-feature-3-text p {
  margin-bottom: 10px;
  color: #fff;
}
.single-feature-3:hover .single-feature-3-icon {
  background: #fff;
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.tab-content {
  margin-top: 60px;
}
.service-tab .nav-tabs {
  border: none;
  margin-bottom: 50px;
}
.service-tab .nav-tabs .nav-link {
  padding: 13px 20px;
  border: 1px solid #ddd;
  color: #333;
  text-transform: capitalize;
  background: #fff;
  position: relative;
  border-radius: 0;
  border-right: none;
}
.service-tab .nav-tabs .nav-link i {
  padding-right: 10px;
  font-size: 20px;
}
.service-tab .nav-tabs .nav-item:last-child {
  border-right: 1px solid #ddd;
}
.service-tab .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #f4c600;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link:hover:after {
  border-top: 15px solid #f4c600;
}
.service-tab .nav-tabs .nav-link.active,
.service-tab .nav-tabs .nav-link:hover {
  background: #f4c600;
  color: #fff;
  border-color: #f4c600;
}
.single-service {
  border: 1px solid #ddd;
  box-shadow: 1px 10px 8px #ddd;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.single-service:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #f7f7f7;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.single-service .single-service-info {
  padding: 20px;
}
.single-service .single-service-info h6 {
  font-weight: normal;
  margin: 25px 0 0;
}
.single-service .single-service-info h4 {
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 18px;
}
.serv-red-btn {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 20px 0 25px;
  padding: 8px 35px;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-service:hover .serv-red-btn {
  background: #f4c600;
  color: #fff;
  border-color: #f4c600;
}
.all-service-btn a {
  background: #f4c600;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #f4c600;
  margin: 60px 0 0;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.all-service-btn a:hover,
.all-service-btn a:focus {
  color: #f4c600;
  background: transparent;
}

/* 5.1 service style 2 */
.service-two {
  background: #f5f5f5;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.service-two img {
  height: 90px;
  width: 90px;
}
.service-two h4 {
  font-size: 17px;
  margin-top: 0;
}
.service-two p {
  margin: 15px 0;
}
.service-two-link {
  color: #333;
}
.service-two-link:after {
  position: absolute;
  content: "\eb27";
  font-family: "IcoFont" !important;
  padding-left: 5px;
}
.service-two:hover .service-two-link {
  color: #f4c600;
}

/* 5.2 service style 3 */
.service-three {
  overflow: hidden;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.service-three:hover .service-three-icon i {
  background: #f4c600;
  color: #fff;
}
.service-three .service-three-icon {
  margin-right: 20px;
  position: relative;
}
.service-three .service-three-icon,
.service-three .service-three-text {
  float: left;
}
.service-three .service-three-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f4c600;
  right: -8px;
  top: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three .service-three-icon i {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #f4c600;
  font-size: 36px;
  float: left;
  border: 1px solid #f4c600;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three .service-three-text {
  width: 71%;
}
.service-three-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three-text p {
  margin: 15px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-section {
  padding: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}
.single-counter {
  background: rgba(255, 255, 255, 0.18);
  padding: 15px;
  position: relative;
  margin: 10px 0 0px;
  -webkit-border-radius: 6px 12%;
  -moz-border-radius: 6px 12%;
  border-radius: 6px 12%;
}
.single-counter:hover .single-counter-icon {
  color: #fff;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-counter-icon {
  position: absolute;
  left: 0;
  top: -26px;
  right: 0;
  height: 80px;
  width: 80px;
  line-height: 90px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.single-counter i {
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-counter-info {
  margin-top: 52px;
}
.single-counter h2,
.mmw-counter-heading {
  color: #fff;
}

.mmw-counter-heading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.single-counter h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-portfolio {
  float: left;
  width: 100%;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../img/portfolio/bgimg.jpg) no-repeat center center;
  background-size: cover;
}
.single-portfolio .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.single-portfolio img {
  display: block;
  position: relative;
}
.single-portfolio h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  margin: 20px 0 0 0;
}
.single-portfolio a.info {
  display: inline-block;
  padding: 7px 14px;
  margin: 20px 10px 0 0px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
}
.single-portfolio a.info:hover {
  background: #333;
  border-color: #333;
}
.single-portfolio-fourth img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-portfolio-fourth .mask {
  background-color: #f4c600;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.single-portfolio-fourth .mask .mask-po {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}
.single-portfolio-fourth h4 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.single-portfolio-fourth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.single-portfolio-fourth:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.single-portfolio-fourth:hover h4,
.single-portfolio-fourth:hover p,
.single-portfolio-fourth:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-portfolio-fourth:hover a {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}
.single-portfolio-fourth:hover h4 {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}
.promo-portfolio {
  padding: 40px 0;
}
.portfolio-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.portfolio-slider.owl-theme .owl-nav div {
  color: #333;
  font-size: 25px;
  padding: 10px;
  margin: 0;
  background: #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-slider.owl-theme .owl-nav div:hover {
  background: #f4c600;
}
.portfolio-slider.owl-theme .owl-nav div {
  position: absolute;
  margin-top: -20px;
  bottom: -76px;
}
.portfolio-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.portfolio-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.team-mate {
  position: relative;
  box-shadow: 1px 1px 5px #ddd;
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: #f4c600;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.team-mate:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.team-mate .member-photo {
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
}
.team-mate .member-photo a img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate .member-title {
  padding: 15px 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate .member-title h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
}
.team-mate:hover .member-title {
  background-color: #f9f9f9;
}
.member-photo .mask {
  background-color: #fff;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:hover .member-photo .mask {
  opacity: 0.8;
}
.member-photo .mask .single-team-social {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.member-photo .mask .single-team-social a {
  color: #333;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #333;
  margin: 0 6px 8px 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:hover .single-team-social a:nth-child(1) {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(2) {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(3) {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.member-photo .mask .single-team-social a:hover {
  color: #f4c600;
}
.owl-theme.team-slider .owl-dots {
  margin-top: 70px !important;
  margin-bottom: -30px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
  border-radius: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #777;
  border-radius: 1px;
  background: transparent;
}
.owl-theme.team-slider .owl-dots div.active span {
  border-color: #f4c600;
  background: #f4c600;
}
.owl-theme.team-slider .owl-dots div.active span:before {
  background: #fff;
}
.owl-theme.team-slider .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #777;
  border-radius: 50%;
  top: 5px;
  left: 4px;
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 60px;
  border: 2px solid #e9e9e9;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
  -moz-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
  border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
}
.single-testimonial .team-img {
  display: block;
  margin: 30px 0 -80px;
}
.single-testimonial .team-img img {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 4px solid #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-testimonial:hover {
  border-color: #f4c600;
  -webkit-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
  -moz-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
  border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
}
.single-testimonial:hover .team-img img {
  -webkit-transform: scale(1.2) rotate(-10deg);
  transform: scale(1.2) rotate(-10deg);
}

.single-testimonial .mmw-review-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f4c600;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  font-size: 38px;
  transition: all 0.35s ease;
}

.single-testimonial:hover .mmw-review-icon {
  transform: scale(1.12) rotate(-8deg);
  background: #fff;
  color: #65b32e;
}
.team-dec h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.team-dec span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 54px;
}
.team-dec .mmw-google-review-label {
  width: fit-content;
  height: auto;
  margin: 12px auto 8px;
  padding: 7px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #65b32e;
  background: #fff;
  border: 1px solid rgba(244, 198, 0, 0.55);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.team-dec .mmw-google-review-label i {
  color: #f4c600;
  font-size: 15px;
}
.mmw-review-stars {
  margin-bottom: 14px;
  color: #f4c600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}
.team-dec p {
  color: #fff;
}
.owl-theme.testimonial-slider .owl-dots {
  margin-top: 70px !important;
  margin-bottom: -30px;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot span {
  border-radius: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
}
.owl-theme.testimonial-slider .owl-dots div.active span {
  border-color: #f4c600;
  background: #f4c600;
}
.owl-theme.testimonial-slider .owl-dots div.active span:before {
  background: #fff;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/
/* accordion style */

#faq #accordion,
#faq #accordion2,
#faq #accordion3,
#faq #accordion4 {
  margin-top: 0;
  margin-bottom: 30px;
}
#accordion .panel,
#accordion2 .panel,
#accordion3 .panel,
#accordion4 .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  position: relative;
}
#accordion .panel-heading,
#accordion2 .panel-heading,
#accordion3 .panel-heading,
#accordion4 .panel-heading {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
#accordion .panel-heading i,
#accordion2 .panel-heading i,
#accordion3 .panel-heading i,
#accordion4 .panel-heading i {
  color: #5d5d5d;
  float: right;
}
#accordion a.accordion-toggle i,
#accordion2 a.accordion-toggle i,
#accordion3 a.accordion-toggle i,
#accordion4 a.accordion-toggle i {
  color: #333;
  position: absolute;
  right: 15px;
  background: #fff;
  padding: 7px;
  border-radius: 15px;
  font-size: 10px;
  top: 50%;
  margin-top: -13px;
}
#accordion a.accordion-toggle.collapsed i,
#accordion2 a.accordion-toggle.collapsed i,
#accordion3 a.accordion-toggle.collapsed i,
#accordion4 a.accordion-toggle.collapsed i {
  color: #fff;
  background: #777;
}
#accordion .panel-heading .panel-title,
#accordion2 .panel-heading .panel-title,
#accordion3 .panel-heading .panel-title,
#accordion4 .panel-heading .panel-title {
  font-family: montserrat;
  font-weight: 500;
  margin: 0;
}
#accordion a.accordion-toggle,
#accordion2 a.accordion-toggle,
#accordion3 a.accordion-toggle,
#accordion4 a.accordion-toggle {
  background-color: #f4c600;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 20px 40px;
  text-transform: capitalize;
}
#accordion .panel-collapse,
#accordion2 .panel-collapse,
#accordion3 .panel-collapse,
#accordion4 .panel-collapse {
  border: medium none;
  box-shadow: none;
  overflow: hidden;
}
#accordion .panel-body,
#accordion2 .panel-body,
#accordion3 .panel-body,
#accordion4 .panel-body {
  background-color: #fff;
  border: medium none;
  padding: 18px;
  margin: 25px 0;
}
#accordion .panel-body .media img,
#accordion2 .panel-body .media img,
#accordion3 .panel-body .media img,
#accordion4 .panel-body .media img {
  height: 100px;
}
#accordion .panel-body p,
#accordion2 .panel-body p,
#accordion3 .panel-body p,
#accordion4 .panel-body p {
  color: #777;
  line-height: 24px;
  margin-bottom: 0;
}
#accordion.panel-group .panel + .panel,
#accordion2.panel-group .panel + .panel,
#accordion3.panel-group .panel + .panel,
#accordion4.panel-group .panel + .panel {
  margin-top: 1px;
}
#accordion a.accordion-toggle.collapsed,
#accordion2 a.accordion-toggle.collapsed,
#accordion3 a.accordion-toggle.collapsed,
#accordion4 a.accordion-toggle.collapsed {
  background-color: #f8f7f7;
  color: #323232;
}
ul.theme-list-style-one li i {
  padding-right: 3px;
}
/* request form */

.req-form {
  margin-bottom: 20px;
}
.req-form .form-group {
  margin-bottom: 2rem;
}
.req-form .form-control {
  background-color: #f8f7f7;
  border-radius: 0;
  height: 55px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.req-form .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
}
.req-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #f4c600;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  box-shadow: none;
  background: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

#calltoaction {
  padding: 70px 0;
  position: relative;
  float: left;
  width: 100%;
}
.calltoaction-wrap h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.calltoaction-wrap p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 30px 0;
}
.calltoaction-btn {
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #f4c600;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.calltoaction-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #f4c600;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.calltoaction-btn:hover,
.calltoaction-btn:focus,
.calltoaction-btn:active {
  color: #333;
  border-color: #ddd;
}
.calltoaction-btn:hover:before,
.calltoaction-btn:focus:before,
.calltoaction-btn:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.calltoaction-btn i {
  color: #333;
  padding-left: 8px;
  font-weight: 700;
}
.calltoaction-btn:hover i,
.calltoaction-btn:focus i {
  color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-post-single {
  margin-bottom: 25px;
}
.blog-all-post-single {
  margin-bottom: 80px;
}
.post-media {
  position: relative;
  margin-bottom: 25px;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -20px;
}
.post-media-wrap {
  position: relative;
}
.blog-post-single:hover .post-media {
  outline: none;
}
.post-media-wrap:before,
.post-media-wrap:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition:
    opacity 0.75s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.75s,
    transform 0.35s;
}
.post-media-wrap:before {
  border-top: 2px solid #f4c600;
  border-bottom: 2px solid #f4c600;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.post-media-wrap:after {
  border-right: 2px solid #f4c600;
  border-left: 2px solid #f4c600;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-image-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.blog-post-single:hover .post-image-overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.blog-post-title h4 a {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
.blog-post-meta {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
}
.blog-post-content {
  margin: 0 0 20px;
}
.blog-post-button {
  color: #777;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4c600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-post-button:hover,
.blog-post-button:focus,
.blog-post-button:active {
  color: #fff;
  border-color: #f4c600;
}
.blog-post-button:hover:before,
.blog-post-button:focus:before,
.blog-post-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.blog-post-meta span {
  padding-right: 20px;
}
.blog-post-meta span i {
  padding-right: 8px;
  color: #f4c600;
}
.blog-post-meta a {
  color: inherit;
}
/*
* ----------------------------------------------------------------------------------------
 12. END BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 13. START CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section {
  padding: 30px 0;
  position: relative;
  float: left;
  width: 100%;
}
.client-item {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.client-item img {
  background: #fff;
}
.client-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.client-slider.owl-theme .owl-nav div {
  color: #333;
  font-size: 25px;
  padding: 10px;
  margin: 0;
  background: #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.client-slider.owl-theme .owl-nav div:hover {
  background: #f4c600;
}
.client-slider.owl-theme .owl-nav div {
  position: absolute;
  margin-top: -20px;
  top: 50%;
}
.client-slider.owl-theme .owl-nav .owl-prev {
  left: -26%;
}
.client-slider.owl-theme .owl-nav .owl-next {
  right: -26%;
}
/*
* ----------------------------------------------------------------------------------------
 13. END CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 14. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/* Footer top */

footer {
  position: relative;
  float: left;
  width: 100%;
}
.footer-top {
  padding: 80px 0;
  background: #252525;
}
.footer-section-title {
  margin-bottom: 25px;
}
.footer-section-title h4 {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.footer-section-title span.line {
  background-color: #ddd;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 21px auto 7px;
}
.footer-section-title span.line:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background-color: #f4c600;
  top: -2px;
  border-radius: 30px;
  left: 20px;
  margin-left: -20px;
}
footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
  clear: both;
}
.footer-logo a {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.footer-logo-icon {
  margin-right: 5px;
  color: #f4c600;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
}
.footer-logo-icon,
.footer-logo-text {
  float: left;
}
.footer-logo-text {
  width: 80%;
}
.footer-logo-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.footer-widget .about p {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 0 0 15px;
}
.footer-social-icon,
.footer-social-text {
  float: left;
}
.footer-social-icon {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 12px 8px 0 0;
  border-radius: 5px;
}
.footer-social {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.footer-social-text {
  width: 68%;
  color: #909090;
}
.footer-social-text h4 {
  margin: 0;
}
.footer-social-text h4 a {
  color: #909090;
  font-size: 14px;
}
.s-facebook {
  background: #5d82d1;
}
.s-twitter {
  background: #40bff5;
}
.s-youtube {
  background: #cc181e;
}
.s-dribbble {
  background-color: #bc2a83;
}
.footer-widget .about p,
.footer-widget .mailing-list p {
  color: #fff;
}
.footer-widget .about p:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget .quick-link-list li {
  line-height: 30px;
}
.footer-widget .quick-link-list li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-widget .quick-link-list li a:hover {
  color: #f4c600;
  padding-left: 8px;
}
.footer-widget .contact-link-list li {
  line-height: 40px;
}
.footer-widget .contact-link-list li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-widget .contact-link-list li a:hover {
  color: #f4c600;
  padding-left: 8px;
}
.singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 117px;
  position: relative;
  overflow: hidden;
}
.singleRecpost:last-child {
  border: none;
}
.singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.recTitle a {
  color: #fff;
}
.singleRecpost p {
  margin-top: 5px;
  color: #f4c600;
  font-size: 14px;
}
.mailing-list form {
  margin-top: 30px;
}
.mailing-list .form-group {
  margin-bottom: 30px;
  padding: 0;
}
.mailing-list input.form-control {
  color: #fff;
  background-color: transparent;
  border: 1px solid #999;
  height: 55px;
  border-radius: 0;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.news-btn {
  background: #f4c600;
  border: 1px solid #f4c600;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.mailing-list .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
}
.news-btn:hover,
.news-btn:focus {
  border-color: #f4c600;
  background: #f4c600;
}
.mailing-list .form-group i {
  position: absolute;
  right: 0;
  font-size: 25px;
  background: #f4c600;
  color: #fff;
  height: 55px;
  width: 50px;
  padding: 12px;
}
.tags-lists-fo {
}
.tags-lists-fo span a {
  color: #fff;
  padding: 4px 12px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #666;
}
.tags-lists-fo span a {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4c600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tags-lists-fo span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #252525;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tags-lists-fo span a:hover,
.tags-lists-fo span a:focus,
.tags-lists-fo span a:active {
  color: #fff;
  border-color: #f4c600;
}
.tags-lists-fo span a:hover:before,
.tags-lists-fo span a:focus:before,
.tags-lists-fo span a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* Footer bottom */

footer .copyright {
  background: #222;
  padding: 30px 0;
}
footer .copyright-text p {
  color: #fff;
}
footer .copyright-text p a:hover {
  color: #fff;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul li {
  display: inline-block;
  position: relative;
}
.footer-menu ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 11px;
  height: 7px;
  width: 7px;
  background-color: #bebebe;
}
.footer-menu ul li:last-child:after {
  display: none;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0 19px;
  text-transform: uppercase;
  position: relative;
}
.footer-menu ul li a:hover {
  color: #f4c600;
}

/* Mohindra Mechanical Works custom sections */
.mmw-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.mmw-loader img {
  display: block;
  width: 220px;
  max-height: 130px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.mmw-loader span {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  position: relative;
  background: #e8e8e8;
  border-radius: 5px;
}
.mmw-loader span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background: #69b72e;
  animation: mmw-loading 1.1s ease-in-out infinite;
}
@keyframes mmw-loading {
  from {
    left: -45%;
  }
  to {
    left: 100%;
  }
}
.site-logo {
  width: 220px;
  height: 95px;
  object-fit: contain;
}
.main-header .logo-area {
  padding: 14px 0;
}
.mmw-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}
.mmw-header-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #17231b;
}
.mmw-header-item:hover {
  color: #65b32e;
}
.mmw-header-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f0f7eb;
  border-radius: 50%;
  font-size: 20px;
}
.mmw-header-item small,
.mmw-header-item strong {
  display: block;
}
.mmw-header-item small {
  color: #7a847d;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mmw-header-item strong {
  color: #17231b;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.mmw-header-quote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 21px;
  color: #fff;
  background: #65b32e;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(101, 179, 46, 0.2);
}
.mmw-header-quote:hover {
  color: #fff;
  background: #65b32e;
  transform: translateY(-2px);
}
.legacy-portfolio {
  display: none;
}
.legacy-template-about,
#features {
  display: none;
}
.mmw-banner {
  position: relative;
  overflow: hidden;
  background: #101b14;
}
.mmw-banner-slide {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.mmw-banner-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 18, 10, 0.03) 45%,
    rgba(5, 18, 10, 0.28) 100%
  );
  pointer-events: none;
}
.mmw-banner-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
}
.mmw-banner-inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 38px;
  z-index: 2;
}
.mmw-banner-card {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(340px, 1.35fr) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 22px 28px;
  background: rgba(248, 250, 247, 0.9);
  border-left: 5px solid #65b32e;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 14px 40px rgba(4, 16, 8, 0.16);
  backdrop-filter: blur(7px);
}
.mmw-banner-card > span {
  grid-column: 1;
  margin-bottom: -18px;
  color: #4f9228;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.mmw-banner-card h1,
.mmw-banner-card h2 {
  grid-column: 1;
  margin-bottom: 12px;
  color: #142019;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -0.8px;
}
.mmw-banner-card p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 530px;
  margin-bottom: 0;
  color: #566159;
  font-size: 14px;
  line-height: 1.65;
}
.mmw-banner-actions {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mmw-banner-primary,
.mmw-banner-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  padding: 11px 18px;
  border: 2px solid #65b32e;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.mmw-banner-primary {
  color: #fff;
  background: #65b32e;
}
.mmw-banner-primary:hover {
  color: #fff;
  background: #65b32e;
  border-color: #65b32e;
}
.mmw-banner-secondary {
  color: #65b32e;
  background: rgba(255, 255, 255, 0.72);
}
.mmw-banner-secondary:hover {
  color: #fff;
  background: #65b32e;
  border-color: #65b32e;
}
.mmw-banner .owl-nav {
  margin: 0;
}
.mmw-banner .owl-nav div {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin: -23px 0 0 !important;
  color: #173c25 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  line-height: 46px !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
}
.mmw-banner .owl-nav div:hover {
  color: #fff !important;
  background: #65b32e !important;
}
.mmw-banner .owl-prev {
  left: 22px;
}
.mmw-banner .owl-next {
  right: 22px;
}
.mmw-banner .owl-dots {
  position: absolute;
  right: 32px;
  bottom: 25px;
}
.mmw-banner .owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  margin: 4px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
}
.mmw-banner .owl-dots .owl-dot.active span {
  width: 40px;
  background: #65b32e;
}
.mmw-banner .owl-item .mmw-banner-card > * {
  opacity: 0;
  transform: translateY(22px);
}
.mmw-banner .owl-item.active .mmw-banner-card > * {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.mmw-banner .owl-item.active .mmw-banner-card h1,
.mmw-banner .owl-item.active .mmw-banner-card h2 {
  transition-delay: 0.12s;
}
.mmw-banner .owl-item.active .mmw-banner-card p {
  transition-delay: 0.22s;
}
.mmw-banner .owl-item.active .mmw-banner-actions {
  transition-delay: 0.32s;
}
.mmw-banner .owl-item.active .mmw-banner-slide > img {
  animation: mmw-banner-zoom 7s ease-out forwards;
}
.mmw-banner-progress {
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.2);
}
.mmw-banner-progress span {
  width: 0;
  height: 100%;
  display: block;
  background: #65b32e;
}
.mmw-banner.is-running .mmw-banner-progress span {
  animation: mmw-banner-progress 6.5s linear forwards;
}
@keyframes mmw-banner-zoom {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1.09);
  }
}
@keyframes mmw-banner-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mmw-hero {
  --mmw-green: #65b32e;
  --mmw-deep-green: #65b32e;
  --mmw-ink: #101b14;
  position: relative;
  overflow: hidden;
  background: #f5f8f3;
}
.mmw-hero > .auto-container {
  padding-top: 58px;
  padding-bottom: 58px;
  position: relative;
  z-index: 2;
}
.mmw-hero > .auto-container:before {
  content: "";
  width: 460px;
  height: 460px;
  position: absolute;
  right: 5%;
  top: 50%;
  border: 1px dashed rgba(101, 179, 46, 0.3);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.mmw-hero > .auto-container .mmw-hero-content > span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #376f1d;
  background: rgba(101, 179, 46, 0.12);
  border-left: 3px solid #65b32e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mmw-hero > .auto-container .mmw-hero-content h1 {
  max-width: 590px;
  margin-bottom: 18px;
  color: #142019;
  font-size: 49px;
  line-height: 1.12;
}
.mmw-hero > .auto-container .mmw-hero-content p {
  max-width: 570px;
  margin-bottom: 27px;
  color: #5e6a61;
  font-size: 16px;
}
.mmw-hero > .auto-container .mmw-hero-machine {
  max-height: 445px;
  animation: mmw-machine-float 4s ease-in-out infinite;
}
.mmw-full-machine-banner {
  min-height: 610px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 10, 0.94) 0%,
      rgba(10, 34, 18, 0.88) 34%,
      rgba(10, 31, 17, 0.48) 56%,
      rgba(8, 23, 13, 0.08) 78%
    ),
    url("../images/products/5.webp") 72% center/cover no-repeat;
}
.mmw-full-machine-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.24)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 79px,
      rgba(255, 255, 255, 0.025) 80px
    );
  pointer-events: none;
}
.mmw-full-machine-banner:after {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  left: -180px;
  bottom: -190px;
  border: 45px solid rgba(101, 179, 46, 0.12);
  border-radius: 50%;
}
.mmw-full-machine-banner > .auto-container {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
}
.mmw-full-machine-banner > .auto-container:before {
  display: none;
}
.mmw-full-machine-banner > .auto-container .mmw-hero-content {
  padding: 28px 0 30px 28px;
  border-left: 4px solid #65b32e;
}
.mmw-full-machine-banner > .auto-container .mmw-hero-content > span {
  color: #dff1d5;
  background: rgba(101, 179, 46, 0.18);
}
.mmw-full-machine-banner > .auto-container .mmw-hero-content h1 {
  max-width: 680px;
  color: #fff;
  font-size: 55px;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.35);
}
.mmw-full-machine-banner > .auto-container .mmw-hero-content p {
  max-width: 610px;
  color: #d6e0d8;
  font-size: 17px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.mmw-full-machine-banner .home-btn-1 {
  color: #fff;
  background: #65b32e;
  border-color: #65b32e;
}
.mmw-full-machine-banner .home-btn-2 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
@keyframes mmw-machine-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.mmw-hero-slide {
  min-height: 670px;
  padding: 76px 0 88px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.mmw-slide-green {
  background:
    radial-gradient(
      circle at 78% 48%,
      rgba(101, 179, 46, 0.2),
      transparent 28%
    ),
    linear-gradient(125deg, #f8fbf6 0%, #fff 55%, #e6f2df 100%);
}
.mmw-slide-dark {
  background:
    radial-gradient(
      circle at 22% 50%,
      rgba(101, 179, 46, 0.2),
      transparent 30%
    ),
    linear-gradient(125deg, #0c1710 0%, #16271b 55%, #0d2114 100%);
}
.mmw-slide-light {
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(226, 242, 216, 0.92) 100%
    ),
    url("../img/bg/workers.jpg") center/cover;
}
.mmw-hero-shape {
  position: absolute;
  border: 1px solid rgba(101, 179, 46, 0.22);
  border-radius: 50%;
  pointer-events: none;
}
.mmw-shape-one {
  width: 520px;
  height: 520px;
  top: -230px;
  left: -170px;
  box-shadow: 0 0 0 75px rgba(101, 179, 46, 0.035);
}
.mmw-shape-two {
  width: 430px;
  height: 430px;
  right: -160px;
  bottom: -240px;
  box-shadow: 0 0 0 70px rgba(101, 179, 46, 0.04);
}
.mmw-shape-three {
  width: 360px;
  height: 360px;
  top: -160px;
  right: 8%;
  box-shadow: 0 0 0 55px rgba(101, 179, 46, 0.04);
}
.mmw-hero-content {
  position: relative;
  z-index: 3;
}
.mmw-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  color: var(--mmw-deep-green);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: rgba(101, 179, 46, 0.12);
  border-left: 3px solid var(--mmw-green);
}
.mmw-eyebrow i {
  margin-right: 7px;
  color: var(--mmw-green);
}
.mmw-hero-content h1,
.mmw-hero-content h2 {
  max-width: 600px;
  margin-bottom: 22px;
  color: var(--mmw-ink);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2px;
}
.mmw-hero-content h1 strong,
.mmw-hero-content h2 strong {
  display: block;
  color: var(--mmw-green);
  font-weight: 700;
}
.mmw-hero-content p {
  max-width: 530px;
  margin-bottom: 28px;
  color: #4f5c53;
  font-size: 17px;
  line-height: 1.75;
}
.mmw-slide-dark .mmw-hero-content h2,
.mmw-slide-dark .mmw-hero-content p {
  color: #fff;
}
.mmw-slide-dark .mmw-eyebrow {
  color: #dff1d4;
  background: rgba(101, 179, 46, 0.14);
}
.mmw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.mmw-primary-btn,
.mmw-outline-btn {
  min-width: 164px;
  padding: 13px 22px;
  border: 2px solid var(--mmw-green);
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.mmw-primary-btn {
  color: #fff;
  background: var(--mmw-green);
  box-shadow: 0 12px 24px rgba(101, 179, 46, 0.24);
}
.mmw-primary-btn:hover {
  color: #fff;
  background: var(--mmw-deep-green);
  border-color: var(--mmw-deep-green);
  transform: translateY(-3px);
}
.mmw-outline-btn {
  color: var(--mmw-deep-green);
  background: transparent;
}
.mmw-outline-btn:hover {
  color: #fff;
  background: var(--mmw-deep-green);
  border-color: var(--mmw-deep-green);
  transform: translateY(-3px);
}
.mmw-slide-dark .mmw-outline-btn {
  color: #fff;
}
.mmw-slide-dark .mmw-outline-btn:hover {
  background: var(--mmw-green);
  border-color: var(--mmw-green);
}
.mmw-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.mmw-hero-points li {
  color: #344139;
  font-size: 13px;
  font-weight: 600;
}
.mmw-slide-dark .mmw-hero-points li {
  color: #d9e5dc;
}
.mmw-hero-points i {
  margin-right: 5px;
  color: var(--mmw-green);
}
.mmw-machine-stage {
  min-height: 470px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mmw-machine-stage:after {
  content: "";
  position: absolute;
  left: 11%;
  right: 5%;
  bottom: 35px;
  height: 35px;
  background: rgba(22, 35, 25, 0.2);
  border-radius: 50%;
  filter: blur(18px);
  z-index: -1;
}
.mmw-machine-ring {
  width: 420px;
  height: 420px;
  position: absolute;
  border: 1px solid rgba(101, 179, 46, 0.28);
  border-radius: 50%;
}
.mmw-machine-ring:before,
.mmw-machine-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.mmw-machine-ring:before {
  inset: 38px;
  border: 1px dashed rgba(101, 179, 46, 0.35);
}
.mmw-machine-ring:after {
  width: 12px;
  height: 12px;
  top: 28px;
  left: 84px;
  background: var(--mmw-green);
  box-shadow: 0 0 0 8px rgba(101, 179, 46, 0.12);
}
.mmw-hero-machine {
  width: 100%;
  max-height: 480px;
  position: relative;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.19));
  z-index: 2;
}
.mmw-machine-number {
  position: absolute;
  right: 4%;
  top: 3%;
  color: rgba(101, 179, 46, 0.12);
  font-family: "Montserrat", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}
.mmw-machine-tag {
  position: absolute;
  right: 2%;
  bottom: 55px;
  padding: 14px 20px;
  color: #fff;
  background: var(--mmw-deep-green);
  border-left: 4px solid var(--mmw-green);
  box-shadow: 0 14px 28px rgba(13, 35, 20, 0.22);
  z-index: 4;
}
.mmw-machine-tag strong,
.mmw-machine-tag span {
  display: block;
}
.mmw-machine-tag strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
}
.mmw-machine-tag span {
  color: #d7e6da;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mmw-hero-slider.owl-theme .owl-nav {
  margin: 0;
}
.mmw-hero-slider.owl-theme .owl-nav div {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin: -24px 0 0;
  color: var(--mmw-deep-green);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  line-height: 48px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.mmw-hero-slider.owl-theme .owl-nav div:hover {
  color: #fff;
  background: var(--mmw-green);
}
.mmw-hero-slider .owl-prev {
  left: 24px;
}
.mmw-hero-slider .owl-next {
  right: 24px;
}
.mmw-hero-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
}
.mmw-hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 4px;
  margin: 4px;
  background: rgba(101, 179, 46, 0.28);
  border-radius: 5px;
}
.mmw-hero-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 42px;
  background: var(--mmw-green);
}
.mmw-scroll-cue {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  color: #607066;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.mmw-scroll-cue span {
  width: 1px;
  height: 35px;
  display: inline-block;
  margin-bottom: 8px;
  background: var(--mmw-green);
}
.mmw-hero-slider .owl-item .mmw-eyebrow,
.mmw-hero-slider .owl-item .mmw-hero-content h1,
.mmw-hero-slider .owl-item .mmw-hero-content h2,
.mmw-hero-slider .owl-item .mmw-hero-content p,
.mmw-hero-slider .owl-item .mmw-hero-actions,
.mmw-hero-slider .owl-item .mmw-hero-points {
  opacity: 0;
  transform: translateY(28px);
}
.mmw-hero-slider .owl-item .mmw-hero-machine {
  opacity: 0;
  transform: translateX(60px) scale(0.94);
}
.mmw-hero-slider .owl-item.active .mmw-eyebrow,
.mmw-hero-slider .owl-item.active .mmw-hero-content h1,
.mmw-hero-slider .owl-item.active .mmw-hero-content h2,
.mmw-hero-slider .owl-item.active .mmw-hero-content p,
.mmw-hero-slider .owl-item.active .mmw-hero-actions,
.mmw-hero-slider .owl-item.active .mmw-hero-points,
.mmw-hero-slider .owl-item.active .mmw-hero-machine {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.mmw-hero-slider .owl-item.active .mmw-hero-content h1,
.mmw-hero-slider .owl-item.active .mmw-hero-content h2 {
  transition-delay: 0.12s;
}
.mmw-hero-slider .owl-item.active .mmw-hero-content p {
  transition-delay: 0.22s;
}
.mmw-hero-slider .owl-item.active .mmw-hero-actions {
  transition-delay: 0.32s;
}
.mmw-hero-slider .owl-item.active .mmw-hero-points {
  transition-delay: 0.42s;
}
.mmw-hero-slider .owl-item.active .mmw-hero-machine {
  transition-delay: 0.15s;
}
.tp-banner-container {
  display: none;
}
.mmw-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #65b32e;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.mmw-section-label:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #65b32e;
}
.mmw-company {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.mmw-about-gallery {
  min-height: 610px;
  position: relative;
  padding: 20px 105px 70px 0;
}
.mmw-about-photo {
  overflow: hidden;
  position: absolute;
  margin: 0;
  background: #f1f5ee;
  border: 7px solid #fff;
  box-shadow: 0 18px 42px rgba(22, 53, 32, 0.15);
}
.mmw-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mmw-about-photo:hover img {
  transform: scale(1.05);
}
.mmw-about-photo-main {
  width: 78%;
  height: 470px;
  left: 0;
  top: 65px;
  border-radius: 4px 45px 4px 4px;
}
.mmw-about-photo-main figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  color: #fff;
  background: #65b32e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mmw-about-photo-top {
  width: 45%;
  height: 205px;
  right: 0;
  top: 0;
  border-radius: 4px 30px 4px 4px;
}
.mmw-about-photo-bottom {
  width: 49%;
  height: 225px;
  right: 0;
  bottom: 10px;
  border-radius: 4px;
}
.mmw-about-gallery .mmw-company-badge {
  right: 58px;
  top: 225px;
  z-index: 4;
}
.mmw-company:before {
  content: "";
  width: 340px;
  height: 340px;
  position: absolute;
  right: -190px;
  top: 50px;
  border: 55px solid rgba(101, 179, 46, 0.035);
  border-radius: 50%;
}
.mmw-company-visual {
  min-height: 570px;
  position: relative;
  padding: 25px 60px 45px 0;
}
.mmw-company-image {
  height: 520px;
  overflow: hidden;
  position: relative;
  background: #f3f6f1;
  border-radius: 4px 60px 4px 4px;
}
.mmw-company-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(15, 40, 23, 0.18));
}
.mmw-company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmw-company-badge {
  width: 158px;
  height: 158px;
  position: absolute;
  right: 8px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: #65b32e;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(101, 179, 46, 0.2);
}
.mmw-company-badge strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  line-height: 1;
}
.mmw-company-badge span {
  margin-top: 6px;
  color: #cfe1d3;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}
.mmw-company-stamp {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  color: #fff;
  background: #65b32e;
  border-radius: 4px;
  box-shadow: 0 12px 25px rgba(101, 179, 46, 0.22);
}
.mmw-company-stamp i {
  font-size: 29px;
}
.mmw-company-stamp span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
.mmw-company-content {
  padding-left: 25px;
}
.mmw-company-content h2,
.mmw-section-heading h2,
.mmw-capability-intro h2,
.mmw-industries h2 {
  margin-bottom: 22px;
  color: #142019;
  font-size: 39px;
  line-height: 1.22;
}
.mmw-company-content h2 span,
.mmw-section-heading h2 span,
.mmw-capability-intro h2 span,
.mmw-industries h2 span {
  color: #65b32e;
}
.mmw-company-content > p {
  margin-bottom: 13px;
  color: #667068;
  line-height: 1.75;
}
.mmw-about-more {
  margin: 20px 0 0;
  padding: 18px 20px;
  background: #fbf7f1;
  border-left: 3px solid #c88945;
}
.mmw-about-more p {
  color: #5f675f;
  font-size: 14px;
  line-height: 1.75;
}
.mmw-company-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 24px 0;
}
.mmw-company-values > div {
  display: flex;
  gap: 10px;
  padding: 14px;
  background: #f6f9f4;
  border-left: 3px solid #65b32e;
}
.mmw-company-values i {
  margin-top: 4px;
  color: #65b32e;
  font-size: 19px;
}
.mmw-company-values span,
.mmw-company-values strong {
  display: block;
}
.mmw-company-values span {
  color: #758078;
  font-size: 12px;
  line-height: 1.5;
}
.mmw-company-values strong {
  color: #17231b;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.mmw-company-mission {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
  padding: 16px 18px;
  background: linear-gradient(110deg, #65b32e, #65b32e);
  border-radius: 4px;
}
.mmw-company-mission i {
  color: #7cca45;
  font-size: 28px;
}
.mmw-company-mission p {
  color: #d5e2d8;
  font-size: 13px;
  line-height: 1.6;
}
.mmw-company-mission strong {
  color: #fff;
}
.mmw-primary-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 21px;
  color: #fff;
  background: #65b32e;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.mmw-primary-action:hover {
  color: #fff;
  background: #65b32e;
  transform: translateY(-2px);
}
.mmw-machines {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(101, 179, 46, 0.07),
      transparent 20%
    ),
    linear-gradient(#f7faf5, #f7faf5);
}
.mmw-machine-showcase {
  position: relative;
}
.mmw-machine-spotlight {
  min-height: 480px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 58%;
  background: #65b32e;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(19, 50, 29, 0.16);
}
.mmw-spotlight-copy {
  padding: 52px 42px;
  align-self: center;
}
.mmw-spotlight-copy > span {
  display: block;
  margin-bottom: 13px;
  color: #86d04e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mmw-spotlight-copy h3 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 32px;
  line-height: 1.22;
}
.mmw-spotlight-copy > p {
  margin-bottom: 25px;
  color: #c5d3c8;
  line-height: 1.75;
}
.mmw-machine-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 28px;
}
.mmw-machine-specs div {
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.07);
  border-top: 2px solid #65b32e;
}
.mmw-machine-specs strong,
.mmw-machine-specs small {
  display: block;
}
.mmw-machine-specs strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.mmw-machine-specs small {
  color: #9fb0a3;
  font-size: 10px;
}
.mmw-spotlight-image {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.mmw-spotlight-image:before {
  content: "";
  width: 410px;
  height: 410px;
  position: absolute;
  right: -70px;
  top: 35px;
  border: 1px dashed rgba(101, 179, 46, 0.35);
  border-radius: 50%;
}
.mmw-spotlight-image img {
  width: 100%;
  position: relative;
  object-fit: contain;
  z-index: 2;
}
.mmw-spotlight-image > span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 3;
  color: rgba(101, 179, 46, 0.16);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mmw-machine-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 18px;
}
.mmw-rail-machine {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e9df;
  border-radius: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.mmw-rail-machine:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(20, 53, 31, 0.12);
}
.mmw-rail-machine > img {
  width: 100%;
  height: 175px;
  object-fit: contain;
  background: #f6f9f4;
}
.mmw-rail-machine > div {
  min-height: 115px;
  position: relative;
  padding: 17px 15px;
}
.mmw-rail-machine span {
  color: #c88945;
  font-size: 10px;
  font-weight: 700;
}
.mmw-rail-machine h3 {
  margin: 5px 0 10px;
  color: #193022;
  font-size: 14px;
  line-height: 1.35;
}
.mmw-rail-machine a {
  color: #65b32e;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.mmw-section-heading {
  margin-bottom: 42px;
}
.mmw-section-heading h2 {
  margin-bottom: 10px;
}
.mmw-section-heading p {
  max-width: 700px;
  color: #69736b;
}
.mmw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  color: #65b32e;
  border-bottom: 2px solid #65b32e;
  font-weight: 700;
}
.mmw-text-link:hover {
  color: #65b32e;
}
.mmw-capabilities {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(10, 31, 17, 0.97), rgba(18, 56, 31, 0.94)),
    url("../img/bg/workers.jpg") center/cover;
}
.mmw-capability-intro {
  max-width: 820px;
  margin: 0 auto 42px;
}
.mmw-capability-intro h2 {
  color: #fff;
}
.mmw-capability-intro p {
  margin-bottom: 0;
  color: #c4d0c7;
}
.mmw-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.mmw-why-layout {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(360px, 1.25fr) minmax(
      240px,
      1fr
    );
  align-items: center;
  gap: 24px;
}
.mmw-why-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mmw-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
.mmw-why-left .mmw-why-item {
  flex-direction: row-reverse;
  text-align: right;
}
.mmw-why-item:hover {
  background: rgba(101, 179, 46, 0.2);
  transform: translateY(-4px);
}
.mmw-why-item > i {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8bd151;
  background: rgba(101, 179, 46, 0.12);
  border-radius: 50%;
  font-size: 21px;
}
.mmw-why-item span {
  display: block;
  color: #c88945;
  font-size: 10px;
  font-weight: 700;
}
.mmw-why-item h3 {
  margin: 2px 0 5px;
  color: #fff;
  font-size: 15px;
}
.mmw-why-item p {
  color: #b9c7bc;
  font-size: 12px;
  line-height: 1.55;
}
.mmw-why-machine {
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmw-why-machine img {
  width: 112%;
  position: relative;
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.3));
  z-index: 2;
}
.mmw-why-orbit {
  width: 380px;
  height: 380px;
  position: absolute;
  border: 1px dashed rgba(129, 204, 76, 0.4);
  border-radius: 50%;
}
.mmw-why-orbit:before,
.mmw-why-orbit:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.mmw-why-orbit:before {
  inset: 42px;
  border: 1px solid rgba(129, 204, 76, 0.15);
}
.mmw-why-orbit:after {
  width: 11px;
  height: 11px;
  left: 52px;
  top: 27px;
  background: #65b32e;
  box-shadow: 0 0 0 7px rgba(101, 179, 46, 0.13);
}
.mmw-why-badge {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 3;
  padding: 13px 17px;
  background: #65b32e;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.mmw-why-badge strong,
.mmw-why-badge span {
  display: block;
  color: #fff;
}
.mmw-why-badge strong {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
}
.mmw-why-badge span {
  font-size: 10px;
  text-transform: uppercase;
}
.mmw-capability-card {
  min-height: 255px;
  position: relative;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
.mmw-capability-card:hover {
  background: linear-gradient(145deg, #65b32e, #65b32e);
  transform: translateY(-5px);
}
.mmw-capability-card > span {
  position: absolute;
  right: 17px;
  top: 10px;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
}
.mmw-capability-card > i {
  display: inline-block;
  margin-bottom: 20px;
  color: #8bd151;
  font-size: 37px;
}
.mmw-capability-card:hover > i {
  color: #fff;
}
.mmw-capability-card h3 {
  color: #fff;
  font-size: 17px;
}
.mmw-capability-card p {
  color: #bfcac2;
  font-size: 13px;
  line-height: 1.65;
}
.mmw-capability-card:hover p {
  color: #eef7e9;
}
.mmw-why-closing {
  max-width: 830px;
  margin: 35px auto 22px;
  color: #c7d3ca;
  line-height: 1.75;
}
.mmw-industries {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fbfaf7;
}
.mmw-industries h2 {
  margin-bottom: 18px;
}
.mmw-industries-intro {
  margin-bottom: 42px;
  color: #697269;
  line-height: 1.75;
}
.mmw-industry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mmw-industry-list > article {
  min-height: 245px;
  position: relative;
  padding: 34px 28px 28px;
  text-align: left;
  background: #fff;
  border: 1px solid #e5e8e2;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(25, 51, 33, 0.05);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.mmw-industry-list > article:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 179, 46, 0.55);
  box-shadow: 0 18px 38px rgba(25, 51, 33, 0.12);
}
.mmw-industry-list i {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  color: #65b32e;
  background: #edf6e8;
  border-radius: 50%;
  font-size: 29px;
}
.mmw-industry-list > article > span {
  position: absolute;
  right: 22px;
  top: 17px;
  color: rgba(200, 137, 69, 0.24);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.mmw-industry-list h3 {
  margin-bottom: 12px;
  color: #193022;
  font-size: 17px;
  line-height: 1.4;
}
.mmw-industry-list p {
  color: #6d766f;
  font-size: 13px;
  line-height: 1.7;
}
.mmw-industries-closing {
  max-width: 850px;
  margin: 36px auto 0;
  padding: 18px 25px;
  color: #445048;
  background: #f0f5ed;
  border-bottom: 3px solid #65b32e;
  line-height: 1.7;
}
.header-info-box-2 p a {
  color: #282828;
}
.header-2.main-header .mainmenu-area,
.header-2 .mainmenu-area.menu-animation {
  background: linear-gradient(90deg, #65b32e 0%, #65b32e 64%, #65b32e 100%);
}
.main-header .mainmenu-area .navbar ul li.active a,
.main-header .mainmenu-area .navbar ul li a:hover {
  background: rgba(101, 179, 46, 0.95);
  box-shadow: none;
}
.header-2.main-header .header-search ul li.menuleft-search {
  background: rgba(10, 32, 18, 0.28);
}
.mean-container .mean-bar {
  background: #65b32e;
}
.mean-container .mean-nav {
  background: #65b32e;
}
.mean-container a.meanmenu-reveal {
  color: #65b32e;
}
.mean-container a.meanmenu-reveal span {
  background: #65b32e;
}
.quote-btn-2 {
  color: #173c25;
  border-color: #65b32e;
}
.quote-btn-2:before {
  background: #65b32e;
}
.quote-btn-2:hover,
.quote-btn-2:focus,
.quote-btn-2:active {
  border-color: #65b32e;
}
.product-mega-menu {
  width: 900px;
  left: -280px;
  padding: 18px !important;
  columns: 3;
  column-gap: 20px;
}
.product-mega-menu li {
  break-inside: avoid;
}
.product-mega-menu li a {
  padding: 8px 10px !important;
  font-size: 13px;
  line-height: 1.35 !important;
}
.product-mega-menu .menu-heading {
  column-span: all;
  padding: 4px 10px 12px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.mmw-counter-section {
  overflow: hidden;
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(244, 198, 0, 0.08) 1px, transparent 1px) 0 0 /
      54px 54px,
    linear-gradient(rgba(244, 198, 0, 0.08) 1px, transparent 1px) 0 0 / 54px
      54px,
    linear-gradient(135deg, #65b32e 0%, #65b32e 58%, #f4c600 58%, #f4c600 100%);
}
.mmw-counter-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}
.mmw-counter-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 34px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 54px rgba(10, 40, 22, 0.2);
}
.mmw-counter-intro h2 {
  margin: 0 0 16px;
  color: #65b32e;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}
.mmw-counter-intro p {
  color: #53675a;
  font-size: 16px;
  line-height: 1.75;
}
.mmw-counter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.mmw-counter-section .single-counter {
  display: flex;
  min-height: 184px;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(101, 179, 46, 0.12);
  border-left: 5px solid #f4c600;
  border-radius: 0;
  box-shadow: 0 20px 46px rgba(10, 40, 22, 0.16);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.mmw-counter-section .single-counter:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(10, 40, 22, 0.22);
}
.mmw-counter-section .single-counter-icon {
  position: static;
  display: inline-flex;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #65b32e;
  background: #f4c600;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
  line-height: 1;
  transform: none;
}
.mmw-counter-section .single-counter-icon i {
  display: block;
  color: inherit !important;
  font-size: 30px;
  line-height: 1;
}
.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #f4c600;
  background: #65b32e;
  box-shadow: none;
  transform: none;
}
.mmw-counter-section .single-counter-info {
  margin-top: 0;
  text-align: left;
}
.mmw-counter-section .mmw-counter-heading {
  margin: 0 0 8px;
  color: #65b32e;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
}
.mmw-counter-section .single-counter h5 {
  margin: 0;
  color: #5b6d60;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}
.section-title h2 span,
.section-title h3 span,
.service-two-link,
.footer-widget .quick-link-list li a:hover {
  color: #65b32e;
}
.section-title span.line,
.section-title span.line:before {
  background-color: #65b32e;
}
.single-counter-icon {
  background: rgba(101, 179, 46, 0.35);
}
@media only screen and (max-width: 991px) {
  .mmw-counter-section {
    padding: 70px 0;
    background:
      linear-gradient(90deg, rgba(244, 198, 0, 0.08) 1px, transparent 1px) 0 0 /
        44px 44px,
      linear-gradient(rgba(244, 198, 0, 0.08) 1px, transparent 1px) 0 0 / 44px
        44px,
      linear-gradient(
        180deg,
        #65b32e 0%,
        #65b32e 62%,
        #f4c600 62%,
        #f4c600 100%
      );
  }

  .mmw-counter-shell {
    grid-template-columns: 1fr;
  }

  .mmw-counter-intro {
    text-align: center;
  }

  .mmw-counter-intro .mmw-section-kicker {
    align-self: center;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-counter-section {
    padding: 58px 0;
  }

  .mmw-counter-intro,
  .mmw-counter-section .single-counter {
    padding: 24px 20px;
  }

  .mmw-counter-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mmw-counter-section .single-counter {
    min-height: 150px;
  }
}
.machine-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.machine-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 18px 38px rgba(101, 179, 46, 0.15);
}
.machine-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.machine-card-body {
  padding: 24px;
}
.machine-card-body h4 {
  min-height: 58px;
  font-size: 19px;
}
.machine-card-body p {
  margin-bottom: 15px;
}
.machine-card .service-two-link {
  color: #65b32e;
  font-weight: 700;
}
.footer-brand-logo {
  display: none;
}
.mmw-footer-brand-name {
  margin-bottom: 16px;
  padding: 0 !important;
  color: #65b32e !important;
  border: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 38px !important;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1 !important;
}
.mmw-footer-cta {
  padding: 34px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #65b32e 0%, #65b32e 100%);
}
.mmw-footer-cta:before {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  right: 8%;
  top: -150px;
  border: 42px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.mmw-footer-cta span {
  display: block;
  margin-bottom: 5px;
  color: #eaf6e3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mmw-footer-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
}
.mmw-footer-cta-btn {
  display: inline-block;
  padding: 14px 20px;
  color: #fff;
  background: #65b32e;
  border: 2px solid #65b32e;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.mmw-footer-cta-btn i {
  margin-left: 8px;
}
.mmw-footer-cta-btn:hover {
  color: #65b32e;
  background: #fff;
  border-color: #fff;
  transform: translateY(-3px);
}
footer .footer-top {
  padding: 75px 0 55px;
  position: relative;
  background: linear-gradient(rgba(9, 26, 15, 0.96), rgba(9, 26, 15, 0.96));
}
footer .footer-top:before {
  content: "MMW";
  position: absolute;
  right: 3%;
  bottom: -35px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Montserrat", sans-serif;
  font-size: 210px;
  font-weight: 700;
  line-height: 1;
}
.footer-section-title {
  position: relative;
  margin-bottom: 28px;
}
.footer-section-title:after {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #65b32e;
}
.footer-section-title h5 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.footer-widget .about p {
  padding: 0;
  color: #c9d4cc;
  border: 0;
  font-size: 14px;
}
.footer-widget .quick-link-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 36px;
}
.footer-widget .quick-link-list li a,
.footer-widget .contact-link-list li,
.footer-widget .contact-link-list li a {
  color: #c9d4cc;
  font-size: 14px;
}
.footer-widget .quick-link-list li a:hover,
.footer-widget .contact-link-list li a:hover {
  color: #84cf4d;
}
.footer-subtitle {
  margin-top: 25px;
  margin-bottom: 12px;
}
.footer-widget .contact-link-list li {
  color: #fff;
  line-height: 24px;
  margin-bottom: 14px;
  padding-left: 25px;
  position: relative;
}
.footer-widget .contact-link-list li > i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #65b32e;
}
.footer-widget .contact-link-list li a i {
  margin-right: 8px;
  color: #65b32e;
}
.mmw-footer-contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mmw-footer-contacts a {
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  color: #d6dfd8;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.mmw-footer-contacts a:hover {
  color: #fff;
  background: rgba(101, 179, 46, 0.18);
  border-color: rgba(101, 179, 46, 0.35);
}
.mmw-footer-contacts i {
  flex: 0 0 auto;
  color: #65b32e;
  font-size: 16px;
}
.mmw-footer-contacts span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mmw-footer-contact-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 4px solid #65b32e;
  border-radius: 4px;
}
.mmw-footer-contact-strip h5 {
  margin: 0 auto 0 0;
  color: #fff;
  white-space: nowrap;
}
.mmw-footer-contact-strip .footer-quote {
  margin-top: 0;
  white-space: nowrap;
}
.footer-quote {
  display: inline-block;
  float: none;
  margin-top: 14px;
  color: #fff;
  background: #65b32e;
  border-color: #65b32e;
}
.mmw-support-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 14px;
  background: rgba(101, 179, 46, 0.1);
  border: 1px solid rgba(101, 179, 46, 0.25);
  border-radius: 5px;
}
.mmw-support-box > i {
  color: #65b32e;
  font-size: 30px;
}
.mmw-support-box span,
.mmw-support-box strong {
  display: block;
}
.mmw-support-box span {
  color: #aebcb2;
  font-size: 11px;
  text-transform: uppercase;
}
.mmw-support-box strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.mmw-footer-enquiry {
  display: inline-block;
  padding: 11px 20px;
  color: #fff;
  background: #65b32e;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.mmw-footer-enquiry:hover {
  color: #65b32e;
  background: #fff;
}
footer .copyright {
  padding: 22px 0;
  background: #07150c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
footer .copyright-text p {
  color: #99a69c;
  font-size: 13px;
}
.mmw-legal-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.mmw-legal-links li {
  position: relative;
}
.mmw-legal-links li:not(:last-child):after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  right: -13px;
  top: 12px;
  background: #c88945;
  border-radius: 50%;
}
.mmw-legal-links a {
  color: #aeb9b0;
  font-size: 12px;
}
.mmw-legal-links a:hover {
  color: #79c947;
}

@media only screen and (max-width: 1199px) {
  .mmw-banner-card {
    grid-template-columns: minmax(300px, 1.2fr) minmax(230px, 0.9fr) auto;
    gap: 18px;
  }
  .mmw-banner-card h1,
  .mmw-banner-card h2 {
    font-size: 28px;
  }
  .mmw-about-gallery {
    padding-right: 70px;
  }
  .mmw-machine-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-why-layout {
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 14px;
  }
  .mmw-why-machine img {
    width: 120%;
  }
  .mmw-banner-slide {
    height: 590px;
  }
  .mmw-banner-card {
    width: 550px;
  }
  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-mega-menu {
    width: 760px;
    left: -210px;
  }
  .mmw-hero-content h1,
  .mmw-hero-content h2 {
    font-size: 46px;
  }
  .mmw-machine-stage {
    min-height: 420px;
  }
  .mmw-header-contact {
    gap: 17px;
  }
  .mmw-header-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mmw-product-content {
    padding: 22px;
  }
  .mmw-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-full-machine-banner {
    min-height: 560px;
    background-position: 64% center;
  }
  .mmw-full-machine-banner > .auto-container .mmw-hero-content h1 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 991px) {
  .mmw-banner-card {
    grid-template-columns: 1fr auto;
  }
  .mmw-banner-card > span,
  .mmw-banner-card h1,
  .mmw-banner-card h2 {
    grid-column: 1;
  }
  .mmw-banner-card p {
    grid-column: 1;
    grid-row: auto;
  }
  .mmw-banner-actions {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .mmw-about-gallery {
    max-width: 700px;
    margin: 0 auto 45px;
  }
  .mmw-company-values {
    grid-template-columns: repeat(3, 1fr);
  }
  .mmw-machine-spotlight {
    grid-template-columns: 1fr;
  }
  .mmw-spotlight-image {
    min-height: 380px;
    order: -1;
  }
  .mmw-why-layout {
    grid-template-columns: 1fr 1fr;
  }
  .mmw-why-machine {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 380px;
  }
  .mmw-why-machine img {
    width: 75%;
  }
  .mmw-why-column {
    grid-row: 2;
  }
  .mmw-banner-slide {
    height: 550px;
  }
  .mmw-banner-inner {
    padding-bottom: 48px;
  }
  .mmw-banner-card {
    width: 510px;
    padding: 24px 27px;
  }
  .mmw-banner-card h1,
  .mmw-banner-card h2 {
    font-size: 31px;
  }
  .site-logo {
    height: 85px;
  }
  .machine-card {
    margin-bottom: 30px;
    height: auto;
  }
  .mmw-hero-slide {
    min-height: auto;
    padding: 65px 0 85px;
  }
  .mmw-hero-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .mmw-hero-content h1,
  .mmw-hero-content h2,
  .mmw-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .mmw-hero-content h1,
  .mmw-hero-content h2 {
    font-size: 40px;
  }
  .mmw-hero-actions,
  .mmw-hero-points {
    justify-content: center;
  }
  .mmw-machine-stage {
    min-height: 390px;
  }
  .mmw-hero-machine {
    max-height: 390px;
  }
  .mmw-footer-cta {
    text-align: center;
  }
  .mmw-footer-cta-btn {
    margin-top: 22px;
  }
  .main-header .logo-area {
    padding: 18px 0;
  }
  .logo {
    margin-bottom: 15px;
    text-align: center;
  }
  .mmw-header-contact {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mmw-company-visual {
    margin-bottom: 45px;
  }
  .mmw-company-content {
    padding-left: 0;
  }
  .mmw-section-heading .text-lg-right {
    margin-top: 15px;
    text-align: left !important;
  }
  .mmw-capability-intro {
    margin-bottom: 38px;
    padding-right: 0;
    text-align: center;
  }
  .mmw-legal-links {
    justify-content: center;
    margin-top: 12px;
  }
  footer .copyright-text {
    text-align: center;
  }
  .mmw-footer-contact-strip {
    flex-wrap: wrap;
  }
  .mmw-footer-contact-strip h5 {
    width: 100%;
  }
  .mmw-full-machine-banner {
    min-height: 540px;
    background:
      linear-gradient(
        90deg,
        rgba(5, 18, 10, 0.94) 0%,
        rgba(10, 34, 18, 0.83) 48%,
        rgba(8, 23, 13, 0.25) 100%
      ),
      url("../images/products/5.webp") 67% center/cover no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .mmw-banner-card {
    display: block;
  }
  .mmw-banner-card > span {
    margin-bottom: 8px;
  }
  .mmw-banner-actions {
    flex-direction: row;
  }
  .mmw-about-gallery {
    min-height: 510px;
    padding: 0;
  }
  .mmw-about-photo-main {
    width: 82%;
    height: 365px;
    top: 45px;
  }
  .mmw-about-photo-top {
    width: 43%;
    height: 155px;
  }
  .mmw-about-photo-bottom {
    width: 48%;
    height: 175px;
  }
  .mmw-about-gallery .mmw-company-badge {
    right: 32px;
    top: 175px;
  }
  .mmw-company-values {
    grid-template-columns: 1fr;
  }
  .mmw-spotlight-copy {
    padding: 32px 24px;
  }
  .mmw-spotlight-copy h3 {
    font-size: 26px;
  }
  .mmw-machine-specs {
    grid-template-columns: 1fr;
  }
  .mmw-machine-rail {
    grid-template-columns: 1fr;
  }
  .mmw-rail-machine {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .mmw-rail-machine > img {
    height: 100%;
    min-height: 175px;
  }
  .mmw-why-layout {
    grid-template-columns: 1fr;
  }
  .mmw-why-machine,
  .mmw-why-column {
    grid-column: 1;
    grid-row: auto;
  }
  .mmw-why-machine {
    min-height: 300px;
  }
  .mmw-why-machine img {
    width: 100%;
  }
  .mmw-why-orbit {
    width: 280px;
    height: 280px;
  }
  .mmw-why-left .mmw-why-item {
    flex-direction: row;
    text-align: left;
  }
  .mmw-banner-slide {
    height: 610px;
    background: #eef2ec;
  }
  .mmw-banner-slide > img {
    height: 58%;
    object-position: center top;
  }
  .mmw-banner-slide:after {
    background: linear-gradient(
      180deg,
      transparent 35%,
      rgba(238, 242, 236, 0.18) 55%,
      #eef2ec 64%
    );
  }
  .mmw-banner-inner {
    align-items: flex-end;
    padding: 0 15px 35px;
  }
  .mmw-banner-card {
    width: 100%;
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: none;
  }
  .mmw-banner-card h1,
  .mmw-banner-card h2 {
    font-size: 27px;
  }
  .mmw-banner-card p {
    font-size: 13px;
  }
  .mmw-banner .owl-nav div {
    display: none;
  }
  .mmw-banner .owl-dots {
    right: 0;
    left: 0;
    bottom: 9px;
    text-align: center;
  }
  .main-header .logo-area {
    padding: 20px 0;
  }
  .site-logo {
    width: 190px;
    height: 90px;
  }
  .machine-card img {
    height: 220px;
  }
  .mmw-hero-slide {
    padding: 48px 0 76px;
  }
  .mmw-hero-content h1,
  .mmw-hero-content h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .mmw-hero-content p {
    font-size: 15px;
    line-height: 1.65;
  }
  .mmw-hero-actions {
    display: block;
  }
  .mmw-primary-btn,
  .mmw-outline-btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .mmw-hero-points {
    display: block;
  }
  .mmw-hero-points li {
    margin-bottom: 7px;
  }
  .mmw-machine-stage {
    min-height: 290px;
  }
  .mmw-machine-ring {
    width: 260px;
    height: 260px;
  }
  .mmw-hero-machine {
    max-height: 290px;
  }
  .mmw-machine-number {
    font-size: 72px;
  }
  .mmw-machine-tag {
    right: 0;
    bottom: 12px;
    padding: 10px 14px;
  }
  .mmw-machine-tag strong {
    font-size: 18px;
  }
  .mmw-hero-slider.owl-theme .owl-nav div {
    display: none;
  }
  .mmw-scroll-cue {
    display: none;
  }
  .mmw-footer-cta h3 {
    font-size: 22px;
  }
  footer .footer-top:before {
    font-size: 100px;
  }
  .mmw-header-contact {
    gap: 10px;
  }
  .mmw-header-item {
    width: calc(50% - 5px);
    justify-content: center;
  }
  .mmw-header-item strong {
    font-size: 11px;
  }
  .mmw-header-icon {
    width: 37px;
    height: 37px;
    font-size: 17px;
  }
  .mmw-header-quote {
    width: 100%;
    justify-content: center;
  }
  .mmw-hero > .auto-container {
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
  }
  .mmw-hero > .auto-container:before {
    width: 280px;
    height: 280px;
    right: 50%;
    top: auto;
    bottom: 15px;
    transform: translateX(50%);
  }
  .mmw-hero > .auto-container .mmw-hero-content h1 {
    font-size: 34px;
  }
  .mmw-hero > .auto-container .mmw-hero-machine {
    max-height: 290px;
    margin-top: 25px;
  }
  .mmw-company-visual {
    min-height: 430px;
    padding: 15px 35px 35px 0;
  }
  .mmw-company-image {
    height: 390px;
  }
  .mmw-company-badge {
    width: 125px;
    height: 125px;
    right: 0;
  }
  .mmw-company-badge strong {
    font-size: 30px;
  }
  .mmw-company-content h2,
  .mmw-section-heading h2,
  .mmw-capability-intro h2,
  .mmw-industries h2 {
    font-size: 30px;
  }
  .mmw-company-values {
    grid-template-columns: 1fr;
  }
  .mmw-capability-grid {
    grid-template-columns: 1fr;
  }
  .mmw-industry-list {
    grid-template-columns: 1fr;
  }
  .mmw-capability-card,
  .mmw-industry-list > article {
    min-height: auto;
  }
  .mmw-legal-links {
    gap: 7px 16px;
  }
  .mmw-legal-links li:not(:last-child):after {
    right: -10px;
  }
  .mmw-footer-contact-strip,
  .mmw-footer-contacts {
    align-items: stretch;
    flex-direction: column;
  }
  .mmw-footer-contacts a,
  .mmw-footer-contact-strip .footer-quote {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .mmw-full-machine-banner {
    min-height: 570px;
    align-items: flex-end;
    background:
      linear-gradient(
        180deg,
        rgba(4, 15, 8, 0.22) 0%,
        rgba(5, 20, 10, 0.72) 43%,
        rgba(5, 19, 10, 0.97) 100%
      ),
      url("../images/products/5.webp") 58% top/auto 64% no-repeat,
      #65b32e;
  }
  .mmw-full-machine-banner > .auto-container {
    padding-top: 220px;
    padding-bottom: 45px;
  }
  .mmw-full-machine-banner > .auto-container .mmw-hero-content {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 3px solid #65b32e;
    text-align: left;
  }
  .mmw-full-machine-banner > .auto-container .mmw-hero-content h1 {
    font-size: 34px;
  }
  .mmw-full-machine-banner > .auto-container .mmw-hero-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .mmw-about-gallery {
    min-height: 420px;
  }
  .mmw-about-photo-main {
    height: 300px;
  }
  .mmw-about-photo-top {
    height: 125px;
  }
  .mmw-about-photo-bottom {
    height: 145px;
  }
  .mmw-about-gallery .mmw-company-badge {
    right: 14px;
    top: 145px;
  }
  .mmw-rail-machine {
    grid-template-columns: 1fr;
  }
  .mmw-banner-slide {
    height: 625px;
  }
  .mmw-banner-slide > img {
    height: 48%;
  }
  .mmw-banner-card h1,
  .mmw-banner-card h2 {
    font-size: 23px;
  }
  .mmw-banner-actions {
    display: block;
  }
  .mmw-banner-primary,
  .mmw-banner-secondary {
    width: 100%;
    margin-bottom: 8px;
  }
  .mmw-hero-content h1,
  .mmw-hero-content h2 {
    font-size: 29px;
  }
  .mmw-eyebrow {
    font-size: 10px;
  }
  .mmw-machine-stage {
    min-height: 245px;
  }
  .mmw-hero-machine {
    max-height: 245px;
  }
  .mmw-header-item {
    width: 100%;
  }
  .mmw-company-visual {
    min-height: 350px;
    padding-right: 20px;
  }
  .mmw-company-image {
    height: 320px;
  }
  .mmw-company-badge {
    width: 105px;
    height: 105px;
  }
  .mmw-company-badge strong {
    font-size: 25px;
  }
  .mmw-company-stamp {
    left: 10px;
    padding: 11px 13px;
  }
  .mmw-industry-list {
    grid-template-columns: 1fr;
  }
  .mmw-full-machine-banner {
    min-height: 590px;
    background-size: auto 55%;
    background-position: 56% top;
  }
  .mmw-full-machine-banner > .auto-container {
    padding-top: 210px;
  }
  .mmw-full-machine-banner > .auto-container .mmw-hero-content h1 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mmw-hero-slider .owl-item *,
  .mmw-loader span:after {
    animation: none !important;
    transition: none !important;
  }
  .mmw-hero > .auto-container .mmw-hero-machine {
    animation: none !important;
  }
  .mmw-banner .owl-item.active .mmw-banner-slide > img,
  .mmw-banner-progress span {
    animation: none !important;
  }
}
/*
* ----------------------------------------------------------------------------------------
 14. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 15. START ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* page banner style */

.single-page-title-area {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  margin-top: -71px;
}

.single-page-title-area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.single-page-title h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.single-page-title span {
  position: relative;
  background-color: #fff;
  height: 1px;
  width: 55%;
  display: inline-block;
}
.single-page-title h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
.single-page-title-area .breadcrumb {
  background-color: transparent;
  margin: 20px 0 0;
  position: absolute;
  right: 5px;
}
.single-page-title-area .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.single-page-title-area .breadcrumb .breadcrumb-item.active {
  color: #f4c600;
}
/* about style */

.image-hover-style-one-wrap {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.image-hover-style-one {
  position: relative;
  margin-bottom: 25px;
}
.image-hover-style-one-wrap:before,
.image-hover-style-one-wrap:after {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition:
    opacity 0.75s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.75s,
    transform 0.35s;
}
.image-hover-style-one-wrap:before {
  border-top: 2px solid #f4c600;
  border-bottom: 2px solid #f4c600;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.image-hover-style-one-wrap:after {
  border-right: 2px solid #f4c600;
  border-left: 2px solid #f4c600;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.promo-box-style-one {
  padding: 25px 60px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  margin: 60px 0 0 -35px;
}
.promo-box-style-one h6 {
  color: #f4c600;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.promo-box-style-one h2 {
  font-size: 30px;
  margin: 25px 0;
  text-transform: capitalize;
}
/* skill style */

.skill {
  overflow: hidden;
}
.skill {
  margin-bottom: 0;
  padding-top: 30px;
}
.service-text {
  margin-top: 30px;
}
.skill .progress .lead {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -32px;
  z-index: 99;
}
.skill .progress {
  border-radius: 0;
  box-shadow: none;
  height: 1rem;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
}
.skill .progress-bar span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  position: relative;
  padding: 0 5px;
  line-height: 33px;
}
.skill .progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #f4c600;
  transition: width 0.6s ease;
}
.our-skills .skill .progress-bar span {
  border-radius: inherit;
  height: 32px;
  top: 17px;
}
/* promo video */

.image-hover-style-two-wrap {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.image-hover-style-two {
  position: relative;
  margin-bottom: 25px;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -20px;
}
.image-hover-style-two-wrap:hover .image-hover-style-two {
  outline: none;
}
.image-hover-style-two-wrap:hover .post-image-overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.image-hover-style-two-wrap:before,
.image-hover-style-two-wrap:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition:
    opacity 0.75s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.75s,
    transform 0.35s;
}
.image-hover-style-two-wrap:before {
  border-top: 2px solid #f4c600;
  border-bottom: 2px solid #f4c600;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.image-hover-style-two-wrap:after {
  border-right: 2px solid #f4c600;
  border-left: 2px solid #f4c600;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-video {
  position: absolute;
  left: 50%;
  right: 0;
  top: 45%;
  color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 60px;
  z-index: 3;
}
.image-hover-video a {
  color: #fff;
}
.image-hover-style-two-wrap:hover .image-hover-video a {
  color: #f4c600;
}
/* testimonial style two */

.single-testimonial-two {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-testimonial-two:hover .testimonial-box {
  border-color: #f4c600;
}
.testimonial-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonial-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  border-top: 15px solid #ddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.testimonial-box p {
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonial-box p i {
  font-size: 30px;
  padding-right: 8px;
}
.testimonial-box-info {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.testimonial-box-info-image {
  margin-right: 25px;
}
.testimonial-box-info-image,
.testimonial-box-info-text {
  float: left;
}
.testimonial-box-info-text h4 {
  font-size: 20px;
  margin: 0;
}
.testimonial-box-info-text p {
}
.testimonial-box-info-image img {
  height: 100px;
  width: 100px !important;
}
/* client logo 2 style */

.client-item-two-wrap {
  position: relative;
  padding: 0;
  border-right: 1px solid #ddd;
}
.client-item-two {
  border-bottom: 1px solid #ddd;
}
.client-item-two:nth-child(2) {
  border-bottom: none;
}
.client-item-two-wrap:last-child {
  border-right: none;
}
.promo-box-style-two p {
  margin: 20px 0;
}
.promo-box-style-two h4 {
  margin: 0;
}
.promo-box-style-two a {
  color: #f4c600;
  padding: 10px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 2px solid #f4c600;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.promo-box-style-two a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #f4c600;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.promo-box-style-two a:hover,
.promo-box-style-two a:focus,
.promo-box-style-two a:active {
  color: #fff;
  border-color: #f4c600;
}
.promo-box-style-two a:hover:before,
.promo-box-style-two a:focus:before,
.promo-box-style-two a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 15. END ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 16. START SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* call to action two style */

.calltoaction-two-padding {
  padding: 60px 0;
  position: relative;
  float: left;
  width: 100%;
}
.calltoaction-two-wrap h3 {
  color: #fff;
  margin: 15px 0;
}
.calltoaction-two-wrap p {
  color: #fff;
  font-size: 20px;
}
.calltoaction-two-btn {
  color: #fff;
  padding: 10px 40px;
  margin: 20px 0 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calltoaction-two-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.calltoaction-two-btn:hover,
.calltoaction-two-btn:focus,
.calltoaction-two-btn:active {
  color: #fff;
  border-color: #333;
}
.calltoaction-two-btn:hover:before,
.calltoaction-two-btn:focus:before,
.calltoaction-two-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 16. END SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 17. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* widget style */

h5.widget-title {
  position: relative;
  margin: 0 0 60px;
  text-transform: uppercase;
}
h5.widget-title:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  background-color: #f4c600;
  top: 43px;
  left: 20px;
  margin-left: -20px;
  border-radius: 30px;
}
h5.widget-title:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  background-color: #f4c600;
  top: 43px;
  left: 40px;
  margin-left: -20px;
  border-radius: 30px;
}
.sidebar-left .widget,
.sidebar-right .widget {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.sidebar-left .widget ul,
.sidebar-right .widget ul {
  background: #fbfbfb;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-left .widget ul li,
.sidebar-right .widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4c600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sidebar-left .widget ul li.active:before,
.sidebar-right .widget ul li.active:before {
  background: #f4c600;
}
.sidebar-left .widget ul li i,
.sidebar-right .widget ul li i {
  padding: 0 6px;
  font-size: 20px;
}
.sidebar-left .widget ul li:hover,
.sidebar-right .widget:hover ul li {
  color: #fff;
}
.sidebar-left .widget ul li.active a,
.sidebar-right .widget ul li.active a {
  color: #fff;
  border-color: #f4c600;
}
.sidebar-left .widget ul li:before,
.sidebar-right .widget ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-left .widget ul li:hover:before,
.sidebar-right .widget ul li:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sidebar-left .widget ul li:hover a,
.sidebar-right .widget ul li:hover a {
  color: #fff;
  border-color: #f4c600;
}
.sidebar-left .widget ul li:last-child,
.sidebar-right .widget ul li:last-child {
  margin-bottom: 15px;
  border: none;
}
.sidebar-left .widget ul li a,
.sidebar-right .widget ul li a {
  letter-spacing: 0.48px;
  color: #5d5d5d;
  display: block;
  text-transform: capitalize;
}
.sidebar-left .widget ul li a:before,
.sidebar-right .widget ul li a:before {
  position: relative;
  display: inline-block;
  font-family: "IcoFont" !important;
  content: "\eb27";
  margin-right: 10px;
}
/* description style */
/* simple image slide style */

.simple-image-slider {
  z-index: 9;
}
.single-image-slide img {
  width: 100%;
}
.owl-theme.simple-image-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme.simple-image-slider .owl-dots .owl-dot span {
  border-radius: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
}
.owl-theme.simple-image-slider .owl-dots div.active span {
  border-color: #f4c600;
  background: #f4c600;
}
.owl-theme.simple-image-slider .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 4px;
}
/* end simple image slide style */

.canvasjs-chart-credit {
  display: none;
}
ul.theme-list-style-two {
  margin-top: 20px;
}
ul.theme-list-style-two li {
  position: relative;
}
ul.theme-list-style-two li a {
  color: #777;
  margin-left: 20px;
}
ul.theme-list-style-two li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  height: 7px;
  width: 7px;
  background-color: #4aacc5;
}
/*
* ----------------------------------------------------------------------------------------
 17. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 18. START PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-filter-menu ul {
  list-style-type: none;
  margin-bottom: 35px;
  padding: 0;
}
.portfolio-filter-menu ul li {
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-left: -5px;
  margin-bottom: 20px;
  padding: 8px 60px;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  background: #f4c600;
  border-color: #f4c600;
  color: #fff;
}
.portfolio-filter-menu ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  border-top: 15px solid #f4c600;
}
.portfolio-items .mix {
  display: none;
}
.portfolio-items .single-portfolio {
  margin-bottom: 30px;
}
/* newsletter call to action style */

.newsletter-form-calltoaction {
  position: relative;
  padding: 60px 0;
  float: left;
  width: 100%;
  color: #fff;
}
.newsletter-back-image {
  background-size: cover;
  background-position: center center;
}
.newsletter-form-calltoaction h3 {
  color: #fff;
}
.newsletter-form-calltoaction p {
  margin-bottom: 20px;
}
.newsletter-form-calltoaction form {
  margin-top: 5px;
}
.newsletter-form-calltoaction .form-control {
  border-radius: 0;
  width: 100%;
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
  height: 50px;
  padding-left: 10px;
  background: #000;
  border: 1px solid #1d1c1c;
  color: #ccc;
}
.newsletter-form-calltoaction .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #45be24;
  border-top: 1px solid #f4c600;
  border-left: 1px solid #f4c600;
  outline: 0;
}
.btn.btn-news {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-left: -5px;
  height: 50px;
  border-radius: 0;
  background: #f4c600;
  border: 1px solid #f4c600;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.btn.btn-news:hover {
  background: #f4c600;
}
/*
* ----------------------------------------------------------------------------------------
 18. END PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 19. START TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.team-page .team-mate {
  margin-bottom: 30px;
}
/*
* ----------------------------------------------------------------------------------------
 19. END TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 20. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.faq-form .form-control {
  background-color: #fff;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.faq-form .form-group {
  margin-bottom: 35px;
}
.faq-form .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
  border-radius: 0;
}
.faq-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #f4c600;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  background: #333;
}
/*
* ----------------------------------------------------------------------------------------
 20. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 21. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h1 {
  font-size: 150px;
  margin: 0;
  letter-spacing: 20px;
  color: #f4c600;
  font-weight: 700;
}
.error-page-wrap h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
}
.error-page-wrap p {
  margin: 30px 0 50px;
}
.error-page-wrap a {
  margin-left: 10px;
}
.error-page-wrap a i {
  padding-right: 4px;
}
.error-search .form-control {
  background-color: #f5f5f5;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.error-search .form-control:focus {
  border-color: #f4c600;
  padding-left: 20px;
}
.error-search .btn.error-btn {
  background-color: #f4c600;
  color: #fff;
  border-radius: 0;
  height: 60px;
  margin-left: -1px;
  width: 60px;
  cursor: pointer;
  font-size: 30px;
}
.error-search .btn.error-btn:focus {
  box-shadow: none;
}
/*
* ----------------------------------------------------------------------------------------
 21. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 22. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#contact-page .section-title {
  margin-bottom: 15px;
}
.contact-add-padd {
  background-position: center center;
}
.single-con-add {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-con-add:hover .single-con-add-icon i {
  background: #f4c600;
  color: #fff;
}
.single-con-add .single-con-add-icon {
  margin-right: 20px;
  position: relative;
}
.single-con-add .single-con-add-icon,
.single-con-add .single-con-add-text {
  float: left;
}
.single-con-add .single-con-add-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f4c600;
  right: -8px;
  top: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-con-add .single-con-add-icon i {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #f4c600;
  font-size: 36px;
  float: left;
  border: 1px solid #f4c600;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-con-add .single-con-add-text {
  width: 75%;
}
.single-con-add-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#map {
  height: 400px;
  float: left;
  width: 100%;
}
#gmap_canvas {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}
.contact .form-control {
  background-color: #f8f7f7;
  border-radius: 0;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.contact .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
}
.contact .form-group {
  margin-bottom: 27px;
}
.contact textarea.form-control {
  height: auto;
}
.mb0 {
  margin-bottom: 0;
}
.btn-contact-bg {
  background-color: #f4c600;
  border: none;
  border-radius: 20px;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  /*! padding: 0 67px; */

  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  width: 100%;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
  box-shadow: none;
  background: #333;
}
.success-box {
  color: #449d44;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 25px;
  border: 1px solid #ddd;
  box-shadow: 1px 7px 5px #ddd;
}
.success-box i {
  color: #449d44;
  font-size: 60px;
  margin: 0 0 20px;
  display: block;
}
.success-box p {
  color: #333;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/*
* ----------------------------------------------------------------------------------------
 22. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 23. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-allpost-single {
  margin-bottom: 80px;
}
.allpost-media-wrap {
  position: relative;
  margin-bottom: 25px;
}
.blog-allpost-title h4 a {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
.blog-allpost-meta {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
}
.blog-allpost-content {
  margin: 0 0 20px;
}
.blog-allpost-button {
  color: #777;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4c600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-allpost-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-allpost-button:hover,
.blog-allpost-button:focus,
.blog-allpost-button:active {
  color: #fff;
  border-color: #f4c600;
}
.blog-allpost-button:hover:before,
.blog-allpost-button:focus:before,
.blog-allpost-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.blog-allpost-meta span {
  padding-right: 20px;
}
.blog-allpost-meta span strong {
  padding-right: 10px;
  color: #333;
}
.blog-allpost-meta span i {
  padding-right: 8px;
  color: #f4c600;
}
.blog-allpost-meta a {
  color: inherit;
}
.allpost-media-wrap .blockquote,
.allpost-media-wrap .blog-link-post {
  min-height: 419px;
  background: #f1f1f1;
  padding: 60px;
  overflow: hidden;
}
.allpost-media-wrap .blockquote p {
  font-size: 18px;
  color: #777;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.allpost-media-wrap .blockquote p i {
  font-size: 50px;
  padding-right: 20px;
}
.allpost-media-wrap .blog-link-post a {
  position: absolute;
  color: #fff;
  background-color: #f4c600;
  padding: 15px 10px;
  font-size: 25px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pagination {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination .pagination,
.blog-pagination .page-item:first-child .page-link,
.blog-pagination .page-item:last-child .page-link {
  border-radius: 0;
  border: none;
  margin: 0 30px;
  color: #333;
  background: #fff;
}
.blog-pagination .page-link {
  color: #fff;
  background-color: #f4c600;
  border: none;
  border-radius: 30px;
  margin: 0 5px;
  padding: 12px 16px;
}
.blog-pagination .page-link.active {
  background: #333;
}
/* blog widget style */

.blog-recentPost {
  background: #fbfbfb;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blog-singleRecpost {
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 117px;
  position: relative;
  overflow: hidden;
}
.blog-singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.blog-recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.blog-recTitle a {
  color: #333;
}
.blog-singleRecpost p {
  margin: 5px 0;
}
.blog-singleRecpost p:last-child {
  margin-top: 5px;
  color: #f4c600;
  font-size: 14px;
}
.ext-pagination {
  margin: -40px 0 0 0;
  width: 100%;
  float: left;
}
.ext-pagination a.nextpo {
  float: right;
  color: #333;
}
.ext-pagination a {
  margin: 0 20px;
  float: left;
}
.promo-box-wrap {
  background: #fbfbfb;
  padding: 50px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f4c600;
}
.promo-box-wrap p {
  margin: 20px 0;
  color: #333;
}
.promo-wid-button {
  color: #333;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #333;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.promo-wid-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.promo-wid-button:hover,
.promo-wid-button:focus,
.promo-wid-button:active {
  color: #fff;
  border-color: #333;
}
.promo-wid-button:hover:before,
.promo-wid-button:focus:before,
.promo-wid-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.tags-lists {
}
.tags-lists span a {
  color: inherit;
  padding: 8px 16px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #f6f6f6;
}
.tags-lists span a {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4c600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tags-lists span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tags-lists span a:hover,
.tags-lists span a:focus,
.tags-lists span a:active {
  color: #fff;
  border-color: #f4c600;
}
.tags-lists span a:hover:before,
.tags-lists span a:focus:before,
.tags-lists span a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sidebar-padding-right {
  padding-right: 65px;
}
.sidebar-padding-left {
  padding-left: 65px;
}
/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 24. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.page-media-wrap .blockquote {
  background: #f1f1f1;
  padding: 30px;
  overflow: hidden;
}
.page-media-wrap .blockquote p {
  font-size: 18px;
  color: #777;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page-media-wrap .blockquote p i {
  font-size: 50px;
  padding-right: 20px;
}
/* blog comments style */

.single-page-comments-area {
  background: #f1f1f1;
  padding: 30px;
}
.blog-count-sec {
  overflow: hidden;
}
.blog-count-sec .blog-comments-count {
  margin-right: 20px;
  position: relative;
}
.blog-count-sec .blog-comments-count p {
  background: #f4c600;
  border: 1px solid #f4c600;
  color: #fff;
  font-family: "Pacifico", cursive;
  height: 90px;
  width: 90px;
  line-height: 27px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 50px;
  font-style: italic;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog-count-sec .blog-comments-count p i {
  font-size: 20px;
}
.blog-count-sec .blog-comments-count,
.blog-count-sec .blog-comments-count-title {
  float: left;
}
.blog-count-sec .blog-comments-count-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 0;
}
.single-page-comments-area ol {
  padding: 0;
}
.single-page-comments-list .comment-inner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.single-page-comments-list li {
  padding: 15px 0 0;
}
.single-page-comments-list li .reply-link {
  float: right;
}
.single-page-comments-list li .avatar {
  float: left;
  margin-right: 12px;
}
.single-page-comments-list li .avatar img {
  width: 90px;
  height: 90px;
  border: 1px solid #e9e9e9;
}
.single-page-comments-list li .commenter {
  overflow: hidden;
}
.single-page-comments-list .comment-inner p {
  margin-left: 100px;
}
.single-page-comments-list .commenter p {
  margin-left: 0;
}
.single-page-comments-list li ol,
.single-page-comments-list li ul {
  margin-left: 104px;
}
.commenter a h4 {
  font-weight: 400;
  font-size: 17px;
  display: inline-block;
}
.commenter span.post-favourite {
  padding: 0 10px;
}
.commenter span.post-favourite i {
  padding-right: 3px;
  color: #777;
}
/*  blog comments form */

.bcomments-form .form-control {
  background-color: #f1f1f1;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.bcomments-form .form-group {
  margin-bottom: 35px;
}
.bcomments-form .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
  border-radius: 0;
}
.bcomments-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #f4c600;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  background: #333;
}

/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 24. START PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-table-default {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 0 0 50px;
}
.pricing-head {
  margin: 35px 0;
}
.pricing-head h3 {
  color: #313131;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.pricing-head .price {
  display: inline-block;
  color: #333;
  background: #fff;
  box-shadow: 1px 1px 4px #ddd;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  padding: 37px 0 0 0;
}
.pricing-head .price sup {
  font-size: 20px;
  top: -28px;
}
.pricing-head .price-digit {
  font-size: 55px;
  font-weight: bold;
  text-decoration: inherit;
  color: #333;
}
.pricing-detail {
  margin: 0 0 45px;
}
.pricing-list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.pricing-list span {
  font-weight: 700;
}
.pricing-table-default .btn {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #777;
  border-radius: 0;
}
.pricing-table-default .btn.focus,
.pricing-table-default .btn:focus {
  background-color: #333;
  color: #fff;
}
.pricing-table-default,
.pricing-head,
.pricing-head .price,
.pricing-head h3,
.pricing-table-default .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-table-default:hover {
  border-color: #f4c600;
}
.pricing-table-default:hover .pricing-head .price-digit {
  color: #fff;
}
.pricing-table-default:hover .price {
  background-color: #f4c600;
}
.pricing-table-default:hover .pricing-head .price {
  color: #fff;
}
.pricing-table-default:hover .btn {
  background-color: #333;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
 24. END PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 25. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.product-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #f1f1f1;
}
.product-item img {
  width: 100%;
}
.sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
}
.sticker-new {
  background: url(../img/product/new.png) no-repeat;
  left: auto;
  right: 0;
}
.pi-img-wrapper {
  position: relative;
}
.pi-img-wrapper div {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .pi-img-wrapper div {
  opacity: 1;
  visibility: visible;
}
.pi-img-wrapper div .addtocartbtn {
  position: relative;
  top: 50%;
  padding: 5px 30px;
  display: inline-block;
  background-color: #f4c600;
  border: 2px solid #f4c600;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pi-img-wrapper div .addtocartbtn:hover {
  background: #333;
  border-color: #333;
}
.product-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 25px 0 10px;
}
.product-item h3 a {
  color: #333;
}
.product-item h3 a:hover {
  color: #f4c600;
}
.price {
  color: #f4c600;
  font-weight: 500;
}
.price span {
  color: #bebebe;
  margin-left: 10px;
  text-decoration: line-through;
}
.rating {
  margin: 10px 0 25px;
}
.rating i {
  color: #323232;
  display: inline-block;
}
.pagination {
  margin: 60px 0 20px;
}
.pagination > li > a,
.pagination > li > span {
  color: #f4c600;
}
/* pricing range slider */

.range-slider {
  margin-bottom: 20px;
}
#slider-range {
  margin-top: 25px;
}
.range-slider input {
  width: 34%;
  padding: 8px 0;
}
.range-slider label {
  display: inline;
  padding-left: 16px;
  margin: 0;
}
.range-slider label,
.range-slider span {
  color: #afafaf;
  font-weight: 400;
}
.range-slider input#amount {
  border: 0 none;
}
.filter-btn {
  border: 1px solid #f4c600;
  background: #f4c600;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  padding: 8px 17px;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: left;
}
.filter-btn:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.ui-widget-header {
  background: #f4c600;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}

/*
* ----------------------------------------------------------------------------------------
 25. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 26. START SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/
.sin-pro-image {
  margin-bottom: 30px;
}
.product-summary h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
}
.product-summary .price {
  margin: 15px 0;
  color: #f4c600;
}
.product-summary .price span {
  color: #bebebe;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-summary .description {
  margin-bottom: 20px;
}
.product-summary .rating {
  margin-bottom: 20px;
}
.quantity #demo_vertical {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
.quantity #demo_vertical2 {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
#single-product .quantity {
  padding-left: 0;
}
.quantity .input-group {
  display: flex;
}
.quantity label {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
  background-color: #fff;
  border-color: #d4d4d4;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 27px;
}
.quantity .bootstrap-touchspin .btn {
  background-color: transparent;
  color: #8c8c8c;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 11px;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
  top: 8px;
}
.product-summary .button {
  position: relative;
}
.product-summary .btncart,
.total-price .btncart {
  padding: 8px 13px;
  margin-top: 25px;
  display: inline-block;
  background-color: #f4c600;
  border: 1px solid #f4c600;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
#single-product .nav.nav-tabs {
  margin-top: 60px;
}
#single-product .nav-tabs .nav-item.show .nav-link,
#single-product .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #333;
  border: none;
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
}
.tab-content p {
  margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
 26. END SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 27. START SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

.whishlist-table .whishlist-pro-img img {
  width: 90px;
  background: #f1f1f1;
}
.whishlist-table p {
  font-weight: 700;
  color: #333;
}
.whishlist-table p span {
  font-weight: 400;
}
.whishlist-table .thead-inverse th {
  color: #333;
  background-color: #f8f8f8;
  text-transform: uppercase;
  padding: 7px 0;
  border: 1px solid #e9e9e9 !important;
  text-align: center;
  font-size: 15px;
}
.whishlist-table tr td {
  vertical-align: middle !important;
  padding: 30px !important;
  border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
  color: #333;
  font-size: 30px;
}
.whishlist-table {
  margin: 0 0 20px;
}
.checkout-form .form-control {
  background-color: #f9f9f9;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.checkout-form .form-control:focus {
  border: 1px solid #f4c600;
  padding-left: 20px;
  border-radius: 0;
}
.checkout-form textarea.form-control {
  height: auto;
}

/*
* ----------------------------------------------------------------------------------------
 27. END SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

/* Homepage split hero and company profile */
.mmw-split-hero {
  display: grid;
  grid-template-columns: minmax(430px, 44%) minmax(0, 56%);
  min-height: 650px;
  background: #f3f6f2;
  overflow: hidden;
}

.mmw-split-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 78px 70px 78px max(30px, calc((100vw - 1170px) / 2));
}

.mmw-split-hero-copy:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%) 0
      0 / 34px 34px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%) 0
      0 / 34px 34px;
}

.mmw-split-hero-copy:after {
  position: absolute;
  top: 0;
  right: -58px;
  width: 60px;
  height: 100%;
  content: "";
  background: #65b32e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.mmw-split-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
}

.mmw-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b9d89d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mmw-hero-kicker:before {
  width: 34px;
  height: 2px;
  content: "";
  background: #72ad42;
}

.mmw-split-hero h1,
.mmw-split-hero h2,
.mmw-split-hero h3,
.mmw-split-hero h4 {
  margin: 20px 0 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.mmw-split-hero h1 strong,
.mmw-split-hero h2 strong,
.mmw-split-hero h3 strong,
.mmw-split-hero h4 strong {
  display: block;
  color: #8fc95f;
  font-weight: 700;
}

.mmw-split-hero-inner > p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.mmw-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.mmw-hero-facts div {
  padding: 19px 13px 18px 0;
}

.mmw-hero-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.mmw-hero-facts strong,
.mmw-hero-facts span {
  display: block;
}

.mmw-hero-facts strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.mmw-hero-facts span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mmw-split-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mmw-hero-primary-btn,
.mmw-hero-outline-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid #79b348;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.mmw-hero-primary-btn {
  color: #65b32e;
  background: #8fc95f;
}

.mmw-hero-primary-btn:hover {
  color: #65b32e;
  background: #fff;
  border-color: #fff;
}

.mmw-hero-outline-btn {
  color: #fff;
  background: transparent;
}

.mmw-hero-outline-btn:hover {
  color: #65b32e;
  background: #fff;
  border-color: #fff;
}

.mmw-split-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  padding: 58px max(35px, calc((100vw - 1170px) / 2)) 58px 82px;
  background:
    radial-gradient(
      circle at 50% 43%,
      rgba(128, 178, 87, 0.2),
      transparent 38%
    ),
    linear-gradient(135deg, #f8faf7, #e9eee7);
}

.mmw-split-hero-visual:before {
  position: absolute;
  top: 50px;
  right: 7%;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(39, 98, 52, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 36px rgba(39, 98, 52, 0.04),
    0 0 0 72px rgba(39, 98, 52, 0.025);
}

.mmw-machine-stage {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: auto;
}

.mmw-machine-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(20, 45, 28, 0.18));
  animation: mmwMachineReveal 0.9s ease both;
}

.mmw-stage-label {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 2;
  padding: 8px 14px;
  color: #fff;
  background: #34763f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mmw-stage-note {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 17px;
  margin: 24px 0 0 auto;
  padding: 16px 19px;
  border-left: 3px solid #68a53c;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 15px 35px rgba(25, 55, 34, 0.1);
}

.mmw-stage-note span {
  color: #367843;
  font-size: 27px;
  font-weight: 800;
}

.mmw-stage-note p {
  margin: 0;
  color: #33443a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

@keyframes mmwMachineReveal {
  from {
    opacity: 0;
    transform: translateX(35px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mmw-about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 82px;
}

.mmw-about-visual {
  position: relative;
  padding: 28px 30px 58px 0;
}

.mmw-about-image-frame {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  background: linear-gradient(145deg, #f5f7f3, #e8eee5);
  border: 1px solid #dce5d9;
}

.mmw-about-image-frame:before {
  position: absolute;
  inset: 25px;
  content: "";
  border: 1px solid rgba(50, 116, 61, 0.15);
}

.mmw-about-image-frame img {
  position: absolute;
  z-index: 1;
  inset: 55px 35px;
  width: calc(100% - 70px);
  height: calc(100% - 110px);
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(23, 50, 30, 0.15));
}

.mmw-about-image-index {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  color: #497d50;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.mmw-about-experience {
  position: absolute;
  z-index: 3;
  left: -86px;
  display: flex;
  width: 245px;
  align-items: center;
  gap: 15px;
  bottom: 47px;
  padding: 20px 22px;
  color: #fff;
  background: #65b32e;
  box-shadow: 0 18px 40px rgba(101, 179, 46, 0.2);
}

.mmw-about-experience strong {
  color: #8fc95f;
  font-size: 38px;
  line-height: 1;
}

.mmw-about-experience span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.mmw-about-image-caption {
  position: absolute;
  z-index: 3;
  left: -22px;
  bottom: 82px;
  width: 210px;
  margin: 0;
  padding: 14px 17px;
  color: #31563a;
  background: #fff;
  border-left: 3px solid #6faa42;
  box-shadow: 0 12px 32px rgba(25, 55, 34, 0.11);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.mmw-about-split .mmw-company-content {
  padding-left: 0;
}

@media only screen and (max-width: 1199px) {
  .mmw-split-hero {
    grid-template-columns: 48% 52%;
    min-height: 600px;
  }

  .mmw-split-hero-copy {
    padding: 65px 55px 65px 35px;
  }

  .mmw-split-hero-visual {
    padding: 50px 35px 50px 70px;
  }

  .mmw-about-split {
    gap: 52px;
  }
}

/* Four-slide split banner */
.mmw-home-banner {
  position: relative;
  overflow: hidden;
  background: #65b32e;
}

.mmw-split-hero-slider .owl-stage {
  display: flex;
}

.mmw-split-hero-slider .owl-item {
  display: flex;
}

.mmw-split-hero-slider .mmw-split-hero {
  width: 100%;
}

.mmw-split-hero h1,
.mmw-split-hero h2,
.mmw-split-hero h3,
.mmw-split-hero h4,
.mmw-split-hero-title {
  margin: 20px 0 22px;
  color: #fff;

  line-height: 1.08;
  letter-spacing: -1.8px;
}

.mmw-split-hero-title {
  display: block;
  max-width: none;
  font: inherit;
}

.mmw-split-hero h1 strong,
.mmw-split-hero h2 strong,
.mmw-split-hero h3 strong,
.mmw-split-hero h4 strong,
.mmw-split-hero-title strong {
  display: block;
  color: #8fc95f;
  font-weight: 700;
}

.mmw-split-hero-slider .mmw-machine-stage img {
  background: transparent;
  mix-blend-mode: multiply;
}

.mmw-split-hero-slider .owl-item .mmw-split-hero-inner > *,
.mmw-split-hero-slider .owl-item .mmw-machine-stage {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.7s ease;
}

.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner > *,
.mmw-split-hero-slider .owl-item.active .mmw-machine-stage {
  opacity: 1;
  transform: translateY(0);
}

.mmw-split-hero-slider:not(.owl-loaded) .mmw-split-hero:first-child .mmw-split-hero-inner > *,
.mmw-split-hero-slider:not(.owl-loaded) .mmw-split-hero:first-child .mmw-machine-stage,
.mmw-split-hero-slider .owl-item:not(.cloned):first-child .mmw-split-hero-inner > *,
.mmw-split-hero-slider .owl-item:not(.cloned):first-child .mmw-machine-stage {
  opacity: 1;
  transform: translateY(0);
}

.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner h1,
.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner h2,
.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner h3,
.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner h4 {
  transition-delay: 0.1s;
}

.mmw-split-hero-slider .owl-item.active .mmw-split-hero-inner p {
  transition-delay: 0.2s;
}

.mmw-split-hero-slider .owl-item.active .mmw-split-hero-actions {
  transition-delay: 0.3s;
}

.mmw-split-hero-slider.owl-theme .owl-nav {
  margin: 0;
}

.mmw-split-hero-slider.owl-theme .owl-nav div {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0;
  padding: 0;
  color: #65b32e;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0;
  font-size: 22px;
  line-height: 46px;
  transition: 0.25s ease;
}

.mmw-split-hero-slider.owl-theme .owl-nav div:hover {
  color: #fff;
  background: #559631;
}

.mmw-split-hero-slider .owl-prev {
  left: 18px;
}

.mmw-split-hero-slider .owl-next {
  right: 18px;
}

.mmw-split-hero-slider.owl-theme .owl-dots {
  position: absolute;
  z-index: 8;
  right: 5%;
  bottom: 20px;
  display: flex;
  gap: 7px;
}

.mmw-split-hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 3px;
  margin: 0;
  background: rgba(36, 95, 49, 0.25);
  border-radius: 0;
  transition: 0.3s ease;
}

.mmw-split-hero-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 42px;
  background: #559631;
}

@media only screen and (max-width: 991px) {
  .mmw-split-hero-slider.owl-theme .owl-nav div {
    top: 215px;
  }

  .mmw-split-hero-slider.owl-theme .owl-dots {
    top: 395px;
    right: 50%;
    bottom: auto;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 575px) {
  .mmw-split-hero h1,
  .mmw-split-hero h2,
  .mmw-split-hero h3,
  .mmw-split-hero h4,
  .mmw-split-hero-title {
    font-size: 34px;
    letter-spacing: -0.7px;
  }

  .mmw-split-hero-slider.owl-theme .owl-nav div {
    top: 158px;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    line-height: 38px;
  }

  .mmw-split-hero-slider .owl-prev {
    left: 8px;
  }

  .mmw-split-hero-slider .owl-next {
    right: 8px;
  }

  .mmw-split-hero-slider.owl-theme .owl-dots {
    top: 286px;
  }
}

/* Why choose us: framed machine with clear content spacing */
.mmw-capabilities .mmw-why-layout {
  grid-template-columns: minmax(245px, 1fr) minmax(350px, 1.12fr) minmax(
      245px,
      1fr
    );
  gap: 42px;
}

.mmw-capabilities .mmw-why-machine {
  min-height: 475px;
  overflow: hidden;
  padding: 48px 30px 65px;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(113, 181, 65, 0.18),
      transparent 48%
    ),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.025);
}

.mmw-capabilities .mmw-why-machine:before,
.mmw-capabilities .mmw-why-machine:after {
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  content: "";
  pointer-events: none;
}

.mmw-capabilities .mmw-why-machine:before {
  top: 17px;
  left: 17px;
  border-top: 2px solid #78bd47;
  border-left: 2px solid #78bd47;
}

.mmw-capabilities .mmw-why-machine:after {
  right: 17px;
  bottom: 17px;
  border-right: 2px solid #78bd47;
  border-bottom: 2px solid #78bd47;
}

.mmw-capabilities .mmw-why-machine img {
  mix-blend-mode: normal;
}

.mmw-capabilities .mmw-why-orbit {
  width: 330px;
  height: 330px;
}

.mmw-capabilities .mmw-why-badge {
  right: 18px;
  bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .mmw-capabilities .mmw-why-layout {
    grid-template-columns: minmax(220px, 1fr) minmax(300px, 1.05fr) minmax(
        220px,
        1fr
      );
    gap: 26px;
  }

  .mmw-capabilities .mmw-why-machine {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mmw-capabilities .mmw-why-machine img {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-capabilities .mmw-why-layout {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .mmw-capabilities .mmw-why-machine {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(100%, 650px);
    min-height: 390px;
    margin: 0 auto 18px;
  }

  .mmw-capabilities .mmw-why-column {
    grid-row: 2;
  }
}

@media only screen and (max-width: 767px) {
  .mmw-capabilities .mmw-why-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mmw-capabilities .mmw-why-machine,
  .mmw-capabilities .mmw-why-column {
    grid-column: 1;
    grid-row: auto;
  }

  .mmw-capabilities .mmw-why-machine {
    order: -1;
    min-height: 330px;
    margin-bottom: 12px;
    padding: 35px 20px 55px;
  }

  .mmw-capabilities .mmw-why-machine img {
    width: 88%;
    max-height: 245px;
  }

  .mmw-capabilities .mmw-why-orbit {
    width: 255px;
    height: 255px;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-split-hero {
    grid-template-columns: 1fr;
  }

  .mmw-split-hero-copy {
    order: 2;
    justify-content: center;
    padding: 58px 45px;
  }

  .mmw-split-hero-copy:after {
    display: none;
  }

  .mmw-split-hero-inner {
    max-width: 720px;
  }

  .mmw-split-hero-visual {
    order: 1;
    min-height: 430px;
    padding: 55px 8%;
  }

  .mmw-machine-stage img {
    max-height: 330px;
  }

  .mmw-stage-note {
    position: absolute;
    right: 0;
    bottom: -25px;
  }

  .mmw-about-split {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .mmw-about-visual {
    max-width: 680px;
    margin: auto;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-split-hero-visual {
    min-height: 315px;
    padding: 42px 20px 55px;
  }

  .mmw-split-hero-visual:before {
    width: 115px;
    height: 115px;
  }

  .mmw-machine-stage img {
    max-height: 235px;
  }

  .mmw-stage-label {
    top: -14px;
  }

  .mmw-stage-note {
    right: 0;
    bottom: -45px;
    max-width: 280px;
    padding: 11px 13px;
  }

  .mmw-split-hero-copy {
    padding: 54px 20px 50px;
  }

  .mmw-split-hero h1,
  .mmw-split-hero h2,
  .mmw-split-hero h3,
  .mmw-split-hero h4 {
    margin-top: 16px;
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .mmw-split-hero-inner > p {
    font-size: 15px;
  }

  .mmw-hero-facts {
    grid-template-columns: 1fr;
  }

  .mmw-hero-facts div,
  .mmw-hero-facts div + div {
    padding: 12px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mmw-hero-facts div:last-child {
    border-bottom: 0;
  }

  .mmw-split-hero-actions,
  .mmw-hero-primary-btn,
  .mmw-hero-outline-btn {
    width: 100%;
  }

  .mmw-about-split {
    gap: 42px;
  }

  .mmw-about-visual {
    padding: 0 0 72px;
  }

  .mmw-about-image-frame {
    min-height: 365px;
  }

  .mmw-about-image-frame img {
    inset: 42px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 84px);
  }

  .mmw-about-image-caption {
    display: none;
  }

  .mmw-about-experience {
    right: 12px;
    bottom: 15px;
    width: calc(100% - 24px);
  }
}

/* Product range */
.mmw-machines {
  background:
    linear-gradient(90deg, rgba(43, 103, 53, 0.045) 1px, transparent 1px) 0 0 /
      48px 48px,
    linear-gradient(rgba(43, 103, 53, 0.045) 1px, transparent 1px) 0 0 / 48px
      48px,
    #f5f8f3;
}

.mmw-machines > .auto-container > h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 30px;
}

.mmw-range-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5dfd2;
}

.mmw-range-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
  color: #397943;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mmw-range-kicker:before {
  width: 38px;
  height: 2px;
  content: "";
  background: #70ac43;
}

.mmw-range-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #142b1c;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 1.13;
  letter-spacing: -1.3px;
}

.mmw-range-heading h2 span {
  color: #559631;
}

.mmw-range-heading-side {
  position: relative;
  padding-left: 65px;
}

.mmw-range-number {
  position: absolute;
  top: -10px;
  left: 0;
  color: rgba(37, 92, 47, 0.15);
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}

.mmw-range-heading-side p {
  margin: 0 0 13px;
  color: #647068;
  font-size: 14px;
  line-height: 1.75;
}

.mmw-range-heading-side a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #65b32e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mmw-product-range {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mmw-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5da;
  box-shadow: 0 10px 30px rgba(23, 57, 31, 0.055);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.mmw-product-card:hover {
  transform: translateY(-7px);
  border-color: #a9c79f;
  box-shadow: 0 22px 45px rgba(23, 57, 31, 0.13);
}

.mmw-product-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  background: #fff;
}

.mmw-product-image {
  position: relative;
  display: flex;
  min-height: 255px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 25px 25px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(115, 172, 72, 0.14),
      transparent 48%
    ),
    #edf2ea;
}

.mmw-product-image:after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(55, 119, 65, 0.15);
  border-radius: 50%;
}

.mmw-product-card-featured .mmw-product-image {
  min-height: 400px;
}

.mmw-product-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  filter: drop-shadow(0 17px 14px rgba(23, 55, 31, 0.14));
  transition: transform 0.45s ease;
}

.mmw-product-card-featured .mmw-product-image img {
  height: 325px;
}

.mmw-product-card:hover .mmw-product-image img {
  transform: scale(1.035);
}

.mmw-product-index {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 18px;
  color: #397943;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mmw-product-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  padding: 8px 12px;
  color: #fff;
  background: #65b32e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.mmw-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 20px;
}

.mmw-product-card-featured .mmw-product-content {
  justify-content: center;
  padding: 38px 32px;
}

.mmw-product-content h3 {
  margin: 0 0 11px;
  color: #172c1e;
  font-size: 19px;
  line-height: 1.35;
}

.mmw-product-card-featured .mmw-product-content h3 {
  font-size: 29px;
}

.mmw-product-content > p {
  margin: 0 0 20px;
  color: #687269;
  font-size: 13px;
  line-height: 1.7;
}

.mmw-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}

.mmw-product-tags span {
  padding: 6px 9px;
  color: #397943;
  background: #edf4e9;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mmw-product-actions {
  display: grid;
  grid-template-columns: auto 42px 1fr;
  gap: 7px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e3e9e1;
}

.mmw-product-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 11px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.mmw-action-enquiry {
  color: #65b32e;
  background: #edf4e9;
}

.mmw-action-enquiry:hover {
  color: #fff;
  background: #65b32e;
}

.mmw-action-whatsapp {
  color: #fff;
  background: #25d366;
  font-size: 19px !important;
}

.mmw-action-whatsapp:hover {
  color: #fff;
  background: #179c49;
}

.mmw-action-quote {
  color: #fff;
  background: #65b32e;
}

.mmw-action-quote:hover {
  color: #65b32e;
  background: #8fc95f;
}

@media only screen and (max-width: 991px) {
  .mmw-range-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mmw-range-heading-side {
    max-width: 620px;
  }

  .mmw-product-range {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmw-product-card-featured {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 767px) {
  .mmw-range-heading {
    margin-bottom: 30px;
  }

  .mmw-range-heading-side {
    padding-left: 52px;
  }

  .mmw-product-range,
  .mmw-product-card-featured {
    grid-template-columns: 1fr;
  }

  .mmw-product-card-featured {
    grid-column: auto;
  }

  .mmw-product-card-featured .mmw-product-image {
    min-height: 300px;
  }

  .mmw-product-card-featured .mmw-product-image img {
    height: 250px;
  }
}

@media only screen and (max-width: 420px) {
  .mmw-range-heading h2 {
    font-size: 32px;
  }

  .mmw-product-actions {
    grid-template-columns: 1fr 44px;
  }

  .mmw-action-quote {
    grid-column: 1 / -1;
  }

  .mmw-product-card-featured .mmw-product-content,
  .mmw-product-content {
    padding: 23px 18px 18px;
  }

  .mmw-product-card-featured .mmw-product-content h3 {
    font-size: 23px;
  }
}
.mmw-map-box {
  margin-top: 35px;
}

.mmw-map-box iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.mmw-contact-form .form-control {
  min-height: 48px;
}

.main-header.header-2 {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 47, 26, 0.08);
}

.main-header.header-2 .sticky-menu {
  position: relative;
  z-index: 2;
}

.mmw-page-hero,
.mmw-contact-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(15, 47, 26, 0.98) 0,
    rgba(26, 78, 42, 0.96) 330px,
    #f7faf5 330px,
    #fff 100%
  );
}

.mmw-page-hero:before,
.mmw-contact-page:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0
      0 / 46px 46px,
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 46px
      46px;
  pointer-events: none;
}

.mmw-page-hero .auto-container,
.mmw-contact-page .auto-container {
  position: relative;
  z-index: 1;
}

.mmw-page-hero .section-title h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
  text-transform: uppercase;
}

.mmw-page-hero p,
.mmw-contact-page .section-title p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
}

.mmw-page-hero .col-lg-6:first-child {
  padding: 34px;
  background: rgba(10, 35, 19, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.mmw-page-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 4px;
}

.mmw-page-stat-strip span {
  padding: 13px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.mmw-page-stat-strip strong {
  display: block;
  color: #f4c600;
  font-size: 22px;
  line-height: 1;
}

.mmw-page-image {
  position: relative;
  padding: 14px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  margin-top: 24px;
}

.mmw-page-image:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(244, 198, 0, 0.7);
  z-index: 2;
  pointer-events: none;
}

.mmw-page-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.mmw-page-image-badge {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  max-width: 230px;
  padding: 17px 18px;
  color: #fff;
  background: #65b32e;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.mmw-page-image-badge strong,
.mmw-page-image-badge span {
  display: block;
}

.mmw-page-image-badge strong {
  color: #f4c600;
  text-transform: uppercase;
}

.mmw-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mmw-story-card,
.mmw-offer-card,
.mmw-page-panel,
.mmw-contact-card,
.mmw-contact-form-box,
.mmw-contact-mini {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8de;
  box-shadow: 0 18px 42px rgba(15, 47, 26, 0.09);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  color: #4d5d52;
}

.mmw-story-card:hover,
.mmw-offer-card:hover,
.mmw-page-panel:hover,
.mmw-contact-card:hover,
.mmw-contact-form-box:hover,
.mmw-contact-mini:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 54px rgba(15, 47, 26, 0.14);
}

.mmw-story-card:before,
.mmw-offer-card:before,
.mmw-page-panel:before,
.mmw-contact-card:before,
.mmw-contact-form-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #f4c600;
}

.mmw-story-card .service-three-text h3 {
  color: #65b32e;
  font-size: 32px;
}

.mmw-offer-card .service-three-icon {
  color: #f4c600;
  background: #65b32e;
}

.mmw-page-panel,
.mmw-contact-card,
.mmw-contact-form-box {
  padding: 34px;
}

.mmw-page-panel {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.88)
    ),
    linear-gradient(135deg, #f4c600, #65b32e);
}

.mmw-page-panel h2,
.mmw-contact-card h3,
.mmw-contact-form-box h3 {
  margin-bottom: 14px;
  color: #65b32e;
  font-weight: 800;
}

.mmw-contact-page .section-title {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.mmw-contact-page .col-lg-6 {
  margin-bottom: 24px;
}

.mmw-contact-card,
.mmw-contact-form-box {
  border-top: 4px solid #f4c600;
  background: linear-gradient(180deg, #fff 0%, #fbfdf9 100%);
}

.mmw-contact-card p,
.mmw-contact-form-box p,
.mmw-page-panel p,
.mmw-story-card p,
.mmw-offer-card p,
.mmw-contact-mini p {
  color: #4d5d52;
}

.mmw-contact-card strong {
  color: #65b32e;
}

.mmw-contact-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #65b32e;
  background: #f4c600;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.mmw-contact-form-box .form-control {
  min-height: 52px;
  border: 1px solid #d7e2d2;
  border-radius: 0;
  box-shadow: none;
  background: #f9fbf8;
}

.mmw-contact-form-box .form-control:focus {
  border-color: #65b32e;
  background: #fff;
}

.mmw-contact-form-box textarea.form-control {
  min-height: 145px;
}

.mmw-form-alert {
  margin-bottom: 18px;
  padding: 13px 15px;
  color: #65b32e;
  background: #edf8e8;
  border-left: 4px solid #65b32e;
  font-weight: 700;
}

.mmw-contact-card a,
.mmw-contact-mini a {
  color: #65b32e;
  font-weight: 700;
}

.mmw-contact-mini {
  margin-bottom: 24px;
  padding: 24px 18px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #f4c600;
}

.mmw-contact-mini i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #fff;
  background: #65b32e;
  font-size: 24px;
}

.mmw-contact-mini h4 {
  margin-bottom: 6px;
  color: #65b32e;
  font-weight: 800;
}

.main-header .navbar-nav .dropdown > .dropdown-menu {
  padding: 10px 0;
  border: 0;
  border-top: 3px solid #f4c600;
  box-shadow: 0 18px 38px rgba(15, 47, 26, 0.16);
}

.main-header .navbar-nav .dropdown > .dropdown-menu li a {
  min-width: 245px;
  padding: 11px 18px;
  color: #65b32e !important;
  font-weight: 700;
}

.main-header .navbar-nav .dropdown > .dropdown-menu li a:hover {
  color: #fff !important;
  background: #65b32e;
}

.mmw-animated-image img {
  animation: mmw-soft-float 4.5s ease-in-out infinite;
}

@keyframes mmw-soft-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.mmw-global-reach {
  background:
    linear-gradient(135deg, rgba(101, 179, 46, 0.96), rgba(101, 179, 46, 0.92)),
    url("../images/mohindra_machine_workers_banner.webp") center / cover
      no-repeat;
  color: #fff;
}

.mmw-global-reach .section-title h2,
.mmw-global-reach p {
  color: #fff;
}

.mmw-reach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mmw-reach-list span {
  padding: 10px 14px;
  color: #65b32e;
  background: #f4c600;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.mmw-industry-modern {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mmw-industry-modern article {
  min-height: 245px;
  padding: 30px 24px;
  background: linear-gradient(180deg, #fff 0%, #f9fbf7 100%);
  border: 1px solid #e1e9dd;
  box-shadow: 0 16px 34px rgba(15, 47, 26, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.mmw-industry-modern article:hover {
  transform: translateY(-8px);
  border-color: #f4c600;
  box-shadow: 0 24px 48px rgba(15, 47, 26, 0.14);
}

.mmw-industry-modern article i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  background: #65b32e;
  font-size: 25px;
}

.mmw-industry-modern article span {
  color: rgba(101, 179, 46, 0.12);
  font-size: 48px;
}

.mmw-faq-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbf5 0%, #eef6ea 100%);
}

.mmw-faq-modern:before {
  position: absolute;
  right: -150px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  content: "";
  border: 54px solid rgba(101, 179, 46, 0.08);
  border-radius: 50%;
}

.mmw-faq-modern .container,
.mmw-faq-modern .row {
  position: relative;
  z-index: 2;
}

.mmw-faq-image-wrap {
  position: sticky;
  top: 108px;
  overflow: hidden;
  padding: 14px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 47, 26, 0.13);
}

.mmw-faq-modern .col-lg-6 > img,
.mmw-faq-image-wrap img {
  width: 100%;
  min-height: 530px;
  object-fit: cover;
  background: #fff;
}

.mmw-faq-card {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e8dc;
  box-shadow: 0 12px 26px rgba(15, 47, 26, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.mmw-faq-accordion {
  position: relative;
  z-index: 3;
}

.mmw-faq-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.mmw-faq-accordion .btn-link {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 58px 20px 28px;
  color: #65b32e;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

.mmw-faq-accordion .btn-link:after {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  content: "-";
  color: #65b32e;
  background: #f4c600;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
}

.mmw-faq-accordion .btn-link.collapsed:after {
  content: "+";
}

.mmw-faq-accordion .btn-link:hover,
.mmw-faq-accordion .btn-link:focus {
  color: #65b32e;
  background: #f8fbf5;
  box-shadow: none;
  text-decoration: none;
}

.mmw-faq-accordion .card-body {
  padding: 0 28px 24px;
  color: #526053;
  background: #fff;
  line-height: 1.75;
}

.mmw-faq-accordion .card-body .service-two-link {
  display: inline-flex;
  margin-left: 6px;
  color: #65b32e;
  font-weight: 800;
}

.mmw-faq-card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #f4c600;
}

.mmw-faq-card:hover {
  border-color: rgba(101, 179, 46, 0.28);
  box-shadow: 0 18px 38px rgba(15, 47, 26, 0.12);
  transform: translateY(-3px);
}

.mmw-faq-card .service-three-text {
  padding: 24px 26px 24px 30px;
}

.mmw-faq-card h3 {
  margin-bottom: 10px;
  color: #65b32e;
  font-size: 18px;
  line-height: 1.35;
}

.mmw-faq-card p {
  color: #526053;
  line-height: 1.72;
}

@media only screen and (max-width: 991px) {
  .mmw-page-hero,
  .mmw-contact-page {
    background: linear-gradient(
      180deg,
      rgba(15, 47, 26, 0.98) 0,
      rgba(26, 78, 42, 0.96) 420px,
      #f7faf5 420px,
      #fff 100%
    );
  }

  .mmw-page-image {
    margin-top: 34px;
  }

  .mmw-contact-page .section-title {
    text-align: center;
  }

  .mmw-contact-card,
  .mmw-contact-form-box {
    height: auto;
  }

  .mmw-industry-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmw-faq-image-wrap {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }

  .mmw-faq-modern .col-lg-6 > img,
  .mmw-faq-image-wrap img {
    min-height: 360px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-page-hero .section-title h1 {
    font-size: 34px;
  }

  .mmw-page-stat-strip {
    grid-template-columns: 1fr;
  }

  .mmw-page-panel,
  .mmw-contact-card,
  .mmw-contact-form-box {
    padding: 24px 20px;
  }

  .mmw-page-image img {
    min-height: 280px;
  }

  .mmw-page-image-badge {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
  }

  .mmw-industry-modern {
    grid-template-columns: 1fr;
  }

  .mmw-reach-list span {
    width: 100%;
    text-align: center;
  }
}

/* Mohindra homepage heading and product filter refinements */
.section-title h2,
.section-title h3,
.mmw-company-content h2,
.mmw-range-heading h2,
.mmw-capability-intro h2,
.mmw-industries h2,
.mmw-about-v2-copy h2,
.mmw-story-v2-head h2,
.mmw-mv-v2-intro h2,
.mmw-offer-v2-head h2,
.mmw-inner-banner-content h1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #111;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  padding-bottom: 12px;
  text-transform: uppercase;
  background:
    linear-gradient(#f4c600, #f4c600) center bottom / 58px 2px no-repeat,
    radial-gradient(
        ellipse at center bottom,
        rgba(244, 198, 0, 0.38),
        transparent 62%
      )
      center calc(100% + 4px) / 86px 14px no-repeat;
}

.section-title h2:before,
.section-title h3:before,
.mmw-company-content h2:before,
.mmw-range-heading h2:before,
.mmw-capability-intro h2:before,
.mmw-industries h2:before,
.mmw-about-v2-copy h2:before,
.mmw-story-v2-head h2:before,
.mmw-mv-v2-intro h2:before,
.mmw-offer-v2-head h2:before,
.mmw-inner-banner-content h1:before,
.section-title h2:after,
.section-title h3:after,
.mmw-company-content h2:after,
.mmw-range-heading h2:after,
.mmw-capability-intro h2:after,
.mmw-industries h2:after,
.mmw-about-v2-copy h2:after,
.mmw-story-v2-head h2:after,
.mmw-mv-v2-intro h2:after,
.mmw-offer-v2-head h2:after,
.mmw-inner-banner-content h1:after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 9px;
  flex: 0 0 78px;
}

.section-title h2:before,
.section-title h3:before,
.mmw-company-content h2:before,
.mmw-range-heading h2:before,
.mmw-capability-intro h2:before,
.mmw-industries h2:before,
.mmw-about-v2-copy h2:before,
.mmw-story-v2-head h2:before,
.mmw-mv-v2-intro h2:before,
.mmw-offer-v2-head h2:before,
.mmw-inner-banner-content h1:before {
  background:
    radial-gradient(circle at right center, #f4c600 0 3px, transparent 4px),
    linear-gradient(#65b32e, #65b32e) left center / 100% 1px no-repeat;
}

.section-title h2:after,
.section-title h3:after,
.mmw-company-content h2:after,
.mmw-range-heading h2:after,
.mmw-capability-intro h2:after,
.mmw-industries h2:after,
.mmw-about-v2-copy h2:after,
.mmw-story-v2-head h2:after,
.mmw-mv-v2-intro h2:after,
.mmw-offer-v2-head h2:after,
.mmw-inner-banner-content h1:after {
  background:
    radial-gradient(circle at left center, #f4c600 0 3px, transparent 4px),
    linear-gradient(#65b32e, #65b32e) right center / 100% 1px no-repeat;
}

.section-title h2 span,
.section-title h3 span {
  font-weight: 800;
}

.section-title span.line {
  display: none;
  width: 58px;
  height: 2px;
  margin: 8px auto 18px;
  background: #f4c600;
  box-shadow: 0 4px 8px rgba(244, 198, 0, 0.35);
}

.section-title span.line:before {
  display: none;
}

.section-title h2.section-title-white,
.section-title h3.section-title-white,
.section-title h5.section-title-white,
.section-title p.section-dec-white {
  color: #fff;
}

.portfolio-filter-menu ul {
  display: flex;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto 35px;
  padding: 0;
}

.portfolio-filter-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  flex: 1 1 0;
  margin: 0;
  padding: 0 22px;
  border: 1px solid #ddd;
  border-left: 0;
  background: #fff;
  color: #07142b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.portfolio-filter-menu ul li:first-child {
  border-left: 1px solid #ddd;
}

.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  background: #f4c600;
  border-color: #f4c600;
  color: #fff;
}

.portfolio-filter-menu ul li:after {
  left: 50%;
  margin-left: -14px;
  border-top: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  border-top-color: #f4c600;
}

.mmw-product-filter {
  margin: -12px 0 36px;
}

.mmw-product-card.is-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-title h2,
  .section-title h3,
  .mmw-company-content h2,
  .mmw-range-heading h2,
  .mmw-capability-intro h2,
  .mmw-industries h2,
  .mmw-about-v2-copy h2,
  .mmw-story-v2-head h2,
  .mmw-mv-v2-intro h2,
  .mmw-offer-v2-head h2,
  .mmw-inner-banner-content h1 {
    gap: 10px;
    font-size: 24px;
  }

  .section-title h2:before,
  .section-title h3:before,
  .mmw-company-content h2:before,
  .mmw-range-heading h2:before,
  .mmw-capability-intro h2:before,
  .mmw-industries h2:before,
  .mmw-about-v2-copy h2:before,
  .mmw-story-v2-head h2:before,
  .mmw-mv-v2-intro h2:before,
  .mmw-offer-v2-head h2:before,
  .mmw-inner-banner-content h1:before,
  .section-title h2:after,
  .section-title h3:after,
  .mmw-company-content h2:after,
  .mmw-range-heading h2:after,
  .mmw-capability-intro h2:after,
  .mmw-industries h2:after,
  .mmw-about-v2-copy h2:after,
  .mmw-story-v2-head h2:after,
  .mmw-mv-v2-intro h2:after,
  .mmw-offer-v2-head h2:after,
  .mmw-inner-banner-content h1:after {
    width: 42px;
    flex-basis: 42px;
  }

  .portfolio-filter-menu ul {
    flex-wrap: wrap;
  }

  .portfolio-filter-menu ul li {
    flex-basis: 50%;
    border-left: 1px solid #ddd;
    margin-top: -1px;
  }
}

@media only screen and (max-width: 420px) {
  .section-title h2:before,
  .section-title h3:before,
  .mmw-company-content h2:before,
  .mmw-range-heading h2:before,
  .mmw-capability-intro h2:before,
  .mmw-industries h2:before,
  .mmw-about-v2-copy h2:before,
  .mmw-story-v2-head h2:before,
  .mmw-mv-v2-intro h2:before,
  .mmw-offer-v2-head h2:before,
  .mmw-inner-banner-content h1:before,
  .section-title h2:after,
  .section-title h3:after,
  .mmw-company-content h2:after,
  .mmw-range-heading h2:after,
  .mmw-capability-intro h2:after,
  .mmw-industries h2:after,
  .mmw-about-v2-copy h2:after,
  .mmw-story-v2-head h2:after,
  .mmw-mv-v2-intro h2:after,
  .mmw-offer-v2-head h2:after,
  .mmw-inner-banner-content h1:after {
    width: 28px;
    flex-basis: 28px;
  }

  .portfolio-filter-menu ul li {
    flex-basis: 100%;
  }
}

/* Three.js banner and section background animation */
.mmw-three-zone {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mmw-three-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.9;
}

.mmw-three-bg:before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    135deg,
    rgba(28, 11, 58, 0.32),
    rgba(9, 21, 42, 0.14)
  );
}

.mmw-three-bg canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.mmw-three-zone > *:not(.mmw-three-bg) {
  position: relative;
  z-index: 2;
}

.mmw-split-hero-copy.mmw-three-zone:before,
.mmw-split-hero-visual.mmw-three-zone:before,
.mmw-page-hero.mmw-three-zone:before,
.mmw-contact-page.mmw-three-zone:before {
  z-index: 1;
}

.mmw-split-hero-copy .mmw-three-bg {
  opacity: 0.58;
}

.mmw-home-banner .mmw-three-bg {
  opacity: 0.72;
}

.mmw-home-banner .mmw-three-bg:before {
  background:
    radial-gradient(circle at 84% 4%, rgba(244, 198, 0, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(101, 179, 46, 0.28), rgba(101, 179, 46, 0.06));
}

.mmw-split-hero-visual .mmw-three-bg,
.mmw-global-reach .mmw-three-bg {
  opacity: 0.5;
}

#testimonial .mmw-three-bg,
#home-contact .mmw-three-bg {
  z-index: 1;
  opacity: 0.48;
}

#testimonial > *:not(.mmw-three-bg),
#home-contact > *:not(.mmw-three-bg) {
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .mmw-three-bg {
    opacity: 0.55;
  }

  .mmw-split-hero-copy .mmw-three-bg,
  .mmw-split-hero-visual .mmw-three-bg {
    opacity: 0.42;
  }
}

/* Home about collage and orbit-style global reach */
.mmw-about-collage {
  position: relative;
  min-height: 555px;
  overflow: visible;
}

.mmw-about-collage:before {
  position: absolute;
  inset: 28px 44px 40px 0;
  content: "";
  background: linear-gradient(145deg, #f5f7f3, #e8eee5);
  border: 1px solid #dce5d9;
}

.mmw-about-collage-item {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 7px solid #fff;
  box-shadow: 0 20px 46px rgba(22, 53, 32, 0.16);
}

.mmw-about-collage-item img {
  width: 100%;
  height: 100%;

  transition: transform 0.55s ease;
}

.mmw-about-collage-item:hover img {
  transform: scale(1.06);
}

.mmw-about-collage-main {
  left: -112px;
  top: -27px;
  width: 80%;
  height: 500px;
  border-radius: 4px 44px 4px 4px;
}

.mmw-about-collage-top {
  right: 0;
  top: 12px;
  width: 42%;
  height: 180px;
  border-radius: 4px 30px 4px 4px;
}

.mmw-about-collage-mid {
  right: 28px;
  top: 222px;
  width: 38%;
  height: 155px;
  border-radius: 4px;
}

.mmw-about-collage-bottom {
  right: 84px;
  bottom: 10px;
  width: 43%;
  height: 160px;
  border-radius: 4px 4px 30px 4px;
}

.mmw-about-collage .mmw-about-image-index {
  z-index: 4;
}

.mmw-split-hero-visual {
  --mmw-img-x: 0px;
  --mmw-img-y: 0px;
  --mmw-img-rx: 0deg;
  --mmw-img-ry: 0deg;
  perspective: 1000px;
}

.mmw-split-hero-slider
  .owl-item.active
  .mmw-split-hero-visual
  .mmw-machine-stage {
  transform: translate3d(var(--mmw-img-x), var(--mmw-img-y), 0)
    rotateX(var(--mmw-img-rx)) rotateY(var(--mmw-img-ry));
  transform-style: preserve-3d;
  transition:
    opacity 0.6s ease,
    transform 0.28s ease-out;
}

.mmw-split-hero-visual .mmw-machine-stage img {
  transform: perspective(1000px) rotateY(-25deg);
  transform-style: preserve-3d;
  transition: transform 0.28s ease-out;
}

.mmw-orbit-reach {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f9fd 0%, #eaf3fb 100%);
}

.mmw-orbit-visual {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1 / 1;
  margin: 0 auto 28px;
}

.mmw-orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(116, 90, 170, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mmw-orbit-ring-one {
  width: 88%;
  height: 88%;
}

.mmw-orbit-ring-two {
  width: 66%;
  height: 66%;
}

.mmw-orbit-ring-three {
  width: 44%;
  height: 44%;
}

.mmw-orbit-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 176px;
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  text-align: center;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(30, 50, 85, 0.2);
  transform: translate(-50%, -50%);
}

.mmw-orbit-core img {
  max-width: 104px;
  max-height: 54px;
  object-fit: contain;
}

.mmw-orbit-core strong,
.mmw-orbit-core span {
  display: block;
}

.mmw-orbit-core strong {
  color: #f4c600;
  font-size: 15px;
  line-height: 1.2;
}

.mmw-orbit-core span {
  color: #3f4a56;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.mmw-orbit-track {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: mmw-orbit-spin var(--spin, 26s) linear infinite;
}

.mmw-orbit-track span {
  position: absolute;
  left: 50%;
  top: -18px;
  min-width: 70px;
  padding: 10px 12px;
  color: #142019;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(30, 50, 85, 0.16);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  animation: mmw-orbit-spin-reverse var(--spin, 26s) linear infinite;
}

.mmw-orbit-track-one {
  width: 88%;
  height: 88%;
  --spin: 32s;
  --orbit-start: 316deg;
}

.mmw-orbit-track-two {
  width: 76%;
  height: 76%;
  --spin: 26s;
  --orbit-start: 42deg;
}

.mmw-orbit-track-three {
  width: 64%;
  height: 64%;
  --spin: 30s;
  --orbit-start: 102deg;
}

.mmw-orbit-track-four {
  width: 52%;
  height: 52%;
  --spin: 28s;
  --orbit-start: 188deg;
}

.mmw-orbit-track-five {
  width: 82%;
  height: 82%;
  --spin: 36s;
  --orbit-start: 246deg;
}

.mmw-orbit-track-six {
  width: 68%;
  height: 68%;
  --spin: 34s;
  --orbit-start: 142deg;
}

.mmw-orbit-track-two span {
  background: #f4c600;
}

.mmw-orbit-track-three span,
.mmw-orbit-track-five span {
  color: #65b32e;
  background: #f4c600;
}

.mmw-orbit-track-four span,
.mmw-orbit-track-six span {
  color: #fff;
  background: #65b32e;
}

.mmw-orbit-content {
  position: relative;
  z-index: 3;
}

.mmw-orbit-content .section-title {
  text-align: left;
}

.mmw-orbit-content .section-title h2 {
  justify-content: flex-start;
  text-align: left;
}

.mmw-reach-points {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mmw-reach-points li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 44px;
  color: #4f5a63;
  background: rgba(255, 255, 255, 0.78);
  border-left: 3px solid #65b32e;
  box-shadow: 0 10px 30px rgba(25, 44, 68, 0.07);
}

.mmw-reach-points li:before {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  content: "";
  background: #f4c600;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(101, 179, 46, 0.22);
}

.mmw-orbit-content h3 {
  margin: 10px 0 10px;
  color: #142019;
  font-size: 24px;
  font-weight: 800;
}

.mmw-orbit-content p {
  color: #5b6670;
  line-height: 1.75;
}

.mmw-support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.mmw-support-tags span {
  padding: 9px 12px;
  color: #fff;
  background: #65b32e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mmw-global-reach .mmw-orbit-visual {
  margin-bottom: 0;
}

.mmw-global-reach .mmw-reach-points li {
  color: #e8f1ec;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #f4c600;
}

.mmw-global-reach .mmw-orbit-content h3,
.mmw-global-reach .mmw-orbit-content p {
  color: #fff;
}

@keyframes mmw-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(var(--orbit-start, 0deg));
  }

  to {
    transform: translate(-50%, -50%)
      rotate(calc(var(--orbit-start, 0deg) + 360deg));
  }
}

@keyframes mmw-orbit-spin-reverse {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mmw-orbit-track,
  .mmw-orbit-track span {
    animation-duration: 80s;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-about-collage {
    max-width: 680px;
    margin: 0 auto;
  }

  .mmw-orbit-content {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-faq-card .service-three-text {
    padding: 21px 20px 21px 24px;
  }

  .mmw-faq-accordion .btn-link {
    min-height: 62px;
    padding: 17px 50px 17px 20px;
    font-size: 15px;
  }

  .mmw-faq-accordion .btn-link:after {
    right: 16px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
  }

  .mmw-faq-accordion .card-body {
    padding: 0 20px 21px;
    font-size: 14px;
  }

  .mmw-faq-card h3 {
    font-size: 16px;
  }

  .mmw-faq-modern .col-lg-6 > img,
  .mmw-faq-image-wrap img {
    min-height: 280px;
  }

  .mmw-about-collage {
    min-height: 455px;
  }

  .mmw-about-collage-main {
    width: 72%;
    height: 275px;
    top: 72px;
  }

  .mmw-about-collage-top {
    width: 43%;
    height: 135px;
  }

  .mmw-about-collage-mid {
    right: 10px;
    top: 205px;
    width: 42%;
    height: 120px;
  }

  .mmw-about-collage-bottom {
    right: 48px;
    width: 48%;
    height: 126px;
  }

  .mmw-orbit-visual {
    width: min(100%, 390px);
  }

  .mmw-orbit-core {
    width: 130px;
    min-height: 130px;
    padding: 14px;
  }

  .mmw-orbit-core img {
    max-width: 82px;
  }

  .mmw-orbit-track span {
    min-width: 52px;
    max-width: 78px;
    padding: 7px 8px;
    font-size: 8px;
    white-space: normal;
  }

  .mmw-reach-points li {
    padding-right: 12px;
    font-size: 14px;
  }
}

/* Brand palette lock: logo green + yellow accents */
:root {
  --mmw-brand-green: #65b32e;
  --mmw-brand-green-soft: #65b32e;
  --mmw-brand-yellow: #f4c600;
}

a,
.header-search i,
.mmw-header-icon i,
.mmw-company-content h2 span,
.mmw-section-heading h2 span,
.mmw-capability-intro h2 span,
.mmw-industries h2 span,
.mmw-split-hero h1 strong,
.mmw-split-hero h2 strong,
.mmw-split-hero h3 strong,
.mmw-split-hero h4 strong,
.mmw-split-hero-title strong,
.mmw-orbit-core strong,
.mmw-product-index,
.mmw-product-content h3:hover,
.single-counter-icon i,
.service-three-icon i {
  color: var(--mmw-brand-yellow);
}

.mmw-primary-action,
.mmw-header-quote,
.mmw-hero-primary-btn,
.mmw-action-enquiry,
.mmw-action-quote,
.mmw-action-whatsapp,
.mmw-company-badge,
.mmw-company-stamp,
.mmw-company-mission,
.mmw-page-image-badge,
.mmw-support-tags span,
.mmw-stage-label,
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active,
.mmw-product-badge,
.mmw-orbit-track-four span,
.mmw-orbit-track-six span,
.btn,
button,
input[type="submit"] {
  background: var(--mmw-brand-green);
  border-color: var(--mmw-brand-green);
}

.mmw-hero-primary-btn,
.mmw-primary-action,
.mmw-header-quote,
.mmw-action-enquiry,
.mmw-action-quote,
.mmw-action-whatsapp,
.mmw-support-tags span,
.mmw-stage-label,
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active,
.mmw-product-badge {
  color: #fff;
}

.mmw-hero-outline-btn,
.mmw-product-tags span,
.mmw-reach-list span,
.mmw-orbit-track-two span,
.mmw-reach-points li:before,
.mmw-faq-card:before,
.mmw-stage-note span {
  background: var(--mmw-brand-yellow);
}

.mmw-hero-outline-btn {
  color: var(--mmw-brand-green);
  border-color: var(--mmw-brand-yellow);
}

.mmw-hero-outline-btn:hover,
.mmw-hero-primary-btn:hover,
.mmw-primary-action:hover,
.mmw-action-enquiry:hover,
.mmw-action-quote:hover,
.mmw-action-whatsapp:hover {
  background: var(--mmw-brand-yellow);
  border-color: var(--mmw-brand-yellow);
  color: var(--mmw-brand-green);
}

.section-title h2,
.section-title h3,
.mmw-company-content h2,
.mmw-range-heading h2,
.mmw-machines > .auto-container > h2,
.mmw-capability-intro h2,
.mmw-industries h2,
.mmw-about-v2-copy h2,
.mmw-story-v2-head h2,
.mmw-mv-v2-intro h2,
.mmw-offer-v2-head h2,
.mmw-inner-banner-content h1 {
  background:
    linear-gradient(var(--mmw-brand-yellow), var(--mmw-brand-yellow)) center
      bottom / 58px 2px no-repeat,
    radial-gradient(
        ellipse at center bottom,
        rgba(244, 198, 0, 0.38),
        transparent 62%
      )
      center calc(100% + 4px) / 86px 14px no-repeat;
}

.section-title h2:before,
.section-title h3:before,
.mmw-company-content h2:before,
.mmw-range-heading h2:before,
.mmw-machines > .auto-container > h2:before,
.mmw-capability-intro h2:before,
.mmw-industries h2:before,
.mmw-about-v2-copy h2:before,
.mmw-story-v2-head h2:before,
.mmw-mv-v2-intro h2:before,
.mmw-offer-v2-head h2:before,
.mmw-inner-banner-content h1:before {
  background:
    radial-gradient(
      circle at right center,
      var(--mmw-brand-yellow) 0 3px,
      transparent 4px
    ),
    linear-gradient(var(--mmw-brand-green), var(--mmw-brand-green)) left
      center / 100% 1px no-repeat;
}

.section-title h2:after,
.section-title h3:after,
.mmw-company-content h2:after,
.mmw-range-heading h2:after,
.mmw-machines > .auto-container > h2:after,
.mmw-capability-intro h2:after,
.mmw-industries h2:after,
.mmw-about-v2-copy h2:after,
.mmw-story-v2-head h2:after,
.mmw-mv-v2-intro h2:after,
.mmw-offer-v2-head h2:after,
.mmw-inner-banner-content h1:after {
  background:
    radial-gradient(
      circle at left center,
      var(--mmw-brand-yellow) 0 3px,
      transparent 4px
    ),
    linear-gradient(var(--mmw-brand-green), var(--mmw-brand-green)) right
      center / 100% 1px no-repeat;
}

.section-title span.line,
.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  border-top-color: var(--mmw-brand-yellow);
}

.section-title span.line,
.mmw-faq-card:before {
  background: var(--mmw-brand-yellow);
}

.mmw-faq-card,
.mmw-faq-card:hover,
.mmw-product-card:hover,
.mmw-contact-card,
.mmw-page-panel,
.mmw-offer-card {
  border-color: rgba(101, 179, 46, 0.18);
}

.mmw-reach-points li,
.mmw-company-values > div,
.mmw-about-more,
.mmw-page-panel,
.mmw-contact-card {
  border-left-color: var(--mmw-brand-green);
}

.mmw-orbit-track-three span,
.mmw-orbit-track-five span {
  background: var(--mmw-brand-yellow);
  color: var(--mmw-brand-green);
}

.mmw-orbit-ring {
  border-color: rgba(101, 179, 46, 0.18);
}

.mmw-three-bg:before {
  background: linear-gradient(
    135deg,
    rgba(101, 179, 46, 0.2),
    rgba(244, 198, 0, 0.08)
  );
}

.mmw-product-filter {
  color: var(--mmw-brand-green);
}

.mmw-faq-accordion .btn.btn-link {
  color: var(--mmw-brand-green);
  background: #fff;
  border: 0;
}

.mmw-faq-accordion .btn.btn-link:hover,
.mmw-faq-accordion .btn.btn-link:focus {
  color: var(--mmw-brand-green);
  background: #f8fbf5;
}

.mmw-faq-accordion .card-body {
  background: #fff;
}

/* Clean FAQ redesign without Three.js background */
.mmw-faq-redesign {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(101, 179, 46, 0.05) 0%,
    rgba(244, 198, 0, 0.07) 42%,
    #fff 42%,
    #fff 100%
  );
}

.mmw-faq-redesign .container,
.mmw-faq-redesign .row {
  position: relative;
  z-index: 2;
}

.mmw-faq-redesign .section-title {
  margin-bottom: 44px;
}

.mmw-faq-redesign .mmw-faq-image-wrap {
  position: relative;
  top: auto;
  overflow: hidden;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.12);
  box-shadow: 0 24px 55px rgba(101, 179, 46, 0.13);
}

.mmw-faq-redesign .mmw-faq-image-wrap:before {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(244, 198, 0, 0.7);
  pointer-events: none;
}

.mmw-faq-redesign .mmw-faq-image-wrap img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  background: #f8fbf5;
}

.mmw-faq-image-badge {
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(101, 179, 46, 0.94);
  border-left: 4px solid #f4c600;
}

.mmw-faq-image-badge strong,
.mmw-faq-image-badge span {
  display: block;
}

.mmw-faq-image-badge strong {
  color: #f4c600;
  font-size: 15px;
  text-transform: uppercase;
}

.mmw-faq-image-badge span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.mmw-faq-redesign .mmw-faq-accordion {
  padding: 8px 0 8px 22px;
}

.mmw-faq-redesign .mmw-faq-card {
  margin-bottom: 14px;
  border: 1px solid rgba(101, 179, 46, 0.14);
  border-radius: 0;
  box-shadow: 0 14px 32px rgba(101, 179, 46, 0.08);
}

.mmw-faq-redesign .mmw-faq-card:before {
  width: 5px;
  background: #f4c600;
}

.mmw-faq-redesign .mmw-faq-accordion .btn.btn-link {
  min-height: 74px;
  padding: 20px 62px 20px 30px;
  color: #000;
  background: #fff;
}

.mmw-faq-redesign .mmw-faq-accordion .btn.btn-link:hover,
.mmw-faq-redesign .mmw-faq-accordion .btn.btn-link:focus {
  background: #f8fbf5;
}

.mmw-faq-redesign .mmw-faq-accordion .card-body {
  padding: 0 30px 25px;
  color: #526053;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .mmw-faq-redesign {
    background: linear-gradient(180deg, rgba(101, 179, 46, 0.05), #fff);
  }

  .mmw-faq-redesign .mmw-faq-image-wrap {
    margin-bottom: 32px;
  }

  .mmw-faq-redesign .mmw-faq-accordion {
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-faq-redesign .section-title {
    margin-bottom: 30px;
  }

  .mmw-faq-redesign .mmw-faq-image-wrap {
    padding: 10px;
  }

  .mmw-faq-redesign .mmw-faq-image-wrap:before {
    inset: 10px;
  }

  .mmw-faq-redesign .mmw-faq-image-wrap img {
    min-height: 300px;
  }

  .mmw-faq-image-badge {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 14px 15px;
  }

  .mmw-faq-redesign .mmw-faq-accordion .btn.btn-link {
    min-height: 64px;
    padding: 17px 50px 17px 22px;
    font-size: 15px;
  }

  .mmw-faq-redesign .mmw-faq-accordion .card-body {
    padding: 0 22px 22px;
  }
}

/* Inner page banner and breadcrumb */
.mmw-inner-banner {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      105deg,
      rgba(101, 179, 46, 0.96) 0%,
      rgba(101, 179, 46, 0.86) 54%,
      rgba(244, 198, 0, 0.22) 100%
    ),
    url("../images/mohindra_machine_workers_banner.webp") center / cover
      no-repeat;
}

.mmw-about-banner,
.mmw-contact-banner {
  background:
    radial-gradient(circle at 82% 8%, rgba(244, 198, 0, 0.18), transparent 28%),
    linear-gradient(
      105deg,
      rgba(101, 179, 46, 0.98) 0%,
      rgba(101, 179, 46, 0.94) 56%,
      rgba(244, 198, 0, 0.14) 100%
    );
}

.mmw-inner-banner:before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0
      0 / 52px 52px,
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 52px
      52px;
}

.mmw-inner-banner:after {
  position: absolute;
  right: clamp(20px, 8vw, 120px);
  bottom: -82px;
  width: 230px;
  height: 230px;
  content: "";
  border: 34px solid rgba(244, 198, 0, 0.28);
  border-radius: 50%;
}

.mmw-inner-banner .auto-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.mmw-inner-banner-content {
  max-width: 800px;
  padding: 34px 0;
}

.mmw-inner-banner-content > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #65b32e;
  background: #f4c600;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-inner-banner-content h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mmw-inner-banner-content h1:before {
  background:
    radial-gradient(circle at right center, #f4c600 0 3px, transparent 4px),
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) left
      center / 100% 1px no-repeat;
}

.mmw-inner-banner-content h1:after {
  background:
    radial-gradient(circle at left center, #f4c600 0 3px, transparent 4px),
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) right
      center / 100% 1px no-repeat;
}

.mmw-inner-banner .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  padding: 11px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

.mmw-inner-banner .breadcrumb-item,
.mmw-inner-banner .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mmw-inner-banner .breadcrumb-item.active {
  color: #f4c600;
}

.mmw-inner-banner .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.mmw-inner-banner .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.72);
  content: "/";
}

.mmw-inner-banner + .mmw-page-hero,
.mmw-inner-banner + .mmw-contact-page {
  padding-top: 95px;
}

.mmw-contact-page .row {
  align-items: stretch;
}

.mmw-contact-form-box form {
  display: grid;
  gap: 12px;
}

.mmw-contact-form-box form .form-control {
  margin-bottom: 0 !important;
}

.mmw-contact-form-box button {
  justify-self: start;
  border: 0;
}

.mmw-contact-page .mmw-contact-card,
.mmw-contact-page .mmw-contact-form-box {
  min-height: calc(100% - 24px);
}

@media only screen and (max-width: 991px) {
  .mmw-inner-banner {
    min-height: 260px;
  }

  .mmw-inner-banner-content {
    text-align: center;
    margin: auto;
  }

  .mmw-inner-banner .breadcrumb {
    justify-content: center;
  }

  .mmw-inner-banner + .mmw-page-hero,
  .mmw-inner-banner + .mmw-contact-page {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-inner-banner {
    min-height: 235px;
  }

  .mmw-inner-banner-content {
    padding: 26px 0;
  }

  .mmw-inner-banner-content h1 {
    font-size: 24px;
  }

  .mmw-inner-banner .breadcrumb {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
  }

  .mmw-inner-banner .breadcrumb-item,
  .mmw-inner-banner .breadcrumb-item a {
    font-size: 11px;
  }

  .mmw-contact-form-box button {
    width: 100%;
    justify-content: center;
  }
}

/* Footer brand two-color finish */
footer .footer-top {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(244, 198, 0, 0.32),
      rgba(244, 198, 0, 0.12) 24%,
      transparent 46%
    ),
    linear-gradient(
      105deg,
      rgba(101, 179, 46, 0.98) 0%,
      rgba(101, 179, 46, 0.94) 58%,
      rgba(244, 198, 0, 0.16) 100%
    );
}

footer .footer-top:after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 /
      48px 48px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 48px
      48px;
  pointer-events: none;
}

footer .footer-top .auto-container {
  position: relative;
  z-index: 2;
}

footer .footer-section-title:after,
footer .footer-section-title span.line:before {
  background: #f4c600;
}

footer .footer-section-title h5,
footer .widget-title,
footer .mmw-footer-contact-strip h5 {
  color: #fff !important;
}

footer .footer-widget .about p,
footer .footer-widget .quick-link-list li,
footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li,
footer .footer-widget .contact-link-list li a {
  color: rgba(255, 255, 255, 0.82);
}

footer .footer-widget .quick-link-list li {
  border-bottom-color: rgba(244, 198, 0, 0.16);
}

footer .footer-widget .quick-link-list li a:hover,
footer .footer-widget .contact-link-list li a:hover,
footer .mmw-legal-links a:hover {
  color: #f4c600;
}

footer .mmw-footer-contact-strip {
  background: rgba(244, 198, 0, 0.1);
  border: 1px solid rgba(244, 198, 0, 0.2);
}

footer .mmw-footer-contacts span {
  color: #65b32e;
  background: #f4c600;
  font-weight: 800;
}

footer .copyright {
  background: #65b32e;
  border-top: 1px solid rgba(244, 198, 0, 0.2);
}

footer .copyright-text p,
footer .mmw-legal-links a {
  color: rgba(255, 255, 255, 0.76);
}

@media only screen and (max-width: 767px) {
  footer .footer-top {
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(244, 198, 0, 0.24),
        transparent 44%
      ),
      linear-gradient(
        180deg,
        rgba(101, 179, 46, 0.98),
        rgba(101, 179, 46, 0.95)
      ),
      url("../img/bg/workers.jpg") center / cover no-repeat;
  }
}

/* About page clean redesign */
.mmw-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #65b32e;
  background: #f4c600;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mmw-about-company-v2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(101, 179, 46, 0.06) 0%,
    rgba(244, 198, 0, 0.09) 42%,
    #fff 42%,
    #fff 100%
  );
}

.mmw-about-company-v2:before {
  position: absolute;
  left: -160px;
  top: -180px;
  width: 420px;
  height: 420px;
  content: "";
  background: rgba(244, 198, 0, 0.16);
  border-radius: 50%;
}

.mmw-about-company-v2:after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 440px;
  height: 440px;
  content: "";
  background: rgba(101, 179, 46, 0.08);
  border-radius: 50%;
}

.mmw-about-company-v2 .auto-container {
  position: relative;
  z-index: 2;
}

.mmw-about-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 58px;
  padding: 18px 0;
}

.mmw-about-v2-copy {
  padding: 38px 34px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 22px 52px rgba(101, 179, 46, 0.1);
}

.mmw-about-v2-copy h2,
.mmw-story-v2-head h2,
.mmw-mv-v2-intro h2,
.mmw-offer-v2-head h2 {
  margin: 0 0 20px;
  color: #65b32e;
}

.mmw-about-v2-copy p,
.mmw-story-v2-head p,
.mmw-mv-v2-intro p {
  color: #4d5d52;
  font-size: 16px;
  line-height: 1.8;
}

.mmw-about-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.mmw-about-v2-stats div {
  padding: 18px 14px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.14);
  border-top: 4px solid #f4c600;
  box-shadow: 0 16px 34px rgba(101, 179, 46, 0.08);
}

.mmw-about-v2-stats strong,
.mmw-about-v2-stats span {
  display: block;
}

.mmw-about-v2-stats strong {
  color: #65b32e;
  font-size: 30px;
  line-height: 1;
}

.mmw-about-v2-stats span {
  margin-top: 8px;
  color: #5e6a62;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}
.header-enquiry-btn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.header-enquiry-btn:hover {
  background: #000;
  color: #fff;
}
.mmw-about-v2-frame,
.mmw-about-v2-collage {
  position: relative;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #f8fbf5);
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 28px 60px rgba(101, 179, 46, 0.16);
}

.mmw-about-v2-frame:before,
.mmw-about-v2-collage:before {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(244, 198, 0, 0.78);
  pointer-events: none;
}

.mmw-about-v2-frame img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  background: #f7faf5;
}

.mmw-about-v2-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 210px 150px 190px;
  gap: 12px;
}

.mmw-about-v2-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  background: #f7faf5;
}

.mmw-about-v2-photo:after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

.mmw-about-v2-photo img {
  width: 100%;
  height: 100%;

  transition: transform 0.35s ease;
}

.mmw-about-v2-collage:hover .mmw-about-v2-photo img {
  transform: scale(1.04);
}

.mmw-about-v2-photo-main {
  grid-row: 1 / 4;
}

.mmw-about-v2-photo-top {
  grid-column: 2;
}

.mmw-about-v2-photo-mid {
  grid-column: 2;
}

.mmw-about-v2-photo-bottom {
  grid-column: 2;
}

.mmw-about-v2-badge {
  position: absolute;
  z-index: 3;
  left: 32px;
  bottom: 32px;
  max-width: 260px;
  padding: 17px 18px;
  color: #fff;
  background: rgba(101, 179, 46, 0.94);
  border-left: 4px solid #f4c600;
}

.mmw-about-v2-badge strong,
.mmw-about-v2-badge span {
  display: block;
}

.mmw-about-v2-badge strong {
  color: #f4c600;
  text-transform: uppercase;
}

.mmw-about-v2-badge span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.5;
}

.mmw-story-timeline-v2 {
  background:
    linear-gradient(90deg, rgba(101, 179, 46, 0.045) 1px, transparent 1px) 0 0 /
      46px 46px,
    linear-gradient(rgba(101, 179, 46, 0.045) 1px, transparent 1px) 0 0 / 46px
      46px,
    #f7faf5;
}

.mmw-story-v2-head,
.mmw-offer-v2-head {
  max-width: 850px;
  margin: 0 auto 44px;
  text-align: center;
}

.mmw-story-v2-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mmw-story-v2-list:before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 35px;
  height: 2px;
  content: "";
  background: #f4c600;
}

.mmw-story-v2-list article {
  position: relative;
  z-index: 1;
  min-height: 220px;
  padding: 78px 22px 24px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.12);
  box-shadow: 0 16px 34px rgba(101, 179, 46, 0.08);
}

.mmw-story-v2-list span {
  position: absolute;
  left: 22px;
  top: 18px;
  display: inline-flex;
  width: 72px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f4c600;
  font-weight: 900;
}

.mmw-story-v2-list h3,
.mmw-mv-v2-card h3,
.mmw-offer-v2-grid h3 {
  margin: 0 0 10px;
  color: #65b32e;
  font-size: 21px;
  font-weight: 800;
}

.mmw-story-v2-list p,
.mmw-mv-v2-card p,
.mmw-offer-v2-grid p {
  margin: 0;
  color: #4d5d52;
  line-height: 1.7;
}

.mmw-mission-vision-v2 {
  background: #fff;
}

.mmw-mv-v2-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.mmw-mv-v2-intro,
.mmw-mv-v2-card,
.mmw-offer-v2-grid article {
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 18px 42px rgba(101, 179, 46, 0.08);
}

.mmw-mv-v2-intro {
  padding: 34px;
  background: linear-gradient(145deg, #65b32e, #65b32e);
}

.mmw-mv-v2-intro h2,
.mmw-mv-v2-intro p {
  color: #fff;
}

.mmw-mv-v2-card {
  display: flex;
  gap: 18px;
  padding: 34px 30px;
  border-top: 4px solid #f4c600;
}

.mmw-mv-v2-card i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f4c600;
  font-size: 28px;
}

.mmw-offer-v2 {
  background: #f7faf5;
}

.mmw-offer-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mmw-offer-v2-grid article {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  padding: 34px 28px 30px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mmw-offer-v2-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(101, 179, 46, 0.13);
}

.mmw-offer-v2-grid article > span {
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(101, 179, 46, 0.08);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.mmw-offer-v2-grid i {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #65b32e;
  background: #f4c600;
  font-size: 29px;
}

@media only screen and (max-width: 1199px) {
  .mmw-about-v2-grid {
    gap: 42px;
  }

  .mmw-mv-v2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mmw-mv-v2-intro {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-about-company-v2 {
    background: linear-gradient(180deg, rgba(101, 179, 46, 0.055), #fff);
  }

  .mmw-about-v2-grid,
  .mmw-story-v2-list,
  .mmw-offer-v2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mmw-about-v2-copy,
  .mmw-about-v2-visual {
    grid-column: 1 / -1;
  }

  .mmw-about-v2-copy {
    padding: 32px 28px;
  }

  .mmw-about-v2-frame img {
    min-height: 410px;
  }

  .mmw-about-v2-collage {
    grid-template-rows: 190px 140px 170px;
  }

  .mmw-story-v2-list:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mmw-about-v2-stats,
  .mmw-story-v2-list,
  .mmw-mv-v2-grid,
  .mmw-offer-v2-grid {
    grid-template-columns: 1fr;
  }

  .mmw-mv-v2-card {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-about-v2-copy {
    padding: 26px 20px;
  }

  .mmw-about-v2-stats {
    grid-template-columns: 1fr;
  }

  .mmw-about-v2-frame {
    padding: 10px;
  }

  .mmw-about-v2-frame:before,
  .mmw-about-v2-collage:before {
    inset: 10px;
  }

  .mmw-about-v2-frame img {
    min-height: 300px;
  }

  .mmw-about-v2-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 145px 145px;
    gap: 8px;
    padding: 10px;
  }

  .mmw-about-v2-photo-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .mmw-about-v2-photo-top,
  .mmw-about-v2-photo-mid,
  .mmw-about-v2-photo-bottom {
    grid-column: auto;
  }

  .mmw-about-v2-badge {
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: none;
  }

  .mmw-mv-v2-intro,
  .mmw-mv-v2-card,
  .mmw-offer-v2-grid article {
    padding: 26px 22px;
  }
}

/* Contact page office details and light Three.js background */
.mmw-contact-page {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(244, 198, 0, 0.2) 0,
      rgba(244, 198, 0, 0) 32%
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(101, 179, 46, 0.13) 0,
      rgba(101, 179, 46, 0) 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6faf2 100%) !important;
}

.mmw-contact-page:before {
  display: none !important;
}

.mmw-contact-page .mmw-three-bg {
  opacity: 0.38;
}

.mmw-contact-page .mmw-three-bg:before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(244, 198, 0, 0.1)),
    radial-gradient(
      circle at 50% 50%,
      rgba(101, 179, 46, 0.1),
      rgba(255, 255, 255, 0) 58%
    );
}

.mmw-contact-page .section-title h2 {
  color: #65b32e !important;
}

.mmw-contact-page .section-title p {
  color: #516455 !important;
}

.mmw-contact-details-card,
.mmw-contact-form-box {
  box-shadow: 0 24px 60px rgba(101, 179, 46, 0.11);
}

.mmw-contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.mmw-contact-quick-grid a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(101, 179, 46, 0.12);
  background: linear-gradient(
    180deg,
    rgba(244, 198, 0, 0.12),
    rgba(255, 255, 255, 0.92)
  );
  color: #65b32e;
}

.mmw-contact-quick-grid i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #65b32e;
  color: #f4c600;
  border-radius: 50%;
  font-size: 18px;
}

.mmw-contact-quick-grid span {
  color: #617064;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mmw-contact-quick-grid strong {
  display: block;
  overflow-wrap: anywhere;
  color: #65b32e;
  font-size: 15px;
}

.mmw-office-block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(101, 179, 46, 0.12);
}

.mmw-office-block h4 {
  margin-bottom: 12px;
  color: #65b32e;
  font-size: 18px;
  font-weight: 800;
}

.mmw-office-link,
.mmw-office-list a {
  display: block;
  position: relative;
  padding: 12px 14px 12px 38px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(101, 179, 46, 0.12);
  color: #334737 !important;
  line-height: 1.6;
}

.mmw-office-link:before,
.mmw-office-list a:before {
  content: "\ef79";
  position: absolute;
  left: 14px;
  top: 13px;
  color: #f4c600;
  font-family: IcoFont;
  font-size: 16px;
}

.mmw-office-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mmw-office-list li + li {
  margin-top: 10px;
}

.mmw-office-link:hover,
.mmw-office-list a:hover {
  border-color: rgba(244, 198, 0, 0.75);
  color: #65b32e !important;
  transform: translateX(4px);
}

@media only screen and (max-width: 575px) {
  .mmw-contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .mmw-office-link,
  .mmw-office-list a {
    padding-right: 12px;
    font-size: 14px;
  }
}

/* About page Why Clients Trust image slider */
.mmw-trust-image-slider {
  position: relative;
  padding-bottom: 74px;
}

.mmw-trust-image-slider .single-image-slide {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.14);
  background: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
}

.mmw-trust-image-slider .single-image-slide a {
  display: block;
}

.mmw-trust-image-slider .single-image-slide img {
  display: block;
  width: 100%;
  object-position: center;
}

.owl-theme.mmw-trust-image-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.owl-theme.mmw-trust-image-slider .owl-nav div {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4c600;
  color: #65b32e;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 22px;
  line-height: 44px;
  transition: all 0.25s ease;
}

.owl-theme.mmw-trust-image-slider .owl-nav div:hover {
  background: #65b32e;
  color: #f4c600;
}

.owl-theme.mmw-trust-image-slider .owl-dots {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.owl-theme.mmw-trust-image-slider .owl-dots .owl-dot span {
  width: 22px;
  height: 3px;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}

.owl-theme.mmw-trust-image-slider .owl-dots .owl-dot span:before {
  display: none;
}

.owl-theme.mmw-trust-image-slider .owl-dots .owl-dot.active span {
  width: 38px;
  background: #f4c600;
}

@media only screen and (max-width: 991px) {
  .mmw-trust-image-slider .single-image-slide img {
    height: clamp(360px, 72vw, 540px);
  }
}

@media only screen and (max-width: 575px) {
  .mmw-trust-image-slider {
    padding-bottom: 96px;
  }

  .mmw-trust-image-slider .single-image-slide img {
    height: 390px;
  }

  .owl-theme.mmw-trust-image-slider .owl-nav {
    bottom: 44px;
  }

  .owl-theme.mmw-trust-image-slider .owl-dots {
    left: 0;
    right: 0;
    bottom: 10px;
    justify-content: center;
  }
}

/* About trust heading and inner banner title refinements */
#home-contact .section-title {
  margin-bottom: 36px;
}

#home-contact .section-title h2.section-title-white {
  gap: 12px;
  font-size: 24px;
  line-height: 1.18;
}

#home-contact .section-title h2.section-title-white:before,
#home-contact .section-title h2.section-title-white:after {
  width: 48px;
  flex-basis: 48px;
}

.mmw-inner-banner-content h1 {
  display: block;
  padding-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.18;
  text-align: left;
  background: linear-gradient(#f4c600, #f4c600) left bottom / 74px 3px no-repeat;
}

.mmw-inner-banner-content h1:before,
.mmw-inner-banner-content h1:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mmw-inner-banner-content h1 {
    text-align: center;
    background-position: center bottom;
  }
}

@media only screen and (max-width: 575px) {
  #home-contact .section-title h2.section-title-white {
    font-size: 22px;
  }

  #home-contact .section-title h2.section-title-white:before,
  #home-contact .section-title h2.section-title-white:after {
    width: 28px;
    flex-basis: 28px;
  }
}

/* Products catalogue page */
.mmw-products-hero {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(18, 51, 31, 0.94), rgba(18, 51, 31, 0.72)),
    url("../images/banner/3.webp") center / cover no-repeat;
}

.mmw-products-hero .mmw-three-bg {
  opacity: 0.46;
}

.mmw-products-hero .mmw-inner-banner-content {
  max-width: 760px;
}

.mmw-products-page {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(101, 179, 46, 0.045) 1px, transparent 1px) 0 0 /
      48px 48px,
    linear-gradient(rgba(101, 179, 46, 0.045) 1px, transparent 1px) 0 0 / 48px
      48px,
    linear-gradient(180deg, #f7faf5 0%, #fff 48%, #f7faf5 100%);
}

.mmw-products-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.mmw-products-head h2 {
  margin: 0;
  color: #65b32e;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.mmw-products-head p {
  color: #53675a;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-products-filter {
  margin-bottom: 34px;
}

.mmw-products-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.mmw-products-filter li {
  margin: 0 !important;
  padding: 12px 18px !important;
  color: #65b32e;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.14);
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(101, 179, 46, 0.08);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mmw-products-filter li.active,
.mmw-products-filter li:hover {
  color: #65b32e;
  background: #f4c600;
  border-color: #f4c600;
}

.mmw-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mmw-products-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.13);
  box-shadow: 0 18px 44px rgba(101, 179, 46, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.mmw-products-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 62px rgba(101, 179, 46, 0.16);
}

.mmw-products-card.is-hidden {
  display: none;
}

.mmw-products-image {
  position: relative;
  display: block;
  height: 260px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(244, 198, 0, 0.16), rgba(101, 179, 46, 0.05)),
    #f7faf5;
}

.mmw-products-image:before {
  position: absolute;
  inset: 16px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(244, 198, 0, 0.64);
  pointer-events: none;
}

.mmw-products-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.mmw-products-card:hover .mmw-products-image img {
  transform: scale(1.06);
}

.mmw-products-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.mmw-products-body span {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: #65b32e;
  background: rgba(244, 198, 0, 0.24);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mmw-products-body h3 {
  margin: 0 0 12px;
  color: #65b32e;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.32;
}

.mmw-products-body p {
  color: #5b6d60;
  line-height: 1.7;
}

.mmw-products-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: #65b32e;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-link:hover {
  color: #65b32e;
}

.mmw-products-card-2 {
  border-top: 5px solid #f4c600;
}

.mmw-products-card-2 .mmw-products-image {
  height: 300px;
}

.mmw-products-card-3 {
  background: linear-gradient(180deg, #65b32e 0, #65b32e 114px, #fff 114px);
}

.mmw-products-card-3 .mmw-products-body span {
  background: #f4c600;
}

.mmw-products-card-4 {
  border-left: 5px solid #65b32e;
}

@media only screen and (max-width: 991px) {
  .mmw-products-head,
  .mmw-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mmw-products-head > * {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-products-filter ul,
  .mmw-products-grid {
    grid-template-columns: 1fr;
  }

  .mmw-products-grid {
    display: grid;
  }

  .mmw-products-filter li {
    width: 100%;
    text-align: center;
  }

  .mmw-products-image,
  .mmw-products-card-2 .mmw-products-image {
    height: 235px;
  }

  .mmw-products-body {
    padding: 22px 20px;
  }
}

/* Products page layout refresh */
.mmw-products-page {
  background:
    linear-gradient(90deg, rgba(101, 179, 46, 0.05) 1px, transparent 1px) 0 0 /
      52px 52px,
    linear-gradient(rgba(101, 179, 46, 0.05) 1px, transparent 1px) 0 0 / 52px
      52px,
    linear-gradient(180deg, #f7faf5 0%, #fff 38%, #f4f8f1 100%);
}

.mmw-products-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.mmw-products-rail {
  position: sticky;
  top: 96px;
  overflow: hidden;
  padding: 34px 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(244, 198, 0, 0.16), transparent 38%),
    linear-gradient(180deg, #65b32e, #65b32e);
  box-shadow: 0 24px 60px rgba(101, 179, 46, 0.18);
}

.mmw-products-rail:after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 170px;
  height: 170px;
  content: "";
  border: 28px solid rgba(244, 198, 0, 0.18);
  border-radius: 50%;
}

.mmw-products-rail > * {
  position: relative;
  z-index: 1;
}

.mmw-products-rail h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.mmw-products-rail p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.mmw-products-quickstats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 26px 0;
}

.mmw-products-quickstats div {
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 198, 0, 0.2);
}

.mmw-products-quickstats strong,
.mmw-products-quickstats span {
  display: block;
}

.mmw-products-quickstats strong {
  color: #f4c600;
  font-size: 34px;
  line-height: 1;
}

.mmw-products-quickstats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.mmw-products-filter {
  margin: 0;
}

.mmw-products-filter ul {
  display: grid;
  gap: 9px;
}

.mmw-products-filter li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  padding: 13px 14px !important;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.mmw-products-filter li strong {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f4c600;
  font-size: 12px;
}

.mmw-products-filter li.active,
.mmw-products-filter li:hover {
  color: #65b32e;
  background: #f4c600;
  border-color: #f4c600;
}

.mmw-products-filter li.active strong,
.mmw-products-filter li:hover strong {
  color: #f4c600;
  background: #65b32e;
}

.mmw-products-rail-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 13px 16px;
  color: #65b32e;
  background: #f4c600;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.mmw-products-rail-action:hover {
  color: #f4c600;
  background: #fff;
}

.mmw-products-showcase {
  min-width: 0;
}

.mmw-products-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.12);
  border-left: 5px solid #f4c600;
  box-shadow: 0 18px 44px rgba(101, 179, 46, 0.08);
}

.mmw-products-showcase-head span {
  display: block;
  margin-bottom: 8px;
  color: #65b32e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-showcase-head h3 {
  margin: 0;
  color: #65b32e;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}

.mmw-products-showcase-head p {
  color: #56685c;
  line-height: 1.7;
}

.mmw-products-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.mmw-products-card {
  grid-column: span 4;
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.13);
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(101, 179, 46, 0.09);
}

.mmw-products-card:nth-child(8n + 1),
.mmw-products-card:nth-child(8n + 6) {
  grid-column: span 6;
}

.mmw-products-card:nth-child(8n + 1) .mmw-products-image,
.mmw-products-card:nth-child(8n + 6) .mmw-products-image {
  height: 330px;
}

.mmw-products-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(101, 179, 46, 0.15);
}

.mmw-products-image,
.mmw-products-card-2 .mmw-products-image {
  height: 245px;
  background: #eef4ec;
}

.mmw-products-image:before {
  inset: 12px;
  border-color: rgba(255, 255, 255, 0.72);
}

.mmw-products-image span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  display: inline-flex;
  min-width: 48px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #65b32e;
  background: #f4c600;
  font-weight: 900;
}

.mmw-products-body {
  padding: 22px;
}

.mmw-products-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mmw-products-meta span {
  margin: 0;
  background: rgba(101, 179, 46, 0.14);
}

.mmw-products-meta small {
  color: #8a968d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-body h3 {
  font-size: 19px;
}

.mmw-products-link {
  padding-top: 16px;
}

.mmw-products-card-3 {
  background: #fff;
}

.mmw-products-card-4 {
  border-left: 1px solid rgba(101, 179, 46, 0.13);
}

.mmw-products-card-5 {
  border-top: 5px solid #65b32e;
}

.mmw-products-card-6 {
  border-top: 5px solid #65b32e;
}

@media only screen and (max-width: 1199px) {
  .mmw-products-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 24px;
  }

  .mmw-products-card,
  .mmw-products-card:nth-child(8n + 1),
  .mmw-products-card:nth-child(8n + 6) {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-products-layout,
  .mmw-products-showcase-head {
    grid-template-columns: 1fr;
  }

  .mmw-products-rail {
    position: relative;
    top: auto;
  }

  .mmw-products-filter ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  .mmw-products-rail,
  .mmw-products-showcase-head {
    padding: 24px 20px;
  }

  .mmw-products-quickstats,
  .mmw-products-filter ul {
    grid-template-columns: 1fr;
  }

  .mmw-products-card,
  .mmw-products-card:nth-child(8n + 1),
  .mmw-products-card:nth-child(8n + 6) {
    grid-column: 1 / -1;
  }

  .mmw-products-image,
  .mmw-products-card-2 .mmw-products-image,
  .mmw-products-card:nth-child(8n + 1) .mmw-products-image,
  .mmw-products-card:nth-child(8n + 6) .mmw-products-image {
    height: 235px;
  }
}

/* Products page distinct directory layout */
.mmw-products-layout {
  grid-template-columns: 320px minmax(0, 1fr);
}

.mmw-products-showcase-head {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 72%,
    rgba(244, 198, 0, 0.22) 72%,
    rgba(244, 198, 0, 0.22) 100%
  );
}

.mmw-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.mmw-products-card,
.mmw-products-card:nth-child(8n + 1),
.mmw-products-card:nth-child(8n + 6) {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr);
  grid-column: auto;
  min-height: 295px;
  background: #fff;
  border: 0;
  border-left: 6px solid #f4c600;
  box-shadow: 0 14px 38px rgba(101, 179, 46, 0.09);
}

.mmw-products-card:nth-child(even) {
  grid-template-columns: minmax(0, 0.52fr) minmax(260px, 0.48fr);
  border-left: 0;
  border-right: 6px solid #65b32e;
}

.mmw-products-card:nth-child(even) .mmw-products-image {
  grid-column: 2;
  grid-row: 1;
}

.mmw-products-card:nth-child(even) .mmw-products-body {
  grid-column: 1;
  grid-row: 1;
}

.mmw-products-image,
.mmw-products-card-2 .mmw-products-image,
.mmw-products-card:nth-child(8n + 1) .mmw-products-image,
.mmw-products-card:nth-child(8n + 6) .mmw-products-image {
  height: 100%;
  min-height: 295px;
}

.mmw-products-image:before {
  inset: 14px;
  border-color: rgba(244, 198, 0, 0.72);
}

.mmw-products-image span {
  left: auto;
  right: 18px;
  top: 18px;
  min-width: 54px;
  height: 38px;
  color: #fff;
  background: #65b32e;
}

.mmw-products-body {
  justify-content: center;
  padding: 34px;
}

.mmw-products-meta {
  justify-content: flex-start;
}

.mmw-products-body h3 {
  max-width: 520px;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.18;
}

.mmw-products-body p {
  max-width: 520px;
  font-size: 15px;
}

.mmw-products-link {
  margin-top: 18px;
  padding: 12px 15px;
  color: #65b32e;
  background: rgba(244, 198, 0, 0.22);
}

.mmw-products-link:hover {
  color: #fff;
  background: #65b32e;
}

@media only screen and (max-width: 991px) {
  .mmw-products-layout {
    grid-template-columns: 1fr;
  }

  .mmw-products-card,
  .mmw-products-card:nth-child(even),
  .mmw-products-card:nth-child(8n + 1),
  .mmw-products-card:nth-child(8n + 6) {
    grid-template-columns: 1fr;
    border-left: 5px solid #f4c600;
    border-right: 0;
  }

  .mmw-products-card:nth-child(even) .mmw-products-image,
  .mmw-products-card:nth-child(even) .mmw-products-body {
    grid-column: auto;
    grid-row: auto;
  }

  .mmw-products-image,
  .mmw-products-card-2 .mmw-products-image,
  .mmw-products-card:nth-child(8n + 1) .mmw-products-image,
  .mmw-products-card:nth-child(8n + 6) .mmw-products-image {
    height: 300px;
    min-height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-products-showcase-head {
    background: #fff;
  }

  .mmw-products-body {
    padding: 24px 20px;
  }

  .mmw-products-image,
  .mmw-products-card-2 .mmw-products-image,
  .mmw-products-card:nth-child(8n + 1) .mmw-products-image,
  .mmw-products-card:nth-child(8n + 6) .mmw-products-image {
    height: 230px;
    min-height: 230px;
  }
}

/* Products page final showroom layout */
.mmw-products-board {
  position: relative;
}

.mmw-products-board-head {
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}

.mmw-products-board-head h2 {
  margin: 0 0 14px;
  color: #65b32e;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.05;
}

.mmw-products-board-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #586a5d;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-products-board .mmw-section-kicker {
  justify-content: center;
}

.mmw-products-filter {
  margin: 0 0 22px;
}

.mmw-products-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.mmw-products-filter li {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 14px !important;
  color: #65b32e;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 12px 28px rgba(101, 179, 46, 0.08);
}

.mmw-products-filter li strong {
  display: inline-flex;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #65b32e;
  font-size: 12px;
}

.mmw-products-filter li.active,
.mmw-products-filter li:hover {
  color: #65b32e;
  background: #f4c600;
  border-color: #f4c600;
}

.mmw-products-countbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 0.75fr);
  gap: 12px;
  margin-bottom: 30px;
}

.mmw-products-countbar div,
.mmw-products-countbar a {
  min-height: 88px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.12);
  box-shadow: 0 14px 34px rgba(101, 179, 46, 0.08);
}

.mmw-products-countbar strong,
.mmw-products-countbar span {
  display: block;
}

.mmw-products-countbar strong {
  color: #65b32e;
  font-size: 34px;
  line-height: 1;
}

.mmw-products-countbar span {
  margin-top: 8px;
  color: #657568;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-countbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #65b32e;
  background: #f4c600;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.mmw-products-countbar a:hover {
  color: #f4c600;
  background: #65b32e;
}

.mmw-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mmw-products-card,
.mmw-products-card:nth-child(even),
.mmw-products-card:nth-child(8n + 1),
.mmw-products-card:nth-child(8n + 6) {
  display: flex;
  grid-column: auto;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.13);
  border-top: 5px solid #f4c600;
  box-shadow: 0 16px 38px rgba(101, 179, 46, 0.09);
}

.mmw-products-card:nth-child(6n + 1),
.mmw-products-card:nth-child(6n + 4) {
  grid-column: span 2;
}

.mmw-products-image,
.mmw-products-card-2 .mmw-products-image,
.mmw-products-card:nth-child(8n + 1) .mmw-products-image,
.mmw-products-card:nth-child(8n + 6) .mmw-products-image {
  height: 230px;
  min-height: 230px;
}

.mmw-products-card:nth-child(6n + 1) .mmw-products-image,
.mmw-products-card:nth-child(6n + 4) .mmw-products-image {
  height: 300px;
  min-height: 300px;
}

.mmw-products-card:nth-child(even) .mmw-products-image,
.mmw-products-card:nth-child(even) .mmw-products-body {
  grid-column: auto;
  grid-row: auto;
}

.mmw-products-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px;
}

.mmw-products-body p {
  display: none;
}

.mmw-products-body h3 {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3;
}

.mmw-products-link {
  align-self: flex-start;
  margin-top: auto;
}

@media only screen and (max-width: 1199px) {
  .mmw-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mmw-products-card:nth-child(6n + 1),
  .mmw-products-card:nth-child(6n + 4) {
    grid-column: span 1;
  }

  .mmw-products-countbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .mmw-products-grid,
  .mmw-products-countbar {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-products-grid,
  .mmw-products-countbar {
    grid-template-columns: 1fr;
  }

  .mmw-products-filter li {
    width: 100%;
    justify-content: space-between;
  }

  .mmw-products-image,
  .mmw-products-card-2 .mmw-products-image,
  .mmw-products-card:nth-child(8n + 1) .mmw-products-image,
  .mmw-products-card:nth-child(8n + 6) .mmw-products-image,
  .mmw-products-card:nth-child(6n + 1) .mmw-products-image,
  .mmw-products-card:nth-child(6n + 4) .mmw-products-image {
    height: 240px;
    min-height: 240px;
  }
}

/* Simple products page layout */
.mmw-products-simple-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.mmw-products-simple-head h2 {
  margin: 0 0 14px;
  color: #65b32e;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.mmw-products-simple-head p {
  color: #586a5d;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-products-simple-filter {
  margin-bottom: 34px;
}

.mmw-products-simple-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.mmw-products-simple-filter li {
  margin: 0 !important;
  padding: 11px 16px !important;
  color: #65b32e;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.18);
  box-shadow: 0 10px 24px rgba(101, 179, 46, 0.08);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-simple-filter li.active,
.mmw-products-simple-filter li:hover {
  color: #65b32e;
  background: #f4c600;
  border-color: #f4c600;
}

.mmw-products-simple-list {
  margin-bottom: -30px;
}

.mmw-products-simple-list > [class*="col-"] {
  margin-bottom: 30px;
}

.mmw-products-simple-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 16px 38px rgba(101, 179, 46, 0.09);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mmw-products-simple-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(101, 179, 46, 0.14);
}

.mmw-products-simple-image {
  display: block;
  height: 260px;
  overflow: hidden;
  background: #f7faf5;
}

.mmw-products-simple-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}

.mmw-products-simple-card:hover .mmw-products-simple-image img {
  transform: scale(1.05);
}

.mmw-products-simple-body {
  padding: 24px;
}

.mmw-products-simple-body span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 10px;
  color: #65b32e;
  background: rgba(244, 198, 0, 0.4);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mmw-products-simple-body h3 {
  min-height: 56px;
  margin: 0 0 12px;
  color: #65b32e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.mmw-products-simple-body p {
  margin-bottom: 18px;
  color: #5b6d60;
  line-height: 1.7;
}

.mmw-products-simple-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #65b32e;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-products-simple-body a:hover {
  color: #111;
}

@media only screen and (max-width: 575px) {
  .mmw-products-simple-filter li {
    width: 100%;
    text-align: center;
  }

  .mmw-products-simple-image {
    height: 235px;
  }

  .mmw-products-simple-body {
    padding: 22px 20px;
  }

  .mmw-products-simple-body h3 {
    min-height: 0;
  }
}

/* Footer contrast fix */
footer .footer-top {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(244, 198, 0, 0.22),
      transparent 32%
    ),
    linear-gradient(115deg, #1a3925 0%, #12291b 58%, #07120c 100%) !important;
}

footer .footer-top:after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0
      0 / 48px 48px,
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 48px
      48px;
}

footer .footer-section-title h5,
footer .widget-title,
footer .mmw-map-box h5 {
  color: #fff !important;
}

footer .footer-widget .about p,
footer .footer-widget .quick-link-list li,
footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li,
footer .footer-widget .contact-link-list li a {
  color: rgba(255, 255, 255, 0.94) !important;
}

footer .footer-widget .quick-link-list li {
  border-bottom-color: rgba(244, 198, 0, 0.24) !important;
}

footer .footer-widget .quick-link-list li a:hover,
footer .footer-widget .contact-link-list li a:hover,
footer .mmw-legal-links a:hover {
  color: #f4c600 !important;
}

footer .copyright {
  background: #07120c !important;
  border-top: 1px solid rgba(244, 198, 0, 0.22) !important;
}

footer .copyright-text p,
footer .mmw-legal-links a {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Light header, banner and counter finish */
.header-2.main-header .mainmenu-area,
.header-2 .mainmenu-area.menu-animation,
.main-header .mainmenu-area {
  background: #1a3925 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.main-header .mainmenu-area .navbar-nav .nav-link,
.main-header .mainmenu-area .navbar ul li.dropdown > a:after {
  color: #fff !important;
}

/* Header light active/hover state and home banner right-side Three.js */
.main-header.header-2 .mainmenu-area .navbar-nav > li.active > a.nav-link,
.main-header.header-2 .mainmenu-area .navbar-nav > li > a.nav-link:hover,
.main-header.header-2 .mainmenu-area .navbar-nav > li > a.nav-link:focus {
  color: #173d25 !important;
  background: #f6f8ef !important;
  box-shadow: inset 0 -3px 0 #f4c600 !important;
}

.main-header.header-2 .mainmenu-area .navbar ul li.dropdown.active > a:after,
.main-header.header-2 .mainmenu-area .navbar ul li.dropdown:hover > a:after,
.main-header.header-2 .mainmenu-area .navbar ul li.dropdown:focus-within > a:after {
  color: #173d25 !important;
}

.main-header.header-2 .navbar-nav .dropdown > .dropdown-menu li a:hover,
.main-header.header-2 .navbar-nav .dropdown > .dropdown-menu li a:focus,
.main-header.header-2 .navbar-nav .dropdown > .dropdown-menu li a.active {
  color: #173d25 !important;
  background: #fff8dd !important;
}

.mmw-home-banner .mmw-three-bg {
  position: absolute !important;
  inset: 0 0 0 48% !important;
  width: 52% !important;
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  overflow: hidden;
}

.mmw-home-banner .mmw-three-bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .mmw-home-banner .mmw-three-bg {
    inset: 52% 0 0 0 !important;
    width: 100% !important;
    height: 48% !important;
  }
}

.main-header .mainmenu-area .navbar ul li.active a,
.main-header .mainmenu-area .navbar ul li a:hover {
  color: #173d25 !important;
 
}

.main-header .navbar-nav .dropdown > .dropdown-menu {
  border: 1px solid rgba(101, 179, 46, 0.12);
}

.main-header .navbar-nav .dropdown > .dropdown-menu li a {
  color: #222 !important;
}

.main-header .navbar-nav .dropdown > .dropdown-menu li a:hover {
  color: #173d25 !important;
  background: #fff8dd !important;
}

.header-2.main-header .header-search ul li.menuleft-search {
  background: rgba(255, 255, 255, 0.08) !important;
}

.menuleft-search a i {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.mmw-products-hero {
  min-height: 360px;
  background:
    linear-gradient(
      100deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.88) 48%,
      rgba(26, 57, 37, 0.78) 48%,
      rgba(26, 57, 37, 0.62) 100%
    ),
    url("../images/banner/3.webp") center / cover no-repeat !important;
  perspective: 1200px;
}

.mmw-products-hero:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 /
      54px 54px,
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 54px
      54px,
    linear-gradient(
      100deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.24) 48%,
      rgba(244, 198, 0, 0.16) 48%,
      rgba(101, 179, 46, 0.18) 100%
    ) !important;
  opacity: 1 !important;
}

.mmw-products-hero:after {
  right: 8%;
  bottom: -92px;
  width: 300px;
  height: 300px;
  border-color: rgba(244, 198, 0, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  transform: rotateX(58deg) rotateZ(-18deg);
}

.mmw-products-hero .mmw-three-bg {
  opacity: 0.54;
}

.mmw-products-hero .mmw-three-bg:before {
  background:
    radial-gradient(
      circle at 72% 22%,
      rgba(244, 198, 0, 0.22),
      transparent 28%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0));
}

.mmw-products-hero .auto-container {
  position: relative;
  z-index: 3;
}

.mmw-products-hero .mmw-inner-banner-content > span {
  color: #111;
  background: #f4c600;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.mmw-products-hero .mmw-inner-banner-content h1 {
  color: #fff !important;
  background: linear-gradient(#f4c600, #f4c600) left bottom / 74px 3px no-repeat;
}

.mmw-products-hero .breadcrumb {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.mmw-products-hero .breadcrumb-item,
.mmw-products-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.mmw-products-hero .breadcrumb-item.active {
  color: #f4c600 !important;
}

.mmw-counter-section {
  background:
    linear-gradient(90deg, rgba(101, 179, 46, 0.055) 1px, transparent 1px) 0 0 /
      48px 48px,
    linear-gradient(rgba(101, 179, 46, 0.055) 1px, transparent 1px) 0 0 / 48px
      48px,
    linear-gradient(180deg, #ffffff 0%, #f6faf2 100%) !important;
}

.mmw-counter-intro,
.mmw-counter-section .single-counter {
  background: #fff !important;
  border: 1px solid rgba(101, 179, 46, 0.14);
  box-shadow: 0 18px 42px rgba(101, 179, 46, 0.1);
}

.mmw-counter-intro {
  border-left: 5px solid #f4c600;
}

.mmw-counter-section .single-counter {
  border-left: 5px solid #f4c600;
}

.mmw-counter-section .single-counter-icon {
  color: #111 !important;
  background: #f4c600 !important;
  box-shadow: 0 10px 22px rgba(244, 198, 0, 0.32) !important;
}

.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #fff !important;
  background: #65b32e !important;
}

.mmw-counter-section .mmw-counter-heading,
.mmw-counter-intro h2 {
  color: #65b32e !important;
}

@media only screen and (max-width: 991px) {
  .mmw-counter-section {
    background:
      linear-gradient(90deg, rgba(101, 179, 46, 0.055) 1px, transparent 1px) 0
        0 / 44px 44px,
      linear-gradient(rgba(101, 179, 46, 0.055) 1px, transparent 1px) 0 0 / 44px
        44px,
      linear-gradient(180deg, #ffffff 0%, #f6faf2 100%) !important;
  }
}

/* Counter section fresh light layout */
.mmw-counter-section {
  padding: 76px 0 !important;
  background:
    linear-gradient(
      120deg,
      rgba(244, 198, 0, 0.16) 0%,
      rgba(255, 255, 255, 0.92) 34%,
      rgba(101, 179, 46, 0.1) 100%
    ),
    #fbfcf8 !important;
}

.mmw-counter-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.mmw-counter-head .mmw-counter-intro {
  max-width: 760px;
}

.mmw-counter-intro {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mmw-counter-intro h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: #111 !important;
}

.mmw-counter-intro p {
  max-width: 680px;
  color: #526052;
}

.mmw-counter-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  color: #111;
  background: #f4c600;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(244, 198, 0, 0.28);
}

.mmw-counter-action:hover {
  color: #fff;
  background: #65b32e;
}

.mmw-counter-shell {
  display: block !important;
}

.mmw-counter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.mmw-counter-section .single-counter {
  position: relative;
  display: block !important;
  min-height: 210px !important;
  padding: 26px 24px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(101, 179, 46, 0.14) !important;
  border-bottom: 5px solid #f4c600 !important;
  border-left: 0 !important;
  box-shadow: 0 18px 42px rgba(31, 54, 34, 0.08) !important;
}

.mmw-counter-section .single-counter:after {
  position: absolute;
  right: -34px;
  top: -34px;
  width: 115px;
  height: 115px;
  content: "";
  background: rgba(244, 198, 0, 0.18);
  border-radius: 50%;
}

.mmw-counter-section .single-counter:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(31, 54, 34, 0.12) !important;
}

.mmw-counter-section .single-counter-icon {
  position: relative;
  z-index: 1;
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 24px !important;
  color: #111 !important;
  background: #f4c600 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.mmw-counter-section .single-counter-icon i {
  color: inherit !important;
  font-size: 27px;
}

.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #fff !important;
  background: #65b32e !important;
}

.mmw-counter-section .single-counter-info {
  position: relative;
  z-index: 1;
  text-align: left !important;
}

.mmw-counter-section .mmw-counter-heading {
  margin-bottom: 10px !important;
  color: #65b32e !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
}

.mmw-counter-section .single-counter h5 {
  color: #1f2a1f !important;
  font-size: 12px !important;
}

@media only screen and (max-width: 991px) {
  .mmw-counter-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mmw-counter-head .mmw-counter-intro,
  .mmw-counter-intro h2,
  .mmw-counter-intro p {
    max-width: none;
  }

  .mmw-counter-head .mmw-section-kicker,
  .mmw-counter-action {
    justify-self: center;
  }

  .mmw-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-counter-section {
    padding: 58px 0 !important;
  }

  .mmw-counter-grid {
    grid-template-columns: 1fr !important;
  }

  .mmw-counter-section .single-counter {
    min-height: 180px !important;
  }
}

/* Counter and products visual refresh */
.mmw-counter-section {
  padding: 82px 0 !important;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(244, 198, 0, 0.22),
      transparent 30%
    ),
    linear-gradient(135deg, #f8fbf3 0%, #ffffff 46%, #eef7ea 100%) !important;
}

.mmw-counter-head {
  margin-bottom: 34px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(101, 179, 46, 0.12);
  border-left: 6px solid #65b32e;
  box-shadow: 0 20px 50px rgba(26, 57, 37, 0.08);
}

.mmw-counter-intro h2 {
  color: #1a3925 !important;
}

.mmw-counter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  background: #1a3925;
  box-shadow: 0 24px 60px rgba(26, 57, 37, 0.18);
}

.mmw-counter-section .single-counter {
  min-height: 230px !important;
  padding: 30px 24px !important;
  color: #fff;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.mmw-counter-section .single-counter:last-child {
  border-right: 0 !important;
}

.mmw-counter-section .single-counter:after {
  right: 16px;
  top: 16px;
  width: 84px;
  height: 84px;
  background: rgba(244, 198, 0, 0.13);
}

.mmw-counter-section .single-counter:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  transform: translateY(0);
}

.mmw-counter-section .single-counter-icon {
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 30px !important;
  color: #1a3925 !important;
  background: #f4c600 !important;
}

.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #1a3925 !important;
  background: #fff !important;
}

.mmw-counter-section .mmw-counter-heading {
  color: #fff !important;
  font-size: clamp(38px, 4vw, 58px) !important;
}

.mmw-counter-section .single-counter h5 {
  color: rgba(255, 255, 255, 0.76) !important;
}

.mmw-counter-action {
  background: #1a3925;
  color: #fff;
  box-shadow: none;
}

.mmw-counter-action:hover {
  color: #1a3925;
  background: #f4c600;
}

.mmw-products-simple-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.mmw-products-simple-list > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
}

.mmw-products-simple-card {
  position: relative;
  border: 0;
  border-bottom: 4px solid #f4c600;
  box-shadow: 0 18px 42px rgba(26, 57, 37, 0.1);
}

.mmw-products-simple-card:before {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  width: 38px;
  height: 4px;
  content: "";
  background: #f4c600;
}

.mmw-products-simple-image {
  height: 230px;
  background: #eef4ec;
}

.mmw-products-simple-body {
  padding: 22px 20px 24px;
}

.mmw-products-simple-body span {
  color: #1a3925;
  background: #f4c600;
}

.mmw-products-simple-body h3 {
  min-height: 76px;
  color: #1a3925;
  font-size: 18px;
}

.mmw-products-simple-body a {
  padding: 10px 13px;
  color: #fff;
  background: #1a3925;
  font-size: 12px;
}

.mmw-products-simple-body a:hover {
  color: #1a3925;
  background: #f4c600;
}

.mmw-products-simple-filter li.active,
.mmw-products-simple-filter li:hover {
  color: #fff;
  background: #1a3925;
  border-color: #1a3925;
}

@media only screen and (max-width: 1199px) {
  .mmw-products-simple-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .mmw-counter-grid,
  .mmw-products-simple-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mmw-counter-section .single-counter:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-counter-head {
    padding: 24px 20px;
  }

  .mmw-counter-grid,
  .mmw-products-simple-list {
    grid-template-columns: 1fr !important;
  }

  .mmw-counter-section .single-counter {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .mmw-products-simple-body h3 {
    min-height: 0;
  }
}

/* Consolidated home section refresh: footer, counter, industries, global reach */
footer .footer-top {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%) 0
      0 / 34px 34px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%) 0
      0 / 34px 34px,
    radial-gradient(
      circle at 82% 12%,
      rgba(244, 198, 0, 0.24),
      transparent 30%
    ),
    linear-gradient(120deg, #1a3925 0%, #102417 58%, #050b07 100%) !important;
  box-shadow:
    inset 0 34px 80px rgba(255, 255, 255, 0.04),
    inset 0 -38px 70px rgba(0, 0, 0, 0.28);
}

footer .footer-top:after {
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(255, 255, 255, 0.06) 48%,
      transparent 49%
    ),
    linear-gradient(rgba(244, 198, 0, 0.09), rgba(244, 198, 0, 0));
}

.mmw-counter-section {
  padding: 84px 0 !important;
  background:
    linear-gradient(135deg, rgba(244, 198, 0, 0.14), transparent 36%),
    linear-gradient(180deg, #fbfdf8 0%, #eef7ea 100%) !important;
}

.mmw-counter-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mmw-counter-intro h2 {
  color: #1a3925 !important;
}

.mmw-counter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  background: transparent;
  box-shadow: none;
}

.mmw-counter-section .single-counter {
  min-height: 215px !important;
  padding: 28px 24px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 255, 255, 0.9)
    ),
    linear-gradient(135deg, #f4c600, #65b32e) !important;
  border: 1px solid rgba(26, 57, 37, 0.1) !important;
  border-bottom: 5px solid #65b32e !important;
  box-shadow: 0 18px 42px rgba(26, 57, 37, 0.09) !important;
}

.mmw-counter-section .single-counter:after {
  right: 18px;
  top: 18px;
  width: 80px;
  height: 80px;
  background: rgba(244, 198, 0, 0.2);
}

.mmw-counter-section .single-counter-icon {
  color: #1a3925 !important;
  background: #f4c600 !important;
  border-radius: 18px !important;
}

.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #fff !important;
  background: #1a3925 !important;
}

.mmw-counter-section .mmw-counter-heading {
  color: #1a3925 !important;
}

.mmw-counter-section .single-counter h5 {
  color: #5d6a5e !important;
}

.mmw-industries {
  background:
    linear-gradient(90deg, rgba(26, 57, 37, 0.045) 1px, transparent 1px) 0 0 /
      44px 44px,
    linear-gradient(rgba(26, 57, 37, 0.045) 1px, transparent 1px) 0 0 / 44px
      44px,
    #f8fbf4;
}

.mmw-industries h2 {
  color: #1a3925;
}

.mmw-industry-modern {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mmw-industry-modern article {
  min-height: 270px;
  padding: 30px 24px;
  background: #fff;
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-top: 5px solid #f4c600;
  box-shadow: 0 18px 42px rgba(26, 57, 37, 0.08);
}

.mmw-industry-modern article:nth-child(4n + 2),
.mmw-industry-modern article:nth-child(4n + 4) {
  border-top-color: #65b32e;
}

.mmw-industry-modern article:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(26, 57, 37, 0.13);
}

.mmw-industry-modern article i {
  width: 62px;
  height: 62px;
  color: #1a3925;
  background: #f4c600;
  border-radius: 18px;
}

.mmw-industry-modern article span {
  color: rgba(26, 57, 37, 0.08);
  font-size: 52px;
}

.mmw-industry-modern h3 {
  color: #1a3925;
}

.mmw-orbit-reach {
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 198, 0, 0.2), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f2f8ee 100%) !important;
}

.mmw-orbit-reach .mmw-three-bg {
  display: none !important;
}

.mmw-orbit-visual {
  display: grid;
  width: 100%;
  max-width: none;
  aspect-ratio: auto;
  min-height: 420px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.mmw-orbit-ring {
  display: none;
}

.mmw-orbit-core,
.mmw-orbit-track,
.mmw-orbit-track span {
  position: static;
  transform: none !important;
  animation: none !important;
}

.mmw-orbit-core {
  grid-column: 1 / -1;
  width: auto;
  min-height: 160px;
  border-radius: 0;
  border: 1px solid rgba(26, 57, 37, 0.12);
  box-shadow: 0 18px 42px rgba(26, 57, 37, 0.09);
}

.mmw-orbit-track {
  display: flex;
  align-items: stretch;
  width: auto;
  height: auto;
}

.mmw-orbit-track span {
  display: flex;
  width: 100%;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #1a3925;
  background: #fff;
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-left: 5px solid #f4c600;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(26, 57, 37, 0.08);
  font-size: 13px;
}

.mmw-orbit-track-four span,
.mmw-orbit-track-six span {
  color: #fff;
  background: #1a3925;
  border-left-color: #65b32e;
}

.mmw-reach-points li {
  background: #fff;
  border-left-color: #f4c600;
}

@media only screen and (max-width: 1199px) {
  .mmw-industry-modern,
  .mmw-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-counter-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mmw-counter-action,
  .mmw-counter-head .mmw-section-kicker {
    justify-self: center;
  }

  .mmw-orbit-visual {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-industry-modern,
  .mmw-counter-grid,
  .mmw-orbit-visual {
    grid-template-columns: 1fr !important;
  }

  .mmw-counter-section .single-counter,
  .mmw-industry-modern article {
    min-height: auto !important;
  }
}

/* Shared 3D page banners and animated footer */
.mmw-inner-banner,
.mmw-products-hero,
.mmw-about-banner,
.mmw-contact-banner {
  min-height: 360px;
  perspective: 1200px;
  background:
    linear-gradient(
      103deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.88) 46%,
      rgba(26, 57, 37, 0.88) 46%,
      rgba(26, 57, 37, 0.7) 100%
    ),
    url("../images/mohindra_machine_workers_banner.webp") center / cover
      no-repeat !important;
}

.mmw-products-hero {
  background:
    linear-gradient(
      103deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.88) 46%,
      rgba(26, 57, 37, 0.86) 46%,
      rgba(26, 57, 37, 0.68) 100%
    ),
    url("../images/banner/3.webp") center / cover no-repeat !important;
}

.mmw-inner-banner:before,
.mmw-products-hero:before,
.mmw-about-banner:before,
.mmw-contact-banner:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 /
      54px 54px,
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 54px
      54px,
    linear-gradient(
      103deg,
      rgba(0, 0, 0, 0.26) 0%,
      rgba(0, 0, 0, 0.12) 46%,
      rgba(244, 198, 0, 0.13) 46%,
      rgba(101, 179, 46, 0.16) 100%
    ) !important;
  opacity: 1 !important;
}

.mmw-inner-banner:after,
.mmw-products-hero:after,
.mmw-about-banner:after,
.mmw-contact-banner:after {
  right: clamp(24px, 8vw, 118px);
  bottom: -100px;
  width: 310px;
  height: 310px;
  border: 38px solid rgba(244, 198, 0, 0.34);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.36);
  transform: rotateX(60deg) rotateZ(-18deg);
}

.mmw-inner-banner .mmw-three-bg,
.mmw-products-hero .mmw-three-bg,
.mmw-about-banner .mmw-three-bg,
.mmw-contact-banner .mmw-three-bg {
  display: none !important;
}

.mmw-inner-banner-content > span {
  color: #111 !important;
  background: #f4c600 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.mmw-inner-banner-content h1 {
  color: #fff !important;
  background: linear-gradient(#f4c600, #f4c600) left bottom / 74px 3px no-repeat !important;
}

.mmw-inner-banner .breadcrumb {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.mmw-inner-banner .breadcrumb-item,
.mmw-inner-banner .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.mmw-inner-banner .breadcrumb-item.active {
  color: #f4c600 !important;
}

footer .footer-top {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065) 25%, transparent 25%) 0
      0 / 38px 38px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%) 0
      0 / 38px 38px,
    radial-gradient(
      circle at 82% 12%,
      rgba(244, 198, 0, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 14% 88%,
      rgba(101, 179, 46, 0.22),
      transparent 26%
    ),
    linear-gradient(120deg, #1a3925 0%, #102417 58%, #050b07 100%) !important;
  background-size:
    38px 38px,
    38px 38px,
    100% 100%,
    100% 100%,
    100% 100%;
  animation: mmw-footer-depth 16s linear infinite;
  box-shadow:
    inset 0 34px 80px rgba(255, 255, 255, 0.04),
    inset 0 -38px 70px rgba(0, 0, 0, 0.3);
}

footer .footer-top:after {
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(255, 255, 255, 0.07) 48%,
      transparent 49%
    ),
    linear-gradient(rgba(244, 198, 0, 0.1), rgba(244, 198, 0, 0));
  animation: mmw-footer-sheen 7s ease-in-out infinite alternate;
}

@keyframes mmw-footer-depth {
  0% {
    background-position:
      0 0,
      0 0,
      center,
      center,
      center;
  }

  100% {
    background-position:
      76px 38px,
      -76px -38px,
      center,
      center,
      center;
  }
}

@keyframes mmw-footer-sheen {
  from {
    opacity: 0.45;
    transform: translateX(-2%);
  }

  to {
    opacity: 0.9;
    transform: translateX(2%);
  }
}

@media only screen and (max-width: 575px) {
  .mmw-inner-banner,
  .mmw-products-hero,
  .mmw-about-banner,
  .mmw-contact-banner {
    min-height: 285px;
  }

  .mmw-inner-banner:after,
  .mmw-products-hero:after,
  .mmw-about-banner:after,
  .mmw-contact-banner:after {
    width: 210px;
    height: 210px;
    bottom: -78px;
  }
}

/* Banner and counter alternate finish */
.mmw-inner-banner,
.mmw-products-hero,
.mmw-about-banner,
.mmw-contact-banner {
  min-height: 350px;
  background:
    linear-gradient(
      115deg,
      rgba(26, 57, 37, 0.9) 0%,
      rgba(26, 57, 37, 0.78) 42%,
      rgba(255, 255, 255, 0.16) 42%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    url("../images/mohindra_machine_workers_banner.webp") center / cover
      no-repeat !important;
}

.mmw-products-hero {
  background:
    linear-gradient(
      115deg,
      rgba(26, 57, 37, 0.9) 0%,
      rgba(26, 57, 37, 0.78) 42%,
      rgba(255, 255, 255, 0.16) 42%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    url("../images/banner/3.webp") center / cover no-repeat !important;
}

.mmw-inner-banner:before,
.mmw-products-hero:before,
.mmw-about-banner:before,
.mmw-contact-banner:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 /
      46px 46px,
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 46px
      46px,
    linear-gradient(
      115deg,
      rgba(0, 0, 0, 0.1),
      rgba(244, 198, 0, 0.22),
      rgba(101, 179, 46, 0.16)
    ) !important;
  animation: mmw-banner-flow 8s ease-in-out infinite alternate;
}

.mmw-inner-banner:after,
.mmw-products-hero:after,
.mmw-about-banner:after,
.mmw-contact-banner:after {
  right: clamp(18px, 7vw, 110px);
  bottom: -64px;
  width: 230px;
  height: 230px;
  border: 26px solid rgba(244, 198, 0, 0.34);
  border-radius: 50%;
  box-shadow: none;
  transform: none;
  animation: mmw-banner-ring 5.5s ease-in-out infinite alternate;
}

.mmw-inner-banner-content {
  animation: mmw-banner-content 700ms ease both;
}

@keyframes mmw-banner-flow {
  from {
    background-position:
      0 0,
      0 0,
      center;
    opacity: 0.86;
  }

  to {
    background-position:
      46px 23px,
      -46px -23px,
      center;
    opacity: 1;
  }
}

@keyframes mmw-banner-ring {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-12px) scale(1.05);
  }
}

@keyframes mmw-banner-content {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mmw-counter-section {
  padding: 82px 0 !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 198, 0, 0.2), transparent 28%),
    radial-gradient(
      circle at 88% 82%,
      rgba(101, 179, 46, 0.16),
      transparent 30%
    ),
    #f8fbf4 !important;
}

.mmw-counter-head {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.mmw-counter-head .mmw-section-kicker,
.mmw-counter-action {
  justify-self: center;
}

.mmw-counter-action {
  display: none;
}

.mmw-counter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  background: transparent;
  box-shadow: none;
}

.mmw-counter-section .single-counter {
  min-height: 235px !important;
  padding: 30px 24px 26px !important;
  text-align: center;
  background: #fff !important;
  border: 1px solid rgba(26, 57, 37, 0.12) !important;
  border-radius: 0;
  border-top: 5px solid #f4c600 !important;
  box-shadow: 0 18px 42px rgba(26, 57, 37, 0.09) !important;
}

.mmw-counter-section .single-counter:after {
  left: 50%;
  right: auto;
  top: 22px;
  width: 92px;
  height: 92px;
  background: rgba(244, 198, 0, 0.16);
  transform: translateX(-50%);
}

.mmw-counter-section .single-counter-icon {
  position: relative;
  z-index: 2;
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 24px !important;
  color: #fff !important;
  background: #1a3925 !important;
  border: 6px solid #f4c600 !important;
  border-radius: 50% !important;
}

.mmw-counter-section .single-counter:hover .single-counter-icon {
  color: #1a3925 !important;
  background: #f4c600 !important;
}

.mmw-counter-section .single-counter-info {
  text-align: center !important;
}

.mmw-counter-section .mmw-counter-heading {
  color: #1a3925 !important;
  font-size: clamp(36px, 4vw, 56px) !important;
}

.mmw-counter-section .single-counter h5 {
  color: #59665b !important;
}

@media only screen and (max-width: 991px) {
  .mmw-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-counter-grid {
    grid-template-columns: 1fr !important;
  }

  .mmw-inner-banner,
  .mmw-products-hero,
  .mmw-about-banner,
  .mmw-contact-banner {
    min-height: 285px;
  }
}

/* About company spotlight layout */
.mmw-about-company-spotlight {
  background:
    linear-gradient(90deg, rgba(26, 57, 37, 0.04) 1px, transparent 1px) 0 0 /
      46px 46px,
    linear-gradient(rgba(26, 57, 37, 0.04) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(135deg, #ffffff 0%, #f6faf2 100%);
}

.mmw-about-company-spotlight .mmw-about-v2-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 42px;
  align-items: stretch;
}

.mmw-about-company-spotlight .mmw-about-v2-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 38px;
  background: #fff;
  border: 1px solid rgba(26, 57, 37, 0.12);
  border-left: 6px solid #f4c600;
  box-shadow: 0 22px 54px rgba(26, 57, 37, 0.08);
}

.mmw-about-company-spotlight .mmw-about-v2-copy h2 {
  margin: 0 0 18px;
  color: #1a3925;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
}

.mmw-about-company-spotlight .mmw-about-v2-copy p {
  color: #526052;
}

.mmw-about-v2-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
}

.mmw-about-v2-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #1a3925;
  font-weight: 700;
  line-height: 1.55;
}

.mmw-about-v2-points i {
  margin-top: 4px;
  color: #65b32e;
}

.mmw-about-company-spotlight .mmw-about-v2-stats {
  margin-top: 28px;
}

.mmw-about-company-spotlight .mmw-about-v2-stats div {
  background: #f8fbf4;
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-top: 4px solid #f4c600;
}

.mmw-about-company-spotlight .mmw-about-v2-visual {
  display: flex;
  align-items: stretch;
}

.mmw-about-company-spotlight .mmw-about-v2-collage {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 230px 170px 190px;
  gap: 14px;
  padding: 14px;
  background: #1a3925;
  border: 0;
  box-shadow: 0 28px 70px rgba(26, 57, 37, 0.18);
}

.mmw-about-company-spotlight .mmw-about-v2-collage:before {
  display: none;
}

.mmw-about-company-spotlight .mmw-about-v2-photo {
  border: 6px solid rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.mmw-about-company-spotlight .mmw-about-v2-photo-main {
  grid-row: 1 / 4;
}

.mmw-about-company-spotlight .mmw-about-v2-photo img {
  filter: saturate(1.05) contrast(1.03);
}

.mmw-about-company-spotlight .mmw-about-v2-badge {
  left: 28px;
  bottom: 28px;
  background: rgba(26, 57, 37, 0.95);
  border-left-color: #f4c600;
}

@media only screen and (max-width: 991px) {
  .mmw-about-company-spotlight .mmw-about-v2-grid {
    grid-template-columns: 1fr;
  }

  .mmw-about-company-spotlight .mmw-about-v2-copy,
  .mmw-about-company-spotlight .mmw-about-v2-visual {
    grid-column: auto;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-about-company-spotlight .mmw-about-v2-copy {
    padding: 28px 22px;
  }

  .mmw-about-company-spotlight .mmw-about-v2-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 210px);
    gap: 10px;
  }

  .mmw-about-company-spotlight .mmw-about-v2-photo-main,
  .mmw-about-company-spotlight .mmw-about-v2-photo-top,
  .mmw-about-company-spotlight .mmw-about-v2-photo-mid,
  .mmw-about-company-spotlight .mmw-about-v2-photo-bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .mmw-about-company-spotlight .mmw-about-v2-badge {
    position: static;
    max-width: none;
    margin-top: 0;
  }
}

/* About company clean split layout */
.mmw-about-company-clean {
  background: #f7faf5;
}

.mmw-about-company-clean:before,
.mmw-about-company-clean:after {
  display: none;
}

.mmw-about-company-clean .mmw-about-v2-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.mmw-about-company-clean .mmw-about-v2-copy {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mmw-about-company-clean .mmw-about-v2-copy h2 {
  margin: 0 0 18px;
  color: #1a3925;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}

.mmw-about-company-clean .mmw-about-v2-copy p {
  max-width: 690px;
  color: #4f5d52;
}

.mmw-about-company-clean .mmw-about-v2-stats {
  max-width: 680px;
  margin-top: 28px;
}

.mmw-about-company-clean .mmw-about-v2-stats div {
  background: #fff;
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-left: 4px solid #f4c600;
  border-top: 0;
  box-shadow: 0 12px 28px rgba(26, 57, 37, 0.07);
}

.mmw-about-company-clean .mmw-about-v2-visual {
  min-width: 0;
}

.mmw-about-clean-media {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 12px solid #fff;
  box-shadow: 0 22px 54px rgba(26, 57, 37, 0.13);
}

.mmw-about-clean-media img {
  display: block;
  width: 100%;
  height: min(560px, 48vw);
  min-height: 390px;
  object-fit: cover;
}

.mmw-about-clean-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  background: rgba(26, 57, 37, 0.94);
  border-left: 5px solid #f4c600;
}

.mmw-about-clean-card strong,
.mmw-about-clean-card span {
  display: block;
}

.mmw-about-clean-card strong {
  color: #f4c600;
  font-weight: 900;
  text-transform: uppercase;
}

.mmw-about-clean-card span {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .mmw-about-company-clean .mmw-about-v2-grid {
    grid-template-columns: 1fr;
  }

  .mmw-about-company-clean .mmw-about-v2-copy,
  .mmw-about-company-clean .mmw-about-v2-visual {
    grid-column: auto;
  }

  .mmw-about-clean-media img {
    height: 430px;
    min-height: 430px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-about-company-clean .mmw-about-v2-stats {
    grid-template-columns: 1fr;
  }

  .mmw-about-clean-media {
    border-width: 8px;
  }

  .mmw-about-clean-media img {
    height: 300px;
    min-height: 300px;
  }

  .mmw-about-clean-card {
    position: static;
  }
}

/* Footer two-tone animated finish */
footer .footer-top {
  background:
    linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.07) 0 12%,
        transparent 12% 100%
      )
      0 0 / 58px 58px,
    radial-gradient(
      circle at 80% 16%,
      rgba(244, 198, 0, 0.28),
      transparent 30%
    ),
    linear-gradient(
      112deg,
      #08120c 0%,
      #1a3925 54%,
      #f4c600 54%,
      #f4c600 100%
    ) !important;
  animation: mmw-footer-two-tone 14s ease-in-out infinite alternate;
  box-shadow:
    inset 0 40px 90px rgba(255, 255, 255, 0.045),
    inset 0 -45px 85px rgba(0, 0, 0, 0.32);
}

footer .footer-top:after {
  background:
    linear-gradient(
      100deg,
      transparent 0%,
      rgba(255, 255, 255, 0.14) 46%,
      transparent 58%
    ),
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  animation: mmw-footer-light-sweep 6s ease-in-out infinite alternate;
}

@keyframes mmw-footer-two-tone {
  from {
    background-position:
      0 0,
      center,
      center;
  }

  to {
    background-position:
      58px 29px,
      center,
      center;
  }
}

@keyframes mmw-footer-light-sweep {
  from {
    opacity: 0.35;
    transform: translateX(-4%);
  }

  to {
    opacity: 0.85;
    transform: translateX(4%);
  }
}

/* Footer soft light palette */
footer .footer-top {
  background:
    linear-gradient(
        120deg,
        rgba(101, 179, 46, 0.08) 0 12%,
        transparent 12% 100%
      )
      0 0 / 58px 58px,
    radial-gradient(
      circle at 82% 16%,
      rgba(101, 179, 46, 0.16),
      transparent 30%
    ),
    linear-gradient(112deg, #f7faf5 0%, #eef6ea 58%, #e5efdf 100%) !important;
  animation: mmw-footer-two-tone 16s ease-in-out infinite alternate;
  box-shadow: inset 0 24px 60px rgba(255, 255, 255, 0.5);
}

footer .footer-top:after {
  background:
    linear-gradient(
      100deg,
      transparent 0%,
      rgba(255, 255, 255, 0.42) 46%,
      transparent 58%
    ),
    linear-gradient(rgba(101, 179, 46, 0.05), rgba(101, 179, 46, 0));
}

footer .footer-section-title h5,
footer .widget-title,
footer .mmw-map-box h5 {
  color: #1a3925 !important;
}

footer .footer-widget .about p,
footer .footer-widget .quick-link-list li,
footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li,
footer .footer-widget .contact-link-list li a {
  color: #435044 !important;
}

footer .footer-section-title:after,
footer .footer-section-title span.line:before {
  background: #65b32e !important;
}

footer .footer-widget .quick-link-list li {
  border-bottom-color: rgba(26, 57, 37, 0.1) !important;
}

footer .footer-widget .quick-link-list li a:hover,
footer .footer-widget .contact-link-list li a:hover,
footer .mmw-legal-links a:hover {
  color: #65b32e !important;
}

footer .copyright {
  background: #dde9d7 !important;
  border-top: 1px solid rgba(26, 57, 37, 0.1) !important;
}

footer .copyright-text p,
footer .mmw-legal-links a {
  color: #435044 !important;
}

/* Footer half white half black */
footer .footer-top {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 50%,
    #111111 50%,
    #111111 100%
  ) !important;
  animation: none !important;
  box-shadow: inset 0 20px 50px rgba(0, 0, 0, 0.06);
}

footer .footer-top:after {
  background:
    linear-gradient(90deg, rgba(26, 57, 37, 0.045) 1px, transparent 1px) 0 0 /
      42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px) 50% 0 /
      42px 42px;
  animation: none !important;
}

footer .footer-widget:nth-child(-n + 3) .footer-section-title h5,
footer .footer-widget:nth-child(-n + 3) .widget-title {
  color: #1a3925 !important;
}

footer .footer-widget:nth-child(-n + 3) .about p,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li a,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li a {
  color: #2f3c32 !important;
}

footer .footer-widget:nth-child(n + 4) .footer-section-title h5,
footer .footer-widget:nth-child(n + 4) .widget-title,
footer .footer-widget:nth-child(n + 4) .about p,
footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li a,
footer .footer-widget:nth-child(n + 4) .contact-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li a {
  color: rgba(255, 255, 255, 0.9) !important;
}

footer .footer-widget:nth-child(-n + 3) .quick-link-list li {
  border-bottom-color: rgba(26, 57, 37, 0.12) !important;
}

footer .footer-widget:nth-child(n + 4) .quick-link-list li {
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}

footer .mmw-map-box {
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  border: 1px solid rgba(26, 57, 37, 0.1);
}

footer .mmw-map-box h5 {
  color: #1a3925 !important;
}

footer .copyright {
  background: #111 !important;
}

footer .copyright-text p,
footer .mmw-legal-links a {
  color: rgba(255, 255, 255, 0.86) !important;
}

@media only screen and (max-width: 991px) {
  footer .footer-top {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 50%,
      #111111 50%,
      #111111 100%
    ) !important;
  }

  footer .footer-widget:nth-child(-n + 3),
  footer .footer-widget:nth-child(n + 4) {
    color: inherit;
  }
}

footer .footer-top {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 48%,
      transparent 48%
    ),
    radial-gradient(
      circle at 18% 12%,
      rgba(101, 179, 46, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 20%,
      rgba(255, 255, 255, 0.1),
      transparent 26%
    ),
    linear-gradient(125deg, #f8fbf6 0%, #f8fbf6 48%, #101510 48%, #1a3925 100%) !important;
  animation: mmw-footer-panel-shift 18s ease-in-out infinite alternate !important;
  box-shadow:
    inset 0 40px 80px rgba(255, 255, 255, 0.2),
    inset 0 -55px 90px rgba(0, 0, 0, 0.18);
}

footer .footer-top:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(26, 57, 37, 0.055) 1px, transparent 1px) 0 0 /
      52px 52px,
    linear-gradient(rgba(26, 57, 37, 0.045) 1px, transparent 1px) 0 0 / 52px
      52px;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.35) 100%
  );
  animation: mmw-footer-grid-drift 22s linear infinite;
}

footer .footer-top:after {
  background:
    linear-gradient(
      105deg,
      transparent 0%,
      rgba(255, 255, 255, 0.22) 46%,
      transparent 58%
    ),
    radial-gradient(
      circle at 70% 72%,
      rgba(101, 179, 46, 0.14),
      transparent 30%
    ) !important;
  animation: mmw-footer-light-sweep 7s ease-in-out infinite alternate !important;
}

footer .footer-top .auto-container {
  position: relative;
  z-index: 1;
}

footer .footer-widget {
  margin-bottom: 24px;
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 57, 37, 0.08);
  box-shadow: 0 16px 40px rgba(26, 57, 37, 0.07);
  backdrop-filter: blur(8px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

footer .footer-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(26, 57, 37, 0.12);
}

footer .footer-section-title h5,
footer .widget-title,
footer .footer-widget:nth-child(-n + 3) .footer-section-title h5,
footer .footer-widget:nth-child(-n + 3) .widget-title,
footer .footer-widget:nth-child(n + 4) .footer-section-title h5,
footer .footer-widget:nth-child(n + 4) .widget-title {
  color: #1a3925 !important;
}

footer .footer-widget .about p,
footer .footer-widget .quick-link-list li,
footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li,
footer .footer-widget .contact-link-list li a,
footer .footer-widget:nth-child(-n + 3) .about p,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li a,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li a,
footer .footer-widget:nth-child(n + 4) .about p,
footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li a,
footer .footer-widget:nth-child(n + 4) .contact-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li a {
  color: #344438 !important;
}

footer .footer-widget .quick-link-list li,
footer .footer-widget .contact-link-list li,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li {
  border-bottom-color: rgba(26, 57, 37, 0.1) !important;
}

footer .footer-widget .quick-link-list li a:hover,
footer .footer-widget .contact-link-list li a:hover {
  color: #65b32e !important;
  padding-left: 4px;
}

footer .mmw-map-box {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(26, 57, 37, 0.12) !important;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

footer .mmw-map-box h5 {
  color: #1a3925 !important;
}

footer .mmw-map-box iframe {
  border-radius: 8px;
  filter: saturate(0.92) contrast(0.96);
}

footer .copyright {
  background: #0f1510 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

footer .copyright-text p,
footer .mmw-legal-links a {
  color: rgba(255, 255, 255, 0.88) !important;
}

@keyframes mmw-footer-panel-shift {
  from {
    background-position:
      0 0,
      0 0,
      0 0,
      center;
  }

  to {
    background-position:
      0 0,
      30px -18px,
      -24px 22px,
      center;
  }
}

@keyframes mmw-footer-grid-drift {
  from {
    background-position:
      0 0,
      0 0;
  }

  to {
    background-position:
      52px 52px,
      52px 52px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-top {
    background:
      radial-gradient(
        circle at 15% 10%,
        rgba(101, 179, 46, 0.12),
        transparent 28%
      ),
      linear-gradient(
        180deg,
        #f8fbf6 0%,
        #f8fbf6 52%,
        #101510 52%,
        #1a3925 100%
      ) !important;
  }

  footer .footer-widget {
    background: rgba(255, 255, 255, 0.9);
  }
}

/* Footer light green layout update */
footer .footer-top {
  background:
    linear-gradient(120deg, rgba(26, 57, 37, 0.06) 0 12%, transparent 12% 100%)
      0 0 / 64px 64px,
    radial-gradient(
      circle at 16% 18%,
      rgba(244, 198, 0, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 86% 26%,
      rgba(101, 179, 46, 0.2),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #eaf6e5 0%,
      #d8edcf 46%,
      #1a3925 46%,
      #101810 100%
    ) !important;
  animation: mmw-footer-green-flow 18s ease-in-out infinite alternate !important;
  padding-top: 72px;
}

footer .footer-top:before {
  background:
    linear-gradient(90deg, rgba(26, 57, 37, 0.07) 1px, transparent 1px) 0 0 /
      58px 58px,
    linear-gradient(rgba(26, 57, 37, 0.055) 1px, transparent 1px) 0 0 / 58px
      58px;
  animation: mmw-footer-grid-drift 24s linear infinite;
}

footer .footer-top:after {
  background:
    linear-gradient(
      105deg,
      transparent 0%,
      rgba(255, 255, 255, 0.18) 44%,
      transparent 58%
    ),
    radial-gradient(circle at 76% 72%, rgba(244, 198, 0, 0.18), transparent 28%) !important;
}

footer .footer-top .row {
  align-items: stretch;
}

footer .footer-widget {
  height: calc(100% - 24px);
  padding: 0 18px 22px;
  background: transparent !important;
  border: 0;
  border-left: 3px solid rgba(101, 179, 46, 0.55);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

footer .footer-widget:hover {
  box-shadow: none;
  transform: translateY(-3px);
}

footer .footer-section-title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26, 57, 37, 0.16);
}

footer .footer-section-title:after,
footer .footer-section-title span.line:before {
  background: #65b32e !important;
}

footer .footer-section-title h5,
footer .widget-title,
footer .footer-widget:nth-child(-n + 3) .footer-section-title h5,
footer .footer-widget:nth-child(-n + 3) .widget-title,
footer .footer-widget:nth-child(n + 4) .footer-section-title h5,
footer .footer-widget:nth-child(n + 4) .widget-title {
  color: #13291b !important;
  font-size: 18px;
  letter-spacing: 0;
}

footer .footer-widget:nth-child(n + 4) {
  border-left-color: rgba(244, 198, 0, 0.48);
}

footer .footer-widget:nth-child(n + 4) .footer-section-title {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

footer .footer-widget:nth-child(n + 4) .footer-section-title h5,
footer .footer-widget:nth-child(n + 4) .widget-title,
footer .footer-widget:nth-child(n + 4) .about p,
footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li a,
footer .footer-widget:nth-child(n + 4) .contact-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li a {
  color: rgba(255, 255, 255, 0.9) !important;
}

footer .footer-widget .quick-link-list li,
footer .footer-widget .contact-link-list li {
  padding: 8px 0;
}

footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li {
  border-bottom-color: rgba(26, 57, 37, 0.13) !important;
}

footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

footer .mmw-map-box {
  margin-top: 26px;
  background: linear-gradient(
    135deg,
    rgba(232, 247, 225, 0.94),
    rgba(255, 255, 255, 0.86)
  ) !important;
  border: 1px solid rgba(101, 179, 46, 0.22) !important;
  box-shadow: 0 24px 58px rgba(26, 57, 37, 0.16);
}

@keyframes mmw-footer-green-flow {
  from {
    background-position:
      0 0,
      0 0,
      0 0,
      center;
  }

  to {
    background-position:
      64px 32px,
      22px -18px,
      -26px 20px,
      center;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-top {
    background:
      linear-gradient(
          120deg,
          rgba(26, 57, 37, 0.06) 0 12%,
          transparent 12% 100%
        )
        0 0 / 64px 64px,
      radial-gradient(
        circle at 15% 12%,
        rgba(244, 198, 0, 0.16),
        transparent 26%
      ),
      linear-gradient(
        180deg,
        #eaf6e5 0%,
        #d8edcf 52%,
        #1a3925 52%,
        #101810 100%
      ) !important;
  }

  footer .footer-widget {
    height: auto;
    padding: 0 14px 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top {
    background:
      linear-gradient(
          120deg,
          rgba(26, 57, 37, 0.06) 0 12%,
          transparent 12% 100%
        )
        0 0 / 58px 58px,
      linear-gradient(
        180deg,
        #eaf6e5 0%,
        #d8edcf 58%,
        #1a3925 58%,
        #101810 100%
      ) !important;
  }

  footer .footer-widget {
    border-left-width: 2px;
  }
}

/* Footer no-left-border layout */
footer .footer-widget {
  position: relative;
  min-height: 100%;
  padding: 26px 20px 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.32),
    rgba(255, 255, 255, 0.08)
  ) !important;
  border: 1px solid rgba(26, 57, 37, 0.1) !important;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(26, 57, 37, 0.08);
  overflow: hidden;
}

footer .footer-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #65b32e, #f4c600, #65b32e);
  background-size: 200% 100%;
  animation: mmw-footer-accent-slide 4s linear infinite;
}

footer .footer-widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(26, 57, 37, 0.13);
}

footer .footer-widget:nth-child(n + 4) {
  border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  ) !important;
}

footer .footer-section-title {
  border-bottom: 0;
  padding-bottom: 0;
}

footer .footer-section-title h5,
footer .widget-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

footer .footer-section-title h5:after,
footer .widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  content: "";
  background: #65b32e;
  border-radius: 4px;
}

footer .quick-link-list li,
footer .contact-link-list li {
  border-bottom-style: dashed !important;
}

@keyframes mmw-footer-accent-slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 200% 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-widget,
  footer .footer-widget:nth-child(n + 4) {
    border: 1px solid rgba(26, 57, 37, 0.12) !important;
  }
}

/* Footer final clean dark grid */
footer .footer-top {
  position: relative;
  overflow: hidden;
  padding: 78px 0 42px;
  background:
    radial-gradient(
      circle at 12% 14%,
      rgba(101, 179, 46, 0.34),
      transparent 25%
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(244, 198, 0, 0.16),
      transparent 24%
    ),
    linear-gradient(135deg, #0b130d 0%, #1a3925 55%, #102216 100%) !important;
  animation: mmw-footer-ambient 16s ease-in-out infinite alternate !important;
  box-shadow: inset 0 50px 100px rgba(255, 255, 255, 0.04);
}

footer .footer-top:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.07) 0 8%,
      transparent 8% 18%,
      rgba(255, 255, 255, 0.04) 18% 24%,
      transparent 24% 100%
    )
    0 0 / 210px 210px;
  animation: mmw-footer-band-move 18s linear infinite;
}

footer .footer-top:after {
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #65b32e, #f4c600, #65b32e);
  background-size: 220% 100%;
  animation: mmw-footer-accent-slide 5s linear infinite !important;
}

footer .footer-top .auto-container {
  position: relative;
  z-index: 1;
}

footer .footer-top .row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.2fr 1.35fr 1.8fr;
  gap: 28px;
  margin: 0;
}

footer .footer-widget,
footer .footer-widget:nth-child(n + 4) {
  width: auto;
  max-width: none;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  overflow: visible;
}

footer .footer-widget:before {
  display: none;
}

footer .footer-widget:hover {
  transform: none;
  box-shadow: none;
}

footer .footer-section-title {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

footer .footer-section-title h5,
footer .widget-title,
footer .footer-widget:nth-child(-n + 3) .footer-section-title h5,
footer .footer-widget:nth-child(-n + 3) .widget-title,
footer .footer-widget:nth-child(n + 4) .footer-section-title h5,
footer .footer-widget:nth-child(n + 4) .widget-title {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 0 10px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

footer .footer-section-title h5:after,
footer .widget-title:after {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #65b32e, rgba(244, 198, 0, 0.8));
}

footer .footer-widget .about p,
footer .footer-widget .quick-link-list li,
footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li,
footer .footer-widget .contact-link-list li a,
footer .footer-widget:nth-child(-n + 3) .about p,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li a,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li a,
footer .footer-widget:nth-child(n + 4) .about p,
footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li a,
footer .footer-widget:nth-child(n + 4) .contact-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li a {
  color: rgba(255, 255, 255, 0.82) !important;
}

footer .footer-widget .quick-link-list li,
footer .footer-widget .contact-link-list li,
footer .footer-widget:nth-child(-n + 3) .quick-link-list li,
footer .footer-widget:nth-child(-n + 3) .contact-link-list li,
footer .footer-widget:nth-child(n + 4) .quick-link-list li,
footer .footer-widget:nth-child(n + 4) .contact-link-list li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer .footer-widget .quick-link-list li a,
footer .footer-widget .contact-link-list li a {
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

footer .footer-widget .quick-link-list li a:hover,
footer .footer-widget .contact-link-list li a:hover {
  color: #f4c600 !important;
  padding-left: 6px;
}

footer .mmw-map-box {
  margin-top: 38px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

footer .mmw-map-box h5 {
  color: #ffffff !important;
}

footer .copyright {
  background: #071009 !important;
}

footer .copyright .row {
  row-gap: 12px;
}

@keyframes mmw-footer-ambient {
  from {
    background-position:
      0 0,
      0 0,
      center;
  }

  to {
    background-position:
      32px -22px,
      -28px 24px,
      center;
  }
}

@keyframes mmw-footer-band-move {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 210px 210px;
  }
}

@media only screen and (max-width: 1199px) {
  footer .footer-top .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 58px 0 34px;
  }

  footer .footer-top .row {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* Home banner diagonal white-green background */
.mmw-home-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(
    114deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.96) 48%,
    rgba(26, 57, 37, 0.92) 48%,
    rgba(26, 57, 37, 0.96) 100%
  ) !important;
}

.mmw-home-banner:before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(101, 179, 46, 0.14),
      transparent 28%
    ),
    radial-gradient(circle at 82% 22%, rgba(244, 198, 0, 0.2), transparent 26%),
    linear-gradient(
      114deg,
      rgba(255, 255, 255, 0.18) 0 48%,
      rgba(255, 255, 255, 0.09) 48% 49%,
      transparent 49% 100%
    );
  animation: mmw-home-banner-glow 8s ease-in-out infinite alternate;
}

.mmw-home-banner .mmw-three-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}

.mmw-home-banner .mmw-three-bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.mmw-home-banner .mmw-split-hero-slider,
.mmw-home-banner .owl-stage-outer,
.mmw-home-banner .owl-stage,
.mmw-home-banner .owl-item,
.mmw-home-banner .mmw-split-hero {
  position: relative;
  z-index: 2;
}

.mmw-home-banner .mmw-split-hero-copy {
  background: transparent !important;
}

.mmw-home-banner .mmw-split-hero-visual {
  background: transparent !important;
}

@keyframes mmw-home-banner-glow {
  from {
    opacity: 0.75;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(16px, -10px, 0);
  }
}

@media only screen and (max-width: 767px) {
  .mmw-home-banner {
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.97) 58%,
      rgba(26, 57, 37, 0.94) 58%,
      rgba(26, 57, 37, 0.97) 100%
    ) !important;
  }
}

/* Final home banner dark-left update */
.mmw-home-banner {
  background: linear-gradient(
    114deg,
    rgba(7, 10, 8, 0.97) 0%,
    rgba(14, 19, 15, 0.95) 48%,
    rgba(255, 255, 255, 0.96) 48%,
    rgba(232, 246, 225, 0.94) 100%
  ) !important;
}

.mmw-home-banner:before {
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(101, 179, 46, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(244, 198, 0, 0.18),
      transparent 26%
    ),
    linear-gradient(
      114deg,
      rgba(255, 255, 255, 0.06) 0 48%,
      rgba(26, 57, 37, 0.08) 48% 49%,
      transparent 49% 100%
    );
}

.mmw-home-banner .mmw-split-hero-copy h1,
.mmw-home-banner .mmw-split-hero-copy h2,
.mmw-home-banner .mmw-split-hero-copy h3,
.mmw-home-banner .mmw-split-hero-copy h4,
.mmw-home-banner .mmw-split-hero-title {
  color: #ffffff !important;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
}

.mmw-home-banner .mmw-split-hero-copy h1 strong,
.mmw-home-banner .mmw-split-hero-copy h2 strong,
.mmw-home-banner .mmw-split-hero-copy h3 strong,
.mmw-home-banner .mmw-split-hero-copy h4 strong,
.mmw-home-banner .mmw-split-hero-title strong {
  color: #f4c600 !important;
}

.mmw-home-banner .mmw-split-hero-copy p {
  color: rgba(255, 255, 255, 0.86) !important;
}

.mmw-home-banner .mmw-hero-outline-btn {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
}

.mmw-home-banner .mmw-hero-outline-btn:hover {
  background: #ffffff !important;
  color: #1a3925 !important;
}

.mmw-home-banner .mmw-three-bg {
  inset: 0 0 0 48% !important;
  width: 52% !important;
  height: 100% !important;
  opacity: 1;
}

.mmw-home-banner .mmw-three-bg:before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.16),
    rgba(244, 198, 0, 0.08)
  ) !important;
}

.mmw-home-banner .mmw-split-hero-copy {
  background: linear-gradient(
    115deg,
    rgba(9, 12, 10, 0.92),
    rgba(24, 31, 24, 0.72)
  ) !important;
}

@media only screen and (max-width: 767px) {
  .mmw-home-banner {
    background: linear-gradient(
      180deg,
      rgba(7, 10, 8, 0.97) 0%,
      rgba(14, 19, 15, 0.96) 55%,
      rgba(255, 255, 255, 0.96) 55%,
      rgba(232, 246, 225, 0.94) 100%
    ) !important;
  }

  .mmw-home-banner .mmw-three-bg {
    inset: 52% 0 0 0 !important;
    width: 100% !important;
    height: 48% !important;
  }
}

/* Products page catalog layout refresh */
.mmw-products-page {
  background:
    linear-gradient(135deg, rgba(101, 179, 46, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(244, 198, 0, 0.11), transparent 38%), #f7faf5;
}

.mmw-products-simple-head {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.mmw-products-simple-filter {
  position: sticky;
  top: 86px;
  z-index: 8;
  margin: 0 auto 34px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(26, 57, 37, 0.08);
  backdrop-filter: blur(10px);
}

.mmw-products-simple-filter ul {
  justify-content: center;
  gap: 10px;
}

.mmw-products-simple-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.mmw-products-simple-list > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

.mmw-products-simple-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 57, 37, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(26, 57, 37, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.mmw-products-simple-card:hover {
  border-color: rgba(101, 179, 46, 0.35);
  box-shadow: 0 28px 65px rgba(26, 57, 37, 0.15);
  transform: translateY(-6px);
}

.mmw-products-simple-image {
  height: 100%;
  min-height: 280px;
  border-radius: 0;
  background: #eaf4e4;
}

.mmw-products-simple-image img {
  width: 100%;
  height: 100%;
}

.mmw-products-simple-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 24px;
}

.mmw-products-simple-body span {
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  background: #1a3925;
  color: #ffffff;
}

.mmw-products-simple-body h3 {
  min-height: auto;
  color: #1a3925;
  font-size: 22px;
  line-height: 1.28;
}

.mmw-products-simple-body p {
  color: #526052;
  line-height: 1.65;
}

.mmw-products-simple-body a {
  margin-top: auto;
}

@media only screen and (min-width: 1200px) {
  .mmw-products-simple-list > [class*="col-"]:nth-child(5n + 1) {
    grid-column: span 2;
  }

  .mmw-products-simple-list
    > [class*="col-"]:nth-child(5n + 1)
    .mmw-products-simple-card {
    grid-template-columns: 48% 1fr;
    min-height: 340px;
  }

  .mmw-products-simple-list
    > [class*="col-"]:nth-child(5n + 1)
    .mmw-products-simple-image {
    min-height: 340px;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-products-simple-filter {
    position: static;
  }

  .mmw-products-simple-list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-products-simple-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mmw-products-simple-image {
    min-height: 230px;
    height: 230px;
  }

  .mmw-products-simple-body {
    padding: 22px 18px;
  }
}

/* Footer address readability and SEO-friendly location links */
footer .footer-top .row {
  grid-template-columns: 1.15fr 0.95fr 1.15fr 1.25fr 2.25fr;
}

footer #services .footer-section-title {
  margin-bottom: 20px;
}

footer #services .footer-section-title h5,
footer #services .widget-title {
  color: #ffffff !important;
  font-size: 19px;
  line-height: 1.25;
}

footer #services .quick-link-list {
  display: grid;
  gap: 12px;
}

footer #services .quick-link-list li {
  padding: 0 0 12px !important;
  line-height: 1.55;
}

footer #services .quick-link-list li a {
  display: block;
  color: rgba(255, 255, 255, 0.86) !important;
}

footer #services .quick-link-list li a:hover {
  color: #f4c600 !important;
}

@media only screen and (max-width: 1199px) {
  footer .footer-top .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer #services {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top .row,
  footer #services {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

/* market area */

        .market-area-section {
            padding: 100px 20px;
            position: relative;
        }

        .market-container {
            max-width: 1450px;
            margin: auto;
        }

        .market-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 40px;
        }

        .market-card {
            position: relative;
            text-align: center;
            transition: .4s;
        }

        .market-card:hover {
            transform: translateY(-12px);
        }

        .market-img {
            position: relative;
            width: 100%;
            height: 260px;
            overflow: hidden;
            border-radius: 30px;
            background: #fff;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
        }

        .market-img::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, .45),
                    transparent);
            z-index: 1;
        }

        .market-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .8s;
        }

        .market-card:hover .market-img img {
            transform: scale(1.15) rotate(2deg);
        }

        .market-flag {
            position: absolute;
            left: 50%;
            bottom: 55px;
            transform: translateX(-50%);
            width: 85px;
            height: 85px;
            border-radius: 50%;
            background: #fff;
            padding: 5px;
            z-index: 5;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
        }

        .market-flag img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }

        .market-card h3 {
            margin-top: 55px;
            font-size: 24px;
            font-weight: 700;
            color: #13315c;
            position: relative;
            transition: .4s;
        }

        .market-card h3::after {
            content: '';
            width: 40px;
            height: 3px;
            background: #ff9f1c;
            display: block;
            margin: 10px auto 0;
            border-radius: 10px;
            transition: .4s;
        }

        .market-card:hover h3 {
            color: #ff9f1c;
        }

        .market-card:hover h3::after {
            width: 80px;
        }

        @media(max-width:1200px) {

            .market-grid {
                grid-template-columns: repeat(4, 1fr);
            }

        }

        @media(max-width:992px) {

            .market-grid {
                grid-template-columns: repeat(3, 1fr);
            }

        }

        @media(max-width:768px) {

            .market-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .market-img {
                height: 220px;
            }

            .market-flag {
                width: 75px;
                height: 75px;
                bottom: 50px;
            }

            .market-card h3 {
                font-size: 20px;
            }

        }

        @media(max-width:576px) {

            .market-grid {
                grid-template-columns: 1fr;
            }

            .market-img {
                height: 260px;
            }

        }
/* Product detail SEO sections */
.mmw-product-details-section {
  position: relative;
  padding: 96px 0;
  background:
    linear-gradient(135deg, rgba(26, 57, 37, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(244, 198, 0, 0.12), transparent 38%), #ffffff;
}

.mmw-product-details-list {
  display: grid;
  gap: 34px;
}

.mmw-product-detail-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 57, 37, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(26, 57, 37, 0.09);
  scroll-margin-top: 110px;
}

.mmw-product-detail-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  min-height: 360px;
  background:
    linear-gradient(120deg, rgba(7, 10, 8, 0.94) 0 55%, transparent 55%),
    linear-gradient(135deg, #eaf6e5, #ffffff);
}

.mmw-product-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.mmw-product-detail-copy span {
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 7px 13px;
  color: #1a3925;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  background: #f4c600;
  border-radius: 999px;
}

.mmw-product-detail-copy h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
}

.mmw-product-detail-copy p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.mmw-product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mmw-product-enquiry,
.mmw-product-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #1a3925;
  font-weight: 900;
  line-height: 1.2;
  background: #f4c600;
  border-radius: 6px;
}

.mmw-product-video {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.mmw-product-enquiry:hover,
.mmw-product-video:hover {
  color: #1a3925;
  background: #ffffff;
}

.mmw-product-detail-image {
  min-height: 360px;
  margin: 0;
}

.mmw-product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mmw-product-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
  padding: 34px;
}

.mmw-product-description,
.mmw-product-specs,
.mmw-product-faq,
.mmw-product-related {
  min-width: 0;
}

.mmw-product-description h3,
.mmw-product-specs h3,
.mmw-product-faq h3,
.mmw-product-related h3 {
  margin: 0 0 14px;
  color: #1a3925;
  font-size: 22px;
  line-height: 1.25;
}

.mmw-product-description p {
  margin-bottom: 12px;
  color: #526052;
}

.mmw-product-specs dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.mmw-product-specs dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  background: #f7faf5;
  border: 1px solid rgba(26, 57, 37, 0.09);
  border-radius: 6px;
}

.mmw-product-specs dt {
  color: #1a3925;
  font-weight: 900;
}

.mmw-product-specs dd {
  margin: 0;
  color: #526052;
}

.mmw-product-faq details {
  margin-bottom: 10px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid rgba(26, 57, 37, 0.12);
  border-radius: 6px;
}

.mmw-product-faq summary {
  color: #1a3925;
  font-weight: 900;
  cursor: pointer;
}

.mmw-product-faq p {
  margin-top: 10px;
  color: #526052;
}

.mmw-product-related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mmw-product-related a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: #1a3925;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  background: #fff8dd;
  border: 1px solid rgba(244, 198, 0, 0.42);
  border-radius: 999px;
}

.mmw-product-related a:hover {
  color: #ffffff;
  background: #1a3925;
  border-color: #1a3925;
}

@media only screen and (max-width: 991px) {
  .mmw-product-detail-banner,
  .mmw-product-detail-content {
    grid-template-columns: 1fr;
  }

  .mmw-product-detail-banner {
    background:
      linear-gradient(180deg, rgba(7, 10, 8, 0.94) 0 52%, transparent 52%),
      linear-gradient(135deg, #eaf6e5, #ffffff);
  }

  .mmw-product-detail-copy {
    padding: 34px 26px;
  }

  .mmw-product-detail-copy h2 {
    font-size: 28px;
  }

  .mmw-product-detail-image {
    min-height: 300px;
  }

  .mmw-product-detail-content {
    padding: 28px 22px;
  }
}

@media only screen and (max-width: 575px) {
  .mmw-product-details-section {
    padding: 64px 0;
  }

  .mmw-product-detail-copy {
    padding: 28px 18px;
  }

  .mmw-product-detail-copy h2 {
    font-size: 24px;
  }

  .mmw-product-detail-image {
    min-height: 240px;
  }

  .mmw-product-detail-content {
    padding: 24px 16px;
  }

  .mmw-product-specs dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Static market area category layout */
.market-static-section .market-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.market-static-section .market-category-card {
  position: relative;
  padding: 0 0 22px;
  background: #ffffff;
  border: 1px solid rgba(19, 49, 92, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.market-static-section .market-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.12);
}

.market-static-section .market-main-link {
  display: block;
  position: relative;
  text-align: center;
  color: inherit;
}

.market-static-section .market-img {
  height: 220px;
  border-radius: 0;
  box-shadow: none;
}

.market-static-section .market-flag {
  bottom: 64px;
}

.market-static-section .market-category-card h3 {
  margin: 58px 18px 18px;
  color: #13315c;
}

.market-static-section .market-sub-locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
}

.market-static-section .market-sub-locations a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  color: #324057;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  background: #f7faf5;
  border: 1px solid rgba(19, 49, 92, 0.11);
  border-radius: 999px;
}

.market-static-section .market-sub-locations a:hover {
  color: #13315c;
  background: #fff8dd;
  border-color: rgba(244, 198, 0, 0.5);
}

.market-static-section .market-sub-locations img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1199px) {
  .market-static-section .market-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .market-static-section .market-category-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .market-static-section .market-img {
    height: 210px;
  }
}

@media (max-width: 575px) {
  .market-static-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .market-static-section .market-sub-locations {
    justify-content: flex-start;
  }
}

/* Full site responsive polish and market-only top bar */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

.main-header.header-2 .logo-area {
  padding: 14px 0;
}

.main-header.header-2 .logo-area .row {
  row-gap: 12px;
}

.main-header.header-2 .site-logo {
  max-height: 82px;
  width: auto;
}

.main-header.header-2 .mmw-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.main-header.header-2 .mmw-header-contact .mmw-header-item {
  display: none !important;
}

.main-header.header-2 .mmw-header-quote.mmw-market-toplink {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main-header.header-2 .mainmenu-area .row {
  align-items: stretch;
}

.main-header.header-2 .mainmenu-area .navbar {
  min-height: 58px;
  padding: 0;
}

.main-header.header-2 .mainmenu-area .navbar-nav {
  align-items: stretch;
}

.main-header.header-2 .mainmenu-area .navbar-nav > li > a.nav-link {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 15px;
  font-size: 13px;
  line-height: 1.2;
}

.main-header.header-2 .header-enquiry-btn {
  align-self: center;
  min-height: 40px;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  white-space: nowrap;
}

.main-header.header-2 .header-search {
  height: 100%;
}

.main-header.header-2 .header-search > ul {
  height: 100%;
  margin: 0;
}

.main-header.header-2 .header-search ul li.menuleft-search {
  display: none !important;
}

.main-header.header-2 .product-mega-menu {
  max-width: min(920px, calc(100vw - 30px));
  max-height: 72vh;
  overflow-y: auto;
}

.main-header.header-2 .product-mega-menu li a {
  white-space: normal;
  line-height: 1.35;
}

.mmw-home-banner,
.mmw-inner-banner,
.mmw-products-page,
.mmw-product-detail-page,
.market-static-section,
footer {
  max-width: 100%;
  overflow: hidden;
}

.mmw-split-hero-copy,
.mmw-split-hero-visual,
.mmw-machine-stage,
.mmw-product-card,
.market-static-section .market-category-card {
  min-width: 0;
}

.mmw-machine-stage img,
.mmw-product-card img,
.market-static-section .market-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .main-header.header-2 .mainmenu-area .navbar-nav > li > a.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .main-header.header-2 .header-enquiry-btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .main-header.header-2 .logo-area {
    padding: 10px 0;
  }

  .main-header.header-2 .logo {
    margin-bottom: 0;
    text-align: center;
  }

  .main-header.header-2 .site-logo {
    max-height: 70px;
  }

  .main-header.header-2 .mmw-header-contact {
    justify-content: center;
  }

  .main-header.header-2 .mmw-header-quote.mmw-market-toplink {
    min-height: 42px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .main-header.header-2 .mainmenu-area {
    display: none;
  }

  .main-header.header-2 .mobile-menu-area {
    display: block !important;
    width: 100%;
    background: #1a3925;
  }

  .main-header.header-2 .mobile-menu-area .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .mean-container .mean-bar {
    width: 100%;
    min-height: 52px;
    padding: 0;
    background: #1a3925;
  }

  .mean-container a.meanmenu-reveal {
    top: 8px;
    color: #fff;
  }

  .mean-container a.meanmenu-reveal span {
    background: #fff;
  }

  .mean-container .mean-nav {
    margin-top: 52px;
    background: #1a3925;
  }

  .mean-container .mean-nav ul li a {
    width: 100%;
    padding: 12px 5%;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
  }

  .mmw-split-hero,
  .mmw-product-hero-grid,
  .mmw-detail-hero-grid,
  .mmw-contact-grid {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .auto-container,
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header.header-2 .site-logo {
    max-height: 62px;
  }

  .main-header.header-2 .mmw-header-quote.mmw-market-toplink {
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-size: 12px;
  }

  .mmw-home-banner {
    min-height: auto;
  }

  .mmw-split-hero {
    min-height: auto !important;
  }

  .mmw-split-hero-copy,
  .mmw-split-hero-visual {
    width: 100% !important;
  }

  .mmw-split-hero-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mmw-split-hero-copy h1,
  .mmw-split-hero-copy h2,
  .mmw-split-hero-copy h3,
  .mmw-split-hero-copy h4,
  .mmw-inner-banner h1 {
    font-size: 30px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }

  .mmw-split-hero-copy p,
  .mmw-inner-banner p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .mmw-split-hero-actions {
    flex-wrap: wrap;
    gap: 10px;
  }

  .mmw-hero-primary-btn,
  .mmw-hero-outline-btn,
  .mmw-action-enquiry,
  .mmw-action-quote,
  .mmw-action-whatsapp {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    text-align: center;
  }

  .mmw-machine-stage {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .market-static-section .market-category-grid,
  .mmw-product-grid,
  .mmw-detail-grid,
  .mmw-spec-grid {
    grid-template-columns: 1fr !important;
  }

  footer .footer-top .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 420px) {
  .main-header.header-2 .site-logo {
    max-height: 54px;
  }

  .mmw-split-hero-copy h1,
  .mmw-split-hero-copy h2,
  .mmw-split-hero-copy h3,
  .mmw-split-hero-copy h4,
  .mmw-inner-banner h1 {
    font-size: 26px !important;
  }
}

/* Home banner visibility fallback */
.mmw-home-banner .mmw-split-hero-inner > *,
.mmw-home-banner .mmw-machine-stage,
.mmw-home-banner .owl-item.active .mmw-split-hero-inner > *,
.mmw-home-banner .owl-item.active .mmw-machine-stage {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.mmw-home-banner .mmw-split-hero-slider:not(.owl-loaded) .mmw-split-hero:not(:first-child) {
  display: none;
}

.mmw-home-banner .mmw-split-hero-slider,
.mmw-home-banner .owl-stage-outer,
.mmw-home-banner .owl-stage,
.mmw-home-banner .owl-item,
.mmw-home-banner .mmw-split-hero {
  min-height: 650px;
}

.mmw-home-banner .mmw-split-hero {
  display: grid !important;
  grid-template-columns: minmax(430px, 44%) minmax(0, 56%);
}

.mmw-home-banner .mmw-split-hero-copy {
  display: flex !important;
}

.mmw-home-banner .mmw-split-hero-visual {
  display: flex !important;
}

@media only screen and (max-width: 1199px) {
  .mmw-home-banner .mmw-split-hero-slider,
  .mmw-home-banner .owl-stage-outer,
  .mmw-home-banner .owl-stage,
  .mmw-home-banner .owl-item,
  .mmw-home-banner .mmw-split-hero {
    min-height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .mmw-home-banner .mmw-split-hero {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .mmw-home-banner .mmw-split-hero-slider,
  .mmw-home-banner .owl-stage-outer,
  .mmw-home-banner .owl-stage,
  .mmw-home-banner .owl-item,
  .mmw-home-banner .mmw-split-hero {
    min-height: auto;
  }
}

/* Restore home page content visibility */
.main-header.header-2 .mmw-header-contact .mmw-header-item {
  display: inline-flex !important;
}

.mmw-home-banner .mmw-machine-stage img {
  height: auto !important;
  object-fit: contain !important;
}

#about .wow,
.mmw-company .wow,
.mmw-counter-section .wow,
.mmw-machines .wow,
.mmw-capabilities .wow,
.mmw-industries .wow,
#testimonial .wow,
#faq .wow,
.mmw-home-banner .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation-name: none !important;
  transform: none !important;
}

.mmw-machines,
.mmw-capabilities,
.mmw-industries,
#faq,
#testimonial,
.mmw-company,
.mmw-counter-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mmw-product-range,
.mmw-why-layout,
.mmw-industry-list,
.mmw-faq-redesign .row,
.mmw-faq-accordion {
  visibility: visible !important;
  opacity: 1 !important;
}

.mmw-product-card,
.mmw-why-item,
.mmw-why-machine,
.mmw-industry-list article,
.mmw-faq-card,
.mmw-faq-image-wrap {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.mmw-product-card:not(.is-hidden) {
  display: flex !important;
}

.mmw-product-card-featured:not(.is-hidden) {
  display: grid !important;
}

.mmw-faq-redesign .collapse.show {
  display: block !important;
}
