.mm__top_banner-slider .mm_banner-title {
  color: #112241;
  font-weight: 500; }
  @media (min-width: 992px) {
    .mm__top_banner-slider .mm_banner-title {
      font-size: 48px; } }
  @media (min-width: 1400px) {
    .mm__top_banner-slider .mm_banner-title {
      font-size: 64px; } }

.mm__top_banner-slider .mm__carousel_sec {
  padding-top: 20px; }
  @media (min-width: 992px) {
    .mm__top_banner-slider .mm__carousel_sec {
      padding-top: 40px; } }
  @media (min-width: 1400px) {
    .mm__top_banner-slider .mm__carousel_sec {
      padding-top: 73px; } }
  .mm__top_banner-slider .mm__carousel_sec .swiper-slide img {
    width: 100%;
    height: 513px;
    object-fit: cover; }
  .mm__top_banner-slider .mm__carousel_sec .brass__mod-card {
    background-color: #e5e5e5;
    padding: 32px;
    height: 100%; }
    .mm__top_banner-slider .mm__carousel_sec .brass__mod-card .card_desc {
      font-family: "Poppins"; }

.mm__top_banner-slider .swiper-pagination-progressbar {
  background-color: #BDC2CA; }
  .mm__top_banner-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #EC142D; }

.mm__top_banner-slider .mySwiperBanner .swiper-button-next, .mm__top_banner-slider .mySwiperBanner .swiper-button-prev {
  display: none; }

.mm__slide_prev_next_button {
  position: relative; }
  .mm__slide_prev_next_button .swiper_round {
    width: 40px;
    position: unset;
    height: 40px;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #EC142D;
    border-radius: 100px;
    transition: all 0.4s ease; }
    .mm__slide_prev_next_button .swiper_round::after {
      transition: all 0.4s ease;
      font-size: 1rem;
      color: #EC142D; }
    .mm__slide_prev_next_button .swiper_round:hover {
      background-color: #EC142D; }
      .mm__slide_prev_next_button .swiper_round:hover::after {
        color: #fff; }

.mm__aboutus__sec {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .mm__aboutus__sec {
      padding: 40px 0; } }
  @media (min-width: 1400px) {
    .mm__aboutus__sec {
      padding: 130px 0; } }

.mm__service__slider .mm_service_card {
  height: 100%;
  background-color: #f7f7f8;
  padding: 30px; }
  @media (min-width: 1200px) {
    .mm__service__slider .mm_service_card {
      padding: 56px; } }
  .mm__service__slider .mm_service_card .img_circle img {
    width: 80px;
    height: 80px;
    /* border: 1px solid #EC142D; */
    /* border-radius: 100px; */
    object-fit: contain; }
  .mm__service__slider .mm_service_card .small__desc {
    color: #858f9d; }
  .mm__service__slider .mm_service_card .content {
    padding-top: 50px; }
    @media (min-width: 1200px) {
      .mm__service__slider .mm_service_card .content {
        padding-top: 56px; } }

.mm__product_sec {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .mm__product_sec {
      padding: 40px 0; } }
  @media (min-width: 1400px) {
    .mm__product_sec {
      padding: 130px 0; } }
  .mm__product_sec .mm_product_card img {
    width: 100%;
    height: 384px;
    object-fit: cover; }
  .mm__product_sec .mm_product_card .content {
    position: absolute;
    bottom: 0;
    padding: 2.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(17, 34, 65, 0.05) 0%, rgba(17, 34, 65, 0.95) 46.48%, #112241 100%);
    height: 258px; }

.mm__clients_sec {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .mm__clients_sec {
      padding-bottom: 40px; } }
  @media (min-width: 1400px) {
    .mm__clients_sec {
      padding-bottom: 130px; } }
  .mm__clients_sec figure img {
    width: 100%; }
    @media (min-width: 1200px) {
      .mm__clients_sec figure img {
        width: 70%; } }
