#mw-top-message {
  background-color: blue !important;
}
.top-bar {
    background: blue;
    color: white;
    padding: 5px 0;
    font-size: 14px;
}
.top-bar marquee {
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  	color:#fff;
  	font-size:28px;
  	padding-top:10px;
}

.module-navigation-default > ul > li ul {
    background-color: blue !important;
}
.mwembed {
min-height:0px !important;
}

/*about us section-2*/

.about-img {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-content h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.about-content .title-small {
  font-size: 18px;
  color: #f89827;
  font-weight: 600;
}

.about-content p {
  color: #555;
  font-size: 1rem;
}

.about-section .highlight-box {
  background: #f89827;
  color: #fff;
  padding: 10px 6px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  transition: 0.3s;
}

.about-section .highlight-box:hover {
  background: #005c6b;
  transform: translateY(-5px);
}

/*end about us section -2 */

.home-gallery-section .slick-slide {
  width: 200px !important;
}

.home-gallery-section .slick-arrows-1 {
  height: 200px !important;
  margin-bottom: -30%;
}

.home-gallery-section .slick-arrows-1 .mh-350 {
  height: 136px !important;
  width: 202px !important
}

.home-gallery-section .slick-arrows-1 img {
  min-height: 136px !important;
  min-width: 202px !important;
  border-radius: 6px !important;
}

.home-gallery-section .slick-arrows-1 .slick-dots {
  display: none !important;
}

.home-gallery-section .slick-arrows-1 .slick-prev {
  top: 28%;
}

.home-gallery-section .slick-arrows-1 .slick-next {
  top: 28%;
}

.home-gallery-section .slick-arrow {
  background-color: transparent !important;
}

.home-why-choose-section .feature-box {

  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.home-why-choose-section .icon-box {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #005c6b;
  border-radius: 5px;
}

.home-why-choose-section .icon-box i {
  color: white;
  padding: 0px 10px;
  line-height: 20px;
  font-size: 20px;
}

.home-why-choose-section .icon-box:hover {
  background-color: #f89827;
}

.our-products-section h2 {
  font-size: 32px;
  font-weight: 600;
}

.our-products-section .infoblock img {
  border-radius: 0 0 12px 12px;
   box-shadow :0px 0px 4px #ddd;
  border:1px solid #ddd;
}

.our-products-section .infoblock {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom:20px;	
}

.our-products-section .info-content {
  color: #ffffff;
  background: rgba(0, 92, 107, 0.8);
  position: absolute;
  top: 0;
  bottom: 44px;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.our-products-section .infoblock:hover .info-content {
  opacity: 1;
}

.our-products-section .innersectionclone h6 {
  color: #05a755;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.our-products-section .info-content h3 {
  color: #fff;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.our-products-section .info-content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.our-products-section .info-content a {
  background: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #005c6b;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.our-products-section .info-content a:hover {
  background: #f89827;
}

.product-table {
  border-collapse: collapse;
  width: 100%;
}

.product-table th,
.product-table td {
  border: 1px solid #ddd;
  padding: 10px !important;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
}

.product-table th {
  background-color: #f2f2f2;
}
.our-product .section-title {
            color: #005c6b;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
        }
        .our-product .card {
            border: none;
            transition: transform 0.3s ease-in-out;
        }
        .our-product .card:hover {
            transform: translateY(-5px);
        }
        .our-product .card-title {
            color: #005c6b;
            font-weight: bold;
        }
        .our-product .card-body {
            text-align: center;
        }
        .our-product .icon {
            font-size: 40px;
            color: #f89827;
            margin-bottom: 15px;
        }

.home-why-choose-section {
  text-align: center;
}

.home-why-choose-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.home-why-choose-section .feature-box {
  background: linear-gradient(135deg, #fff, #fff);
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: white;
  transition: transform 0.3s ease-in-out;
}

.home-why-choose-section .feature-box:hover {
  transform: translateY(-10px);
}

.home-why-choose-section .icon-box {
  margin-left: 40%;
  margin-bottom: 15px;
}

.home-why-choose-section .icon-box i {
  margin-top: 5px;
  font-size: 30px;
  line-height: 30px !important;
  color: #fff;

}

.home-why-choose-section h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-why-choose-section p {
  font-size: 16px;
}

        .about-page-section .section-title {
            font-size: 32px;
            font-weight: 600 !important;
            display: inline-block;
            padding-bottom: 5px;
        }
        .about-page-section .card {
            border: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease-in-out;
            border-radius: 15px;
            background: #ffffff;
        }
        .about-page-section .card:hover {
            transform: translateY(-5px);
            background: #005c6b;
            color:#fff !important;
        }
        .about-page-section .icon {
            font-size: 40px;
            color: #005c6b;
        }
        .about-page-section .card:hover .icon {
            color: white;
        }
        .about-page-section .text-center p {
            font-size: 16px;
            color: #555;
        }
.about-page-section .text-center p:hover {
color:#fff ;
}