/** Shopify CDN: Minification failed

Line 74:0 Unexpected "<!--"

**/
#header .menu ul .nav-item .nav-link{
  font-size: 15px !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#header .menu ul .nav-item{
  margin-left: 10px !important;
}
#shopify-section-header .col-lg-5{
  max-width: 45.667% !important;
}
#header .currencies-login{
  max-width: 35% !important;
}
/* icon menu custom css */
.menu_moblie .menuleft .iconmenu{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin-top: 14px !important;
}
.box-service img{
  width: 100% !important;
}
.section-service-v1 .icon{
  width:50px;
  padding-right:10px;
}
.section-service-v1 .box-service{
  align-items: inherit;
}
/* slid show h3 css  */
.box-title2.box-title2-slideshow_ya7UnQ.animated h3 {
	padding-right: 15%;
}

@media screen and(max-width: 768px) {
  .box-title2.box-title2-slideshow_ya7UnQ.animated h3 {
    padding-right: 0;
  }
}


<!-- This is img block css brew2-->

.image-wrapper {
  text-align: center; /* Default alignment */
}

.image-wrapper.image-left {
  text-align: left;
}

.image-wrapper.image-center {
  text-align: center;
}

.image-wrapper.image-right {
  text-align: right;
}

.author-image {
  display: inline-block; /* Ensures the image is treated as inline element for alignment */
}
<!-- This is img block css brew2 end-->
<!-- This is award img   css-->

body.preload.push_filter_left.js_overhidden.relative .single-post-thumb {
    display: flex;
    justify-content: center;
   
}
<!-- This is page heading   css-->
.breadcrumb_collection .bg-breadcrumb .title-page h2{
  color: white !important;
}
.breadcrumb_collection .bg-breadcrumb .bread-crumb a{
  color: white;
}
.breadcrumb_collection .bg-breadcrumb .bread-crumb strong{
  color: white;
}
.wrap-bread-crumb.breadcrumb_collection.style002 {
	margin-bottom: 50px;
}
.about_top h3 {
    text-transform: unset !important;
}

/* img or content css */
/* Base styles for section */
.image-text-blocks-section .row {
  display: flex;
  flex-direction: row; /* Default direction */
  margin-bottom: 40px; /* Add spacing between blocks */
}

.image-text-blocks-section .img-fluid {
  width: 100%;
  height: auto;
}

/* Reverse layout for larger screens */
.image-text-blocks-section .reverse-layout {
  flex-direction: row-reverse; /* Reverse direction for larger screens */
}

/* Mobile styles: Default stacking */
@media (max-width: 768px) {
  .image-text-blocks-section .row {
    flex-direction: column; /* Stack content for mobile */
  }
  
  /* Mobile reverse layout override */
  .image-text-blocks-section .reverse-layout {
    flex-direction: column; /* Ensure standard column stacking on mobile */
  }
}

/* product img hight css */
  .img-product{
        position: relative;
        height: 370px !imporant;
      }
@media screen and (max-width: 568px) {
   .img-product{
        position: relative;
        height: 255px !important;
      }
}

/* filter css */
/* about page banar space  */
 .page_aboutus_v1.page_aboutus_v2 .about_top {
	margin-top: 10px;
}                       
