.clearance a{
 background: #da3831; color:#fff;   
}
.clearance a:hover{
 color:black !important;   
}

.pt-product .brand span {
  font-size: 10px !important;
  border-radius: 0;
  padding: 3px 8px;
  box-shadow: 0 0.3rem .8rem rgba(0, 0, 0, 0.11);
  background: #da3831;
}

.whatsapp {
 background:#0dc143
}
.whatsappchat {
 width:50px;
 height:50px;
 position:fixed;
 bottom:94px;
 right:24px;
 z-index:9999;
}
.cartbtn a.btn{ background: #343a40;}
.prd-details table{ 
    max-width: 980px; 
    width: 100%;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.single-product .prd-details {    padding: 0 60px;}
.prd-details th{ border: 1px solid #dee2e6; vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.prd-details td{ border: 1px solid #dee2e6; padding: .75rem; vertical-align: top; }

.specifications-table__caption { background-color: rgb(243, 242, 242); padding-left: 15px; }
ul.sc-download li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 5px;
  color: #da3831;
}
.bulk-products{ background-color: rgba(0, 0, 0, 0.05) ; padding: 15px;}
.bulk-products .item{ border-radius: 5px; background-color: #fff; margin: 5px 0; padding:5px; }
.bulk-products .name, .cart-products .name{ font-size: 14px; line-height: 20px;  }
.bulk-products .name a, .cart-products .name a{color: rgba(0, 0, 0, 0.7) ; }
.bulk-products .productimg{ height: 45px; overflow: hidden;}
.bulk-products .ribbon{ top: 28px; left: -55px;}
.bulk-products .price-old{ display: block; color: rgba(0, 0, 0, 0.5); text-decoration: line-through; }
.bulk-cart{ position: relative;}
.bulk-cart .cart-summary, .bulk-cart .loader{ position: sticky; top: 50px;}

.cart-products{ border: 1px solid #dee2e6; }
.cart-products .item{ border-bottom: 1px solid #dee2e6;  margin: 5px 0; padding:5px; max-height: 70px; overflow: hidden; }
.bulk-products .btn-secondary{ background-color: #4caf50 !important;}





.ribbon::before{ border-left: 11px solid transparent;}
.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: inline-block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #da3831;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}


.l_i_maxw1 {max-width: 80px;}
/*==========Ameen Navigation=========*/
/* h1,h2,h3 {
    font-family: "Josefin Sans", serif !important;
}
h4,h5,h6,p {
    font-family: "Poppins", serif !important;
} */
.mainmenu {
	z-index: 4;
	padding: 0;
  }
  @media (max-width: 991.9px) {
	.mainmenu .navbar-nav {
	  background: #f5f6f6;
	  margin-bottom: 15px;
    padding: 18px;
	}
  
  }
  .mainmenu .navbar-nav a.nav-link {
	padding: 10px 20px;
	min-width: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
  }
  .mainmenu .cyan {
	padding: 5px;
  }
  .mainmenu .cyan a.nav-link {
	background: #83cfcc;
	padding: 5px 20px;
  }
  .mainmenu .cyan a.nav-link:hover {
	color: white;
  }
  .mainmenu a {
	font-weight: 400;
	padding-right: 0;
  }
  .mainmenu a.active {
	color: #303e49;
  }
  
  .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .current-menu-ancestor > a, .has-fixed .current-menu-ancestor > a {
	color: #83cfcc;
  }
  
  .dropdown-menu {
	margin: 0 5px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 500ms !important;
	animation-duration: 500ms !important;
	-webkit-transition-duration: 500ms !important;
	transition-duration: 500ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	background: #fff;
	border: 0;
	border-radius: 3px;
  }
  .dropdown-menu li:last-child a {
	border-bottom: none;
  }
  .dropdown-menu a {
	color: #303e49;
	padding: 10px 15px;
  }
  .dropdown-menu a:hover,
  .dropdown-menu .active > a {
	color: #da3831;
  }
  
  .nomega .dropdown-menu {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: solid 1px rgba(48, 62, 73, 0.2);
  }
  
  .megamenu {
	position: inherit !important;
  }
  .megamenu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .megamenu .mg-col {
	padding: 0;
  }
  .megamenu .mg-col > ul {
	padding-bottom: 30px !important;
  }
  .megamenu .mg-col > div {
	padding-bottom: 30px !important;
  }
  
  .mg-left {
	position: relative;
  }
  
  .mg-sofa .sofwhitebg {
	position: absolute;
	height: 100%;
	width: 90px;
	right: -1px;
	background: white;
  }
  .mg-sofa img {
	position: absolute;
	right: 40px;
	top: calc(50% - 60px);
  }
  
  .mg-right {
	padding-bottom: 30px;
  }
  .mg-right img {
	margin: 10px 0 15px;
  }
  
  .mg-btn {
	display: inline-block;
	padding: 0 0 7px 0 !important;
	border-bottom: solid 1px #303e49;
	font-size: 12px;
  }
  
  .mg-child {
	background: white;
	height: 100%;
  }
  
  .mg-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .mg-children a {
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	padding: 6px 10px;
	display: inline-block;
	border: solid 1px white;
  }
  .mg-children a:hover {
	border: solid 1px #303e49 !important;
	color: black;
	font-weight: 400;
  }
  
  .megamenu > .dropdown-menu {
	/*
	display: block !important;
	visibility: visible;
	opacity: 1;
	height: auto;
	*/
	border: solid 2px #303e49;
	background: #f3f3f3;
  }
  
  .megamenu:hover > .nav-link, .megamenu:focus > .nav-link {
	background: #303e49;
	color: white;
  }
  
  @media (min-width: 992px) {
	.mainmenu .dropdown-menu {
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  height: 1px;
	  left: 0;
	  right: auto;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  border-radius: 3px;
	  min-width: 180px;
	}
  
	.pt-drop-even {
	  left: 99%;
	  top: 10px;
	}
  
	.pt-drop-odd {
	  left: -99%;
	  top: 10px;
	}
  
	.dropdown:hover > .dropdown-menu {
	  display: block !important;
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  
	.dropdown-menu.show {
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  }
  .dropdown-toggle::after, .dropdown-item::after {
	display: none;
  }
  .dropdown-toggle i, .dropdown-item i {
	margin-left: 10px;
	font-size: 14px;
	opacity: 0.7;
  }
  
  @media (min-width: 992px) {
	/*add here*/
	.navbar-expand-lg .navbar-collapse {
	  display: block !important;
	}
  }
  .topmenu {
	padding: 10px 0 0;
  }
  .topmenu li {
	margin: 10px 0;
	height: 30px;
	padding-bottom: 5px;
  }
  .topmenu li a {
	padding: 10px 18px;
  }
  .topmenu li img {
	max-height: 100%;
  }
  .topmenu .menu-search input {
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
	border: none;
	width: 130px;
  }
  .topmenu .menu-search input::placeholder {
	color: rgba(48, 62, 73, 0.8);
	opacity: 1;
  }
  .topmenu .menu-search input:focus {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: 250px;
  }
  .topmenu .menu-search button {
	background: none;
	border: none;
  }
  .topmenu .border-r {
	border-right: solid 1px rgba(48, 62, 73, 0.3);
  }
  .topmenu .phone a {
	font-weight: 500;
  }
  /*========Menu end=====*/
  .banner {
  overflow: hidden;
}
.main_navbar {
    z-index: 99;left: 0;
    top: 0;
    width: 100%;
    background: rgb(255 255 255 / 10%);
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: fixed;
}
.main_navbar .navbar .navbar-nav li a {
  color: #ccc;
}

.main_navbar .navbar.has-fixed .navbar-nav li a {
  color: #666;
}
.main_navbar .logo {
  width: 170px;
  height: auto !important;
}
.bg-gray-light {
    background: #f2f2f2;
}
.content-wrapper .link-more.btn-danger:hover {
    background-color: white !important;
    color: red !important;
    border-color: red !important;
}


.custom-toggler {
  border: none;
  background: transparent;
  padding: 4px;
  outline: none;
}

.custom-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.custom-toggler.collapsed span:nth-child(1),
.custom-toggler.collapsed span:nth-child(3) {
  transform: none;
}

.custom-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}

.custom-toggler.active:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.custom-toggler.active:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
/**************************** Responsive **********************************************/
@media (max-width: 1199px) {
    

    .video-banner video {
        height: 550px;
    }
    .banner.video-banner {
        position: relative;
        height: 550px;
        overflow: hidden;
    }
    .video-banner {
        position: relative;
        height: 550px;
        overflow: hidden;
    }
}
@media (max-width: 991.9px) {
    .menu_category .cat_box {
        min-height: 190px;
    }
    .video-banner video {
        height: 400px;
    }
    .banner.video-banner {
        position: relative;
        height: 400px;
        overflow: hidden;
    }
    .video-banner {
        position: relative;
        height: 400px;
        overflow: hidden;
    }
    .menu_category .cat_content {
        bottom: 10px;
        left: 4px;
    }
    .home_contact .container_m.d-flex {display: inline-block !important;}
    .main_navbar .mainmenu .navbar-collapse.active {
        display: block;
    }
}
@media (max-width: 767px) {
    .menu_category .cat_box {
        min-height: 190px !important;
        margin: 15px 0;
    }
    .menu_category .cat_content {
        bottom: 10px !important;
        left: 10px !important;
    }
    .menu_category {
        background: #fff;
        padding: 3rem 0 0rem;
    }
    .counter-card.small-card {
        margin: 13px 0;
    }
    .about_sec_1 .eastfish-text {
        font-size: 2rem;
        min-height: 65px;
        line-height: normal;
    }
    .certificate-box {
        margin: 10px auto !important;
    }
    .why-choose-sec .features-box .feature-item {
        text-align: center;
        align-items: center;
        width: 100%;
    }
    .features-box .icon-circle {
        margin: 0 auto 1.4rem;
    }
    .sub_head_2 {
        font-size: 2rem !important;
        margin: 0 0 14px;
    }
    .banner-content {
        top: 50%;
    }
    
    .sub_head_4 {
        font-size: 1.1rem !important;
    }
    .certificate-box img {
        max-height: 81px;
    }
    .brands_Sec .swiper-viewport .swiper-slide img {max-width: 80px;}
    .brands_Sec .swiper-container .swiper-slide {
        min-width: 89px !important;
        padding: 0;
        width: 100px !important;
    }
    .scrollTop {
        right: 19px !important;
        width: 35px;
        left: auto !important;
        bottom: 80px;
        text-align: center;
    }

    .contact_nav_col {
        margin-bottom: 20px;
    }
.map_w_algn {
    width: 100%;
    height: 400px !important;
    border: 15px solid #fff !important;
}
}
@media (max-width: 576px) {
    .text_a_center {    text-align: center !important;}
     .banner.video-banner .main_para_1 {
        display: none;
    }
    .banner_slider {
        max-width: 100%;
    }
    .sea-btn {
        padding: 8px 26px;
        font-size: .7rem;
    }
    .main_head_1 {
        font-size: 1.1rem !important;
    }
    .main_para_2 {
        line-height: 1.5rem;
        color: #666;
        font-size: .8rem;
    }
    .counter-section .sub_head_2 {
        font-size: 1.5rem;
    }
    .counter-section .counter {
    font-size: 2.1rem;
    }
    .counter-label {
    font-size: 1rem;
    }
    .subscribe-section .d-flex.gap-3 {
        display: block !important;
    }
    .home_contact .form-control.more_width150 {
        width: 100% !important;
    }
    .main_para_2 {
        line-height: 2rem !important;
        font-size: .9rem !important;
    }
    .sea-btn {
        padding: 8px 23px !important;
        font-size: .8rem !important;
    }
    .why-choose-sec {
        padding: 3rem 0 !important;
    }
    .who_we_1.abt_who_we {
        padding: 3rem 0 2rem !important;
    }
    .inner_b_text .sub_head_2 {
        font-size: 1rem !important;
        margin: 0;
        font-weight: 600;
    }
    .inner_b_text {
        left: 3%;
    }
    .inner_b_text .sub_head_5 {
        font-size: 1.2rem !important;
        margin: 0 0 10px;
        font-weight: 600;
    }
    .sub_head_5 {
        font-size: 1rem !important;
    }
    .contact_wrap .form_bg .form-control {
        margin-bottom: 15px;
    }
     .prodc_list_w1 .certification-item .sea-btn {
        padding: 0px 7px !important;
        font-size: .6rem !important;
    }
    .form_bg .form-group.row {margin-bottom: 0 !important;}
    .contact_nav.box_card_1 {margin-bottom: 20px !important;}
    .contact_wrap .contact-page .contact-panel .row.p-5 {padding: 0 !important;}
    .p_d_w1_buttons .pd_btn_1 {
        font-size: 10px;
        padding: 9px 18px 8px;
        border-radius: 36px;
        display: inline-block;
        margin: 5px 0;
    }
    .p_d_w1_buttons .btn_whatsapp {
        font-size: 10px;
        padding: 3px 16px 3px;
        position: relative;
        top: -1px;
    }
    .prodctspage  .sortby_1 {
        display: none !important;
    }
    .home_contact .gap-3 > * {
        margin: 0.8rem 0 !important;
    }
    .why-choose-sec {
        padding: 4rem 0 2rem !important;
    }
    .contact_wrap .panel-body.contact-panel .row.pl-5 {    padding-left: 0rem !important;}
    .prodc_list_w1.sec_s_bg2 .main_head_2 {text-align: center;}
    .imag_scle_1 {transform: scale(1.15) !important;}
    .who_we_1,.sub_head_2,.why-choose-sec,.about_sec_1,.about_sec_1,.home_contact,.home_contact .main_head_1 span,
    .who_we_1.abt_who_we {
        text-align: center;
    }
    .who_we_1.abt_who_we .feature-box .f_text_a1 {text-align: left;}
}
/*****************************innner page menu***************************************/
    .main_navbar .mainmenu.navbar.affix-active {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        left: 0;
    }

    .information .main_navbar,
    .product-cat .main_navbar,
    .product-pro .main_navbar,
    .product-man .main_navbar {
        position: relative;
    }
    .information .main_navbar .navbar .navbar-nav li a,
    .product-cat .main_navbar .navbar .navbar-nav li a,
    .product-pro .main_navbar .navbar .navbar-nav li a,
    .product-man .main_navbar .navbar .navbar-nav li a {
        color: #444444;
    }


    .brand.flags {
        position: relative;
    }
    .brand.flags img {
        position: relative;
        max-width: 30px;
    }
    .main_product .thumbnail img {border-radius: 16px;}
    .main_product .image-additional .thumbnail img,
    .main_product .image-additional a.thumbnail {border-radius: 8px;}
/**********************************************akz ************************************************/
.font_1 {font-family: "Poppins", sans-serif;}
.font_2 {font-family: "Josefin Sans", sans-serif;}
.font_3 {font-family: "Philosopher", sans-serif;}
/*****heading *******/
.main_head_1 {
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: .5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
} 
.home_contact .main_head_1 {
	font-size: 2rem;
}
.main_head_1 span {
	font-weight: 100;
	letter-spacing: .4rem;
	font-size: 1.5rem;
	display: block;
	text-align: left;
	margin-bottom: 1rem;
}
.main_head_2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.main_head_2 span.head_span {
	font-weight: 200;
	letter-spacing: .4rem;
	font-size: 1.5rem;
	display: block;
	text-align: left;
	margin-bottom: 1rem;
}
.sub_head_1 {
	font-size: 1.4rem;
	margin: 0 0 14px;
	color: #ccc;
}
.sub_head_2 {
	font-size: 2.5rem;
	margin: 0 0 14px;
	color: #000;
	text-transform:uppercase;
	font-weight:700;
}
.sub_head_3 {
	font-size: 1rem;
	margin: 0 0 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.sub_head_4 {
	font-size: 1.4rem;
	margin: 0 0 14px;
	font-weight: 600;
    color: #001162;
}
.sub_head_5 {
	font-size: 1.2rem;
	margin: 0 0 14px;
	font-weight: 500;
}
.main_para_1 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
	color:#ccc;
}
.main_para_2 {
	line-height: 2rem;
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}
.main_para_3 {
	line-height: 1.8rem;
	color: #666;
	font-size: .9rem;
	font-weight: 300;
}
.main_para_4 {
	line-height: 1.4rem;
	color: #666;
	font-size: .8rem;
	font-weight: 300;
}
.text_center {
	text-align: center;
}

.text-danger.form_w_font {
    font-size: 16px;
    line-height: 16px;
    margin-top: 7px;
}
.text-danger.form_w_font.text-danger {
    color: #b40011 !important;
}
.contact_f_bg {
    background: linear-gradient(135deg, #727272, #8a8a8a);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4); /* darker shadow to match grey tone */
    padding: 20px;
  }
  
/**************************************** Banner *********************************************/
.video-banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.video-banner video {
	position: absolute;
	top: -0%;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* optional dark overlay */
	z-index: 1;
}

.banner-header {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 2rem;
	z-index: 2;
	font-weight: bold;
}

.banner-content {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: left;
	z-index: 2;
	width: 84%;
}

.sea-btn {
	position: relative;
	display: inline-block;
	padding: 15px 36px;
	font-size: .9rem;
	font-weight: 600;
	color: #fff;
	background-color: #ed1c24;
	border: none;
	border-radius: 40px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(237, 28, 36, 0.3);
	text-decoration: none;
}

.sea-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff33;
	transition: all 0.4s ease;
	z-index: 1;
}

.sea-btn:hover::after {
	left: 0;
}

.sea-btn:hover {
	background-color: #fff;
	color: #000;
	border: 2px solid #ed1c24;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/*****************button*******************************/
.sea-btn {
	position: relative;
	display: inline-block;
	padding: 15px 36px;
	font-size: .9rem;
	font-weight: 600;
	color: #fff;
	background-color: #ed1c24;
	border: none;
	border-radius: 40px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(237, 28, 36, 0.3);
	text-decoration: none;
}

	.sea-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #ffffff33;
		transition: all 0.4s ease;
		z-index: 1;
	}

	.sea-btn:hover::after {
		left: 0;
	}

	.sea-btn:hover {
		background-color: #fff;
		color: #000;
		border: 2px solid #ed1c24;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

    .who_we_1 {
        padding: 3rem 0 5rem;
        background: #fff;
    }
        .who_we_1 .section-title {
            color: #ed1c24;
            font-weight: 700;
            font-size: 2rem;
        }
    
        .who_we_1 .section-desc {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.6;
        }
    
        .who_we_1 .border_sec {
            border-radius: 30px !important;
            overflow:hidden;
        }
    
        .who_we_1 .video-overlay {
            width: 80px;
            height: 80px;
            background: transparent;
            transform: translate(-50%, -50%) !important;
            left: 50% !important;
            top: 50% !important;
        }
    
        .who_we_1 .play-btn {
            background: rgba(255, 255, 255, 0.9);
            color: #ed1c24;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 84px;
            height: 80px;
            border-radius: 50%;
            transition: transform 0.3s ease, background-color 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
    
            .who_we_1 .play-btn:hover {
                transform: scale(1.1);
                background-color: #fff;
            }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); /* Black with 50% opacity */
        border-radius: 0.5rem; /* match img rounded if any */
    }
    .who_we_1 .video_modal .modal_close {
        position: absolute;
        top: -25px;
        right: -22px;
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 1055;
        opacity: 1 !important; /* ensure it's visible */
    }
    
        .who_we_1 .video_modal .modal_close::before,
        .who_we_1 .video_modal .modal_close::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px;
            background-color: #000;
            transform: translate(-50%, -50%) rotate(45deg);
        }
    
        .who_we_1 .video_modal .modal_close::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
    
        .who_we_1 .video_modal .modal_close:hover {
            background-color: #f8f8f8;
        }
    
    /*******************************************************************************************/
/******/
.menu_category {background:#fff;padding:4rem 0 5rem;max-height:auto;overflow:hidden;}
.menu_category .category_row_height {
	min-height: 420px;
}

	.menu_category .cat_box {
		min-height: 0;
		border-radius: 15px;
		display: flex;
		align-items: flex-end;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-blend-mode: overlay;
		transition: all 0.3s ease-in-out;
		padding: 0;
		color: #fff;
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.0);
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

.menu_category .cat_box.top_align {
	align-items: flex-start;
}

.menu_category .cat_box.top_align .cat_content {
	align-items: flex-start;
  padding-bottom: 10px;
    position: absolute;
    top: 18px;
    left: 22px;
}

.menu_category .cat_content {
    padding-bottom: 10px;
    position: absolute;
    top: auto;
    bottom: 18px;
    left: 22px;
}

.menu_category .cat_heading {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

.menu_category .cat_text {
	font-size: 0.85rem;
	margin: 0;
}



.cat_bg_1 {
	background-image: url('../image/c-1.jpg');
}
.cat_bg_2 {
	background-image: url('../image/c-2.jpg');
}
.cat_bg_3 {
	background-image: url('../image/c-3.jpg');
}
.cat_bg_4 {
	background-image: url('../image/c-4.jpg');
}
.cat_bg_5 {
	background-image: url('../image/c-5.jpg');
}

.readmore-icon {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: #666;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
	transition: transform 0.3s ease;
	cursor: pointer;
	z-index: 10;
}

.readmore-icon::before {
	content: "→";
}
.readmore-icon:hover {
	transform: scale(1.1);
}
/*******************Products page *****************************/
.pro_details_w .wishbutton{    position: absolute;
    right: 0;    top: 25px;
    z-index: 9;}
.pro_details_w .wishbutton .heart {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
}
.pro_details_w .price-sec .prdprice {
    font-size: 20px;
}
.product-slider-container {
  position: relative;
  overflow: hidden;
  padding: 10px 40px;
}

.product_w1 .product-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.product_w1 .product-slider {
  display: flex;
  transition: all 0.4s ease;
}

.product_w1 .product-slider > div {
  min-width: 25%; /* 4 products per view */
  box-sizing: border-box;
}

/* Slider Buttons */
.product_w1 .slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 22px;
  color: #333;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.product_w1 .prev-btn { left: 5px; }
.product_w1 .next-btn { right: 5px; }

.product_w1 .slider-btn:hover {
  background: #333;
  color: #fff;
}


/**/
.product-slider-container {
    position: relative;
    overflow: hidden;
}

.product-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.product-slider-track {
    display: flex;
    transition: transform 0.4s;
}

.relatedproduct .slider-item {
    flex: 0 0 25%;
}

@media (max-width: 992px) {
    .relatedproduct .slider-item {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 768px) {
    .relatedproduct .slider-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 576px) {
    .relatedproduct .slider-item {
        flex: 0 0 100%;
    }
}

.relatedproduct .ps-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    border: none;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.relatedproduct .left-btn { left: 0px; }
.relatedproduct .right-btn { right: 0px; }

.relatedproduct.product_w1 .prd-slider-container {
    padding: 20px 0;
}

/************/
.cat_box .hov_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: normal;
	text-align: left;
	gap: 10px;
	padding-right: 30% !important;
	background: linear-gradient(-45deg, #ff000ac9 0%, #c90007c9 100%);
	color: #e8e8e8;
	padding: 50px 20px 20px;
	line-height: 1.5;
	border-radius: 5px;
	pointer-events: none;
	transform: translateX(-99%);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

	.cat_box .hov_content .heading {
		font-size: 32px;
		font-weight: 700;
	}

.cat_box:hover .hov_content {
	transform: translateY(0);
}

.cat_box:hover .front-content {
	transform: translateX(-30%);
}

.cat_box:hover .front-content p {
	opacity: 0;
}
/* --- Hover Card Styles --- */
.menu_category .cat_hover_card {
	background: none;
	box-shadow: none;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.menu_category .card-container {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.menu_category .card {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: relative;
}

.menu_category .card .front-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	background-color: #fff;
}

.menu_category .card .front-content p {
	font-size: 28px;
	font-weight: 700;
	background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_category .card .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
	color: #e8e8e8;
	padding: 20px;
	line-height: 1.5;
	border-radius: 10px;
	pointer-events: none;
	transform: translateX(-96%);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_category .card .content .heading {
	font-size: 24px;
	font-weight: 700;
}

.menu_category .card:hover .content {
	transform: translateY(0);
}

.menu_category .card:hover .front-content {
	transform: translateX(-30%);
}

.menu_category .card:hover .front-content p {
	opacity: 0;
}
.readmore_s1 {
	position: absolute;
	left: auto;
	top: auto;
	z-index: 9;
	right: 13px;
	bottom: 10px;
}
.readmore_link {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	margin: 0;
	overflow: hidden;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	border: 0;
}

	.readmore_link:before,
	.readmore_link:after {
		content: "";
		position: absolute;
		border-radius: 50%;
		inset: 7px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	}

	.readmore_link:before {
		border: 4px solid #ed1c24;
		transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
	}

	.readmore_link:after {
		border: 4px solid #fff;
		transform: scale(1.3);
		transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
	}

	.readmore_link:hover:before,
	.readmore_link:focus:before {
		opacity: 0;
		transform: scale(0.7);
		transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.readmore_link:hover:after,
	.readmore_link:focus:after {
		opacity: 1;
		transform: scale(1);
		transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
	}

	.readmore_link .button-box {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
	}

	.readmore_link .button-elem {
		display: block;
		width: 16px;
		height: 16px;
		margin: 14px 18px 0 21px;
		transform: rotate(360deg);
		fill: #ed1c24;
	}

	.readmore_link:hover .button-box,
	.readmore_link:focus .button-box {
		transition: 0.4s;
		transform: translateX(-56px);
	}
	.readmore_link:hover .button-elem {
		fill: #fff;
	}
.cat_box:hover .readmore_link:before {
	border: 4px solid #fff;
}
.cat_box:hover .button-elem {
	fill: #fff;
}
/****************************************about page***************************************************/
.main_footer.vertical_f {
	background: #595959;
	padding: 50px 0;
}
.main_footer.main_footer_2 {
    background: #3d0301;
    padding: 15px 0;
}
/************/
.main_header .scroll-navbar.inner_menu {
	background: #fff !important;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a.active {
	color: #555;
	font-weight: 600;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a {
	color: #999;
	font-weight: 600;
}
/************/
.inner_banner {
	background: #fff;
	padding: 4rem 0 5rem;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

	.inner_banner:before {
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0%;
		opacity: .5;
    z-index: 1;
	}


.inner_b_text {
    position: absolute;
    top: auto;
    z-index: 99;
    left: 10%;
    transform: inherit;
    bottom: 10%;
}
.feature_sec_1 .feature-box {
	background-color: #555555;
	border-radius: 8px;
	overflow: hidden;
	transition-duration: 0.30s;
}
.feature_sec_1 .feature-box:hover {
    transform: translateY(-16px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28);
}

.feature_sec_1 .icon-box {
	width: 30%;
	background-color: red;
	border-radius: 8px 0 0 8px;
	padding: 20px;
}
.f_text_a1 p {
	font-size: 14px;
	font-weight: 400;
}
.who_we_1.abt_who_we {
	padding: 6rem 0 2rem ;
}

.main_blog_w  {background: #f9f9f9;}

/*********** blog *********************/

.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: all 0.35s ease;
    position: relative;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.blog-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-content {
    padding: 22px;
}

.blog-tags {
    display: none !important;
    gap: 8px;
    margin-bottom: 15px;
}
.blog-intro {display: none !important;}
.tag {
    background: #f0f6ff;
    color: #0070f3;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.blog-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
    line-height: 1.3;
}

.blog-description {
    color: #666;
    line-height: 1.65;
    font-size: 14px;
}

.blog-btn {
        position: relative;
    display: inline-block;
    padding: 12px 26px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    background-color: #ed1c24;
    border: none;
    border-radius: 40px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(237, 28, 36, 0.3);
    text-decoration: none;
}

.blog-btn:hover {
    background: linear-gradient(135deg, #c8161c, #c8161c);
    transform: translateY(-2px);
}
/******************************************/
.main_thanks {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    color: #fff;
}

.main_thanks .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.main_thanks .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.main_thanks .overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
}

.main_thanks .card {
    position: relative;
    z-index: 3;
    max-width: 850px;
    width: 100%;
    padding:40px 0 0;
    border-radius: 25px;
    backdrop-filter: inherit;
    text-align: center;
    background: transparent;
}

.main_thanks h2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.main_thanks p {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 0;
    opacity: 0.9;
}

.main_thanks .whatsapp-btn {
    align-items: center;
    background: #00cf4d;
    color: #fff;
    padding: 16px 34px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.25s 
ease;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
    display: inline-block;
    max-width: 185px;
    margin: auto;
    width: 100%;
}
.main_thanks .whatsapp-btn:hover {
    transform: translateY(-3px);
    background: #1cc85b;
    box-shadow: 0 8px 22px rgba(37,211,102,0.6);
}

.main_thanks .social-icons {
    list-style: none;
    padding: 30px 0 0;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-top: 1px solid #fff;
        text-align: center;
    justify-content: center;
}

.social-icons a.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.social-icons a.social-icon:hover {
    transform: scale(1.15);
    border-color: #fff;
}

.social-icons a.facebook:hover {
    background-color: #1877F2;
    border-color: #1877F2;
}

.social-icons a.linkedin:hover {
    background-color: #0077B5;
    border-color: #0077B5;
}

.social-icons a.instagram:hover {
    background-color: #E1306C;
    border-color: #E1306C;
}

.social-icons a.youtube:hover {
    background-color: #FF0000;
    border-color: #FF0000;
}


.main_thanks .social a:hover {
    opacity: 1;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .main_thanks .card {
        padding: 30px 20px;
    }
}

@media (max-width: 600px) {
    .main_thanks h2 {
        font-size: 42px;
    }
    .main_thanks p {
        font-size: 14px;
        margin-top: 0 !important;
    }
    .main_thanks .whatsapp-btn {
        padding: 6px 13px;
        border-radius: 10px;
        font-size: 13px;
        max-width: 130px;
    }
    .social-icons a.social-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
/************* blog details **********************/
.blog-details-wrapper br {
    display: none;
}

.blog-details-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}

.blog-details-image img:hover {
    transform: scale(1.02);
}

.blog-details-content {
    margin-top: 25px;
    display: block;
}

.blog-details-meta {
    background: #ededed;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    text-align: left;
}

.blog-meta-item {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #ffffff;
    color: #444;
}

.blog-meta-item i {
    margin-right: 6px;
    color: #ed1c24;
}

.label-category,
.label-info {
    background: #ed1c24;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 4px;
}

.blog-details-text {
    margin-top: 25px;
    line-height: 1.75;
    font-size: 16px;
    color: #333;
    text-align: justify;
    word-spacing: 1px;
}

.blog-details-text p {
    margin-bottom: 16px;
}

.blog-details-btn {
    margin-top: 25px;
    background: linear-gradient(135deg, #ed1c24, #c9151b);
    border: none;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    transition: all .3s ease;
    display: inline-block;
}

.blog-details-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #c9151b, #9d1015);
}

/***************************/
.factory_tour .tour_item {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  max-height: 220px;
    width: 100%;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.factory_tour .tour_item:hover { transform: scale(1.02); }

/* ensure gallery rows use bootstrap grid (remove any custom flex) */
.factory_tour .gallery-grid { margin-left: 0; margin-right: 0; }

/* Modal */
.factory_tour .tour_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 12000;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.82);
  height: 100vh;
}
.factory_tour .tour_modal.active { display: flex; }

.factory_tour .modal_content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.factory_tour .modal_body {
  width: 100%;
  text-align: center;
      height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.factory_tour .modal_body img {
  max-width: 100%;
  max-height: 100vh;
  border-radius: 8px;
  display: inline-block;
      position: relative;
}

/* Close button visible inside top-right of modal_content */
.factory_tour .close_modal {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 13000;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 6px 10px;
}

/* Arrows placed over modal_content, inside viewport */
.factory_tour .nav_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 13000;
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  font-size: 42px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.factory_tour .left_arrow { left: 10px; }
.factory_tour .right_arrow { right: 10px; }

.factory_tour .nav_arrow:focus,
.factory_tour .close_modal:focus { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,0.08); }

.factory_tour .nav_arrow.disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* responsive tweaks */
@media (max-width: 768px) {
  .factory_tour .modal_content { padding: 10px; }
  .factory_tour .nav_arrow { width:44px; height:44px; font-size:34px; }
  .factory_tour .left_arrow { left: 8px; }
  .factory_tour .right_arrow { right: 8px; }
  .factory_tour .modal_body img { max-height: 70vh; }
}

/* fallback for older browsers without aspect-ratio */
@supports not (aspect-ratio: 1/1) {
  .factory_tour .tour_item { height: 240px; }
}

/*********************************************/
.custm_brand .card {
    height: 100%;
    padding: 0.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.2s ease-in-out;
  }

  .custm_brand .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .custm_brand .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .custm_brand .card i {
    font-size: 2.5rem;
    color: #ed1c24;
    margin-bottom: 1rem;
  }

  .custm_brand .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .custm_brand .card-text {
    font-size: 0.95rem;
    color: #555;
  }
/********************************************************/
.certification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.certification-item p {
    margin: 0;
    font-weight: bold;
}
.certification-item a {
    text-decoration: none;
    font-size: 12px;
    padding: 0.4rem 0.9rem;
}
/****************timeline**********************/
.a_timeline {
	padding:6rem 0 3rem;
	background:#fff;
}
.timeline-wrapper {
	position: relative;
	padding: 10px 0 80px;
	overflow: hidden;
}

.timeline-line {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 3px;
	background: #ddd;
	z-index: 0;
}

.timeline-scroll {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 40px;
}

.timeline-item {
	position: relative;
	flex: 0 0 320px;
	margin: 0 20px;
	text-align: left;
}

.timeline-year {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 40px;
}

	.timeline-year::after {
		content: '';
		position: absolute;
		bottom: -22px;
		left: 15px;
		transform: translateX(-50%);
		width: 14px;
		height: 14px;
		background: #fff;
		border: 3px solid #999;
		border-radius: 50%;
		z-index: 1;
	}

.timeline-item.active .timeline-year::after {
	background: #D32026;
	border-color: #D32026;
}

.timeline-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: 0.3s;
}

	.timeline-card img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	.timeline-card .card-body {
		padding: 20px;
	}

.timeline-item.active .timeline-card {
	border: 2px solid #D32026;
	transform: translateY(-5px);
}
.timeline-card .card-body p {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.timeline-scroll::-webkit-scrollbar {
	height: 8px; /* horizontal scrollbar height */
  display: none;
}

.timeline-scroll::-webkit-scrollbar-track {
	background: #f1f1f1; /* light grey background */
	border-radius: 10px;
}

.timeline-scroll::-webkit-scrollbar-thumb {
	background: #D32026; /* brand red */
	border-radius: 10px;
}

	.timeline-scroll::-webkit-scrollbar-thumb:hover {
		background: #a9181d; /* darker red on hover */
	}

/* Firefox scrollbar */
.timeline-scroll {
	scrollbar-width: thin;
	scrollbar-color: #D32026 #f1f1f1;
}
/* Navigation buttons */
.timeline-nav {
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: flex;
	gap: 10px;
}

.timeline-btn {
	background: #555555;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

	.timeline-btn img {
		width: 18px;
	}

	.timeline-btn:hover {
		background: #333;
	}
/* 📱 Responsive Timeline Adjustments */
@media (max-width: 992px) {
	.timeline-item {
		flex: 0 0 280px; /* smaller cards on tablet */
		margin: 0 15px;
	}

	.timeline-card img {
		height: 160px;
	}
}

@media (max-width: 768px) {
	.timeline-year {
		font-size: 14px;
		margin-bottom: 35px;
	}

		.timeline-year::after {
			width: 12px;
			height: 12px;
			bottom: -20px;
		}

	.timeline-item {
		flex: 0 0 240px; /* smaller width for mobile */
		margin: 0 10px;
	}

	.timeline-card img {
		height: 140px;
	}

	.timeline-card .card-body {
		padding: 15px;
	}

    .timeline-card .card-body p {
        font-size: 0.85rem;
        line-height: 1.4rem;
    }
    .prdmiddle.p_c_aw1.pl-5 {padding-left: 0rem !important;}
}

@media (max-width: 576px) {
	.timeline-scroll {
		padding-bottom: 30px;
	}

	.timeline-nav {
		bottom: 10px;
		right: 10px;
	}

	.timeline-btn {
		width: 34px;
		height: 34px;
	}

    .timeline-btn img {
        width: 14px;
    }
    .breadcrumbs_1 {
        padding: 0.2rem 0.05rem;
    }
    .breadcrumbs_1__item + .breadcrumbs_1__item::before {
        margin: 0 0.05rem;
    }
}

/* Responsive Height Adjustments */
@media (max-width: 991.98px) {
	.factory_tour .tour_item {
		height: 250px;
        margin-bottom: 20px;
	}
    .factory_tour .row.g-3.mb-4 {margin-bottom: 0 !important;}
}

@media (max-width: 575.98px) {
	.factory_tour .tour_item {
		height: 200px;
	}
}
/*********************************************************************************************/
/************/
.counter-section {
	background: url('../image/counter.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

	.counter-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		z-index: -1;
	}

.counter-card.small-card {
	background: rgba(255, 255, 255, 0.08);
	padding: 20px 10px;
	border-radius: 16px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s ease;
	backdrop-filter: blur(8px);
}

	.counter-card.small-card:hover {
		transform: translateY(-6px);
	}

.counter-icon {
	font-size: 28px;
	margin-bottom: 12px;
	color: #fff;
}

.counter {
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	color: #fff;
}

.counter-label {
	font-size: 1.2rem;
	margin-top: 5px;
	font-weight: 400;
	color: #fff;
}

.counter-icon {
	background-color: #64261c36;
	color: #fff;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 80px !important;
	font-size: 45px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/************/
.cate_sec_1 {padding: 4rem 0 1rem;}
.category-box {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

	.category-box:hover,
	.category-box.active {
		transform: translateY(-10px) scale(1.03);
		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	}

/*.category-img {
	border-radius: 10px;
	transition: transform 0.4s ease;
}
*/
.category-title {
	font-weight: 300;
	font-size: 1.2rem;
	color: #000;
	transition: color 0.3s ease;
}

.category-box:hover .category-title,
.category-box.active .category-title {
	color: #ed1c24;
}


/*******************************************************************/
/************/
.home_contact {
	padding: 60px 0;
	backdrop-filter: blur(4px);
	overflow: hidden;
	background: url(../image/contact-us.jpg);
}
	.home_contact::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.7); /* dark overlay with 40% opacity */
		z-index: -1;
	}

	.home_contact .container {
		position: relative;
		z-index: 2;
	}
  .home_contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: #fff solid 1px;
    border-radius: 0.375rem;
    height: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.home_contact .form-control.more_width150 {width: 150%;}
.home_contact .gap-3 > * {
  margin: 0.5rem;
}
	
.subscribe_btn {
	display: flex;
	max-width: 400px;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-family: 'Poppins', sans-serif;
}

	.subscribe_btn input {
		flex: 1;
		padding: 10px 16px;
		border: none;
		outline: none;
		font-size: 14px;
		font-family: 'Poppins', sans-serif;
	}

.subscribe-btn {
	padding: 0.8rem 1.5rem;
	font-size: .8rem;
	white-space: nowrap; /* Prevent text from breaking */
	flex-shrink: 0; /* Prevent button from shrinking */
	border-radius: 7px;
}
.subscribe-btn.blog_btn_2 {
	padding: 0.3rem 1rem;
    font-size: .7rem;
}

		.subscribe_btn button:hover {
			background-color: #0056b3;
		}

/*****************/
.main_footer.vertical_f .list-unstyled li a.text-white {
    color: #ccc !important;
}
/************/
.main_footer {
  position: relative;
  padding: 80px 0 20px;
  background: #464646;
}
.main_footer .social-icons {
	display: flex;
	justify-content: flex-start; /* Left-align the icons */
	gap: 8px; /* Reduced gap between icons */
}

.main_footer .social-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #444;
	color: white;
	font-size: 1rem; /* Smaller font size */
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none; /* Removes underline */
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.main_footer .social-icon:hover {
	background-color: #00aaff;
	transform: scale(1.1);
}

.main_footer .social-icon.facebook:hover {
	background-color: #3b5998;
}

.main_footer .social-icon.twitter:hover {
	background-color: #1DA1F2;
}

.main_footer .social-icon.linkedin:hover {
	background-color: #0077B5;
}

.main_footer .social-icon.instagram:hover {
	background-color: #E4405F;
}

.main_footer .social-icon.youtube:hover {
	background-color: #FF0000;
}
.logo_max_w_1 {    max-width: 180px;}
/************/
.main_header .scroll-navbar.inner_menu {
	background: #fff !important;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a.active {
	color: #555;
	font-weight: 600;
}
.main_header .scroll-navbar.inner_menu .navbar-nav li a {
	color: #999;
	font-weight: 600;
}
.scrollTop {right: 24px !important;}
/****************************************b2b ***********************************************/
.benefit-card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  .benefit-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
  .benefit-content {
    padding: 25px 35px;   /* new padding for text */
  }
  .benefit-content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px !important;
    color: #333;
}
  .benefit-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
  }
  /************** akz new css 30-09-2025  ********************/
.brands_Sec .justfy_center {
    justify-content: center;
    text-align: center;
}
.brands_Sec .swiper-container .swiper-slide {min-width: 160px;padding: 0;}

/************************************************footer***********************************/



	.main-background h5 {
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.main-background h5:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 2px;
		background: #b60000;
		z-index: 999;
	}

	.main-background .container {
		position: relative;
		z-index: 9;
	}

.hover-effect {
	transition: color 0.3s, transform 0.3s;
}

.hover-effect:hover {
	color: #ff6600;
	transform: scale(1.1);
}

.list-unstyled li a,.list-unstyled li span {
	font-size: 16px;
}
.list-unstyled li a:hover,.list-unstyled li span:hover {
	    transform: inherit;
        color: #ed1c24 !important;
}

.list-unstyled li {
	padding-bottom: 9px;
}

.footer_nav {
	display: flex;
	justify-content: center;
}

.footer_nav li {
	padding: 0 15px;
}

.footer_nav li a {
	font-size: 12px;
}

footer {
	background-color: rgb(0 138 255);
}

footer a {
	font-size: 1.1rem;
	text-transform: capitalize !important;
}
.footer_list li {
	width: 50%;
	margin-bottom: 10px;
}
.copyright_w p {
  font-size: .85rem;
  font-weight: 300;
}
.scrollTop {
  z-index: 9999;
}
/***************************************************************************************************/
/************/
.demo_cate .category-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	padding: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}

	.demo_cate .category-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 12px 28px rgba(237, 28, 36, 0.3); /* Soft red glow */
	}

	.demo_cate .category-card img {
		border-radius: 12px;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

.demo_cate .category-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
	color: #333;
}

.demo_cate h2 {
	font-weight: 700;
	font-size: 28px;
	color: #111;
}


/************/
.about_sec_1 {
	padding: 2rem 0 4rem;
}
.eastfish-text {
	font-size: 5rem;
	font-weight: bold;
	color: #ff0a1c;
	/* background-image: url(../image/38959.jpg);
	background-size: 50%;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
	line-height: 7rem;
    min-height: 195px;
}
/************/
/* CSS */
/*.feature_s1 .feature_box {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 100%;
}*/

/*	.feature_s1 .feature_box:hover {
		transform: translateY(-5px);
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}*/

.feature_s1 .icon_wrap i {
	font-size: 2rem;
	color: #007bff; /* Customize icon color */
}

.feature_s1 h5 {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.feature_s1 p {
	font-size: 0.92rem;
	color: #6c757d;
	margin:0;
	line-height: 1.5;
}
.number_stroke {
	font-size: 4rem; /* Adjust as needed */
	font-weight: bold;
	color: transparent; /* Makes fill invisible */
	-webkit-text-stroke: 1.5px #828382; /* Stroke width and color */
}

  /******************** Testimonials  *************************************/
  .c_testminials_w {
    text-align: center;
  }
  
  .c_testminials_w .carousel-inner {
    max-width: 100%;
    position: relative;
  }
  
  .c_testminials_w .testimonial-item {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    
  }
  
  .c_testminials_w .testimonial-text {
    font-style: italic;
    font-size: 1em;
    color: #555;
    margin: 20px 0;
  }
  
  .c_testminials_w .testimonial-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 20px;
    display: none;
  }
  
  .c_testminials_w .testimonial-name {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  
  .c_testminials_w .testimonial-company {
    font-size: 1em;
    color: #777;
    font-weight: normal;
  }
  
  .c_testminials_w .carousel-indicators li {
    background-color: #b60000;
  }
  
  .c_testminials_w .carousel-indicators .active {
    background-color: #4f0000;
  }
  
  .c_testminials_w .carousel-control {
    color: #b60000;
    font-size: 30px;
  }
  
  .c_testminials_w .carousel-control:hover {
    color: #ac0404;
  }
  
  .c_testminials_w .carousel {
    margin-bottom: 0;
  }
  .c_testminials_w .carousel-indicators {
    bottom: -40px;
  }
  
  .c_testminials_w .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .c_testminials_w .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .c_testminials_w .carousel-item {
    display: block;
    min-height: 300px;
    text-align: center;
  }
  
  .c_testminials_w .item.active {
    display: block;
  }
  
  .c_testminials_w .item:not(.active) {
    display: none;
  }
  .carousel-item {
    transition: transform 0.5s ease;
}

/************/
/* .video-banner .item.active {
    display: block;
}
.video-banner .item:not(.active) {
    display: none;
} */
/* Main container for the banner slider */
.banner_slider {
    position: relative;
    width: 100%;
    max-width: 80%;
    overflow: hidden; /* Hide the items outside the container */
}

/* Wrapper that holds all items */
.banner_slider .slider-wrapper {
    display: flex; /* Place the items in a row */
    transition: transform 0.25s ease; /* Smooth transition for sliding */
}

/* Each individual slide/item */
.banner_slider .item {
    min-width: 100%; /* Each slide takes the full width */
    box-sizing: border-box;
    display: block;
}

/* Prev and Next buttons */
.banner_slider .prev, 
.banner_slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 100;
}

.banner_slider .prev {
    left: 0;
}

.banner_slider .next {
    right: 0;
}

.banner_slider .prev:hover, 
.banner_slider .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/********************************************/

.certifcate_s {
	padding: 3rem 0 5rem;
	background:#f1f1f1;
}
.certificate-box {
	border-radius: 12px;
	overflow: hidden;
    padding: 15px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin: auto;
}

	.certificate-box:hover {
		transform: scale(1.03);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.certificate-box img {
		border-radius: 0;
		transition: transform 0.3s ease;
        max-height: 120px;
	}

	.certificate-box:hover img {
		transform: scale(1.02);
	}

/************/
.export_s {
/*	background-image: url(../images/map.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}	
.export_s {
	position: relative;
	min-height: 500px; /* adjust as needed */
	color: #fff;
	z-index: 0;
	padding: 5rem 0 0;
}
.export_s .main_para_2 {
    font-size: 1.2rem;
}
.video_cover {
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity:.3;
}
.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
/************/

.social-section {
    margin-top: 20px;
}

.social-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.social-icons li a {
    color: #555;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s, color 0.3s;
        width: 30px;
    height: 30px;
}

.social-icons li a:hover {
    transform: scale(1.2);
    color: #000;
}
.social-icons li.whatsapp {background: transparent;}
.social-icons li.whatsapp a {
    color: #fff;
    background: #0dc143;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    width: auto;
    height: auto;
}

.social-icons li.whatsapp a:hover {
    transform: scale(1.1);
}

.social-icons li.whatsapp .whatsapp-text {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}.social-icons li.divider {
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    margin: 0;
}

/******************************/

.why-choose-sec {
	padding: 5rem 0 !important;
	background: #ededed;
}
.features-box {
	color: #1c1f26;
	padding: 0px 30px;
	border-radius: 20px;
	transition: 0.3s ease-in-out;
}

	.features-box .feature-item {
		display: inline-block;
		align-items: flex-start;
		gap: 18px;
		margin-bottom: 0;
		background: #ffffff;
		border-radius: 16px;
		padding: 10px;
		transition: transform 0.3s ease;
		align-items: center;
        height: 100%;
	}
    .features-box .feature-item img {border-radius: 16px;}

    .features-box .feature-item.active {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transform: translateY(-5px);
    }
    .features-box .feature-item:hover {transform: translateY(-16px);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28);}


	.features-box .icon-circle {
		background-color: #ed1c24;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.5rem;
		flex-shrink: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
		margin-bottom: 1.4rem;
	}



@media (max-width: 576px) {
	.features-box {
		padding: 30px 20px;
	}

		.features-box .feature-item {
			flex-direction: column;
			text-align: center;
			align-items: center;
		}

		.features-box .text-content {
			margin-top: 10px;
		}
}
/***************************************** Category page*******************************************************/
.row_custom {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.fr-pagination.new_pnn_1 .pagination .active span {
    border: solid 1px #da3831;
}
.child3 .fr-pagination.new_pnn_1 .pagination li a {
    border: solid 1px #666;
    color: #666;;
}
.child3 .fr-pagination.new_pnn_1 .pagination li a,
.fr-pagination.new_pnn_1 .pagination .active span {
    width: 30px;
    border-radius: 5px !important;
    text-align: center;
}
.prodctspage .sortby_1 {
    max-width: 200px;
    text-align: right;
    float: right;
}
.prodctspage .sortby_1 .form_control{    
    min-width: 150px;
    height: 37px;
}


/************************************ Categories section ********************************************/
.cate_sec_2 {
	padding:4rem 0;
}
.cate_sec_3 {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
      min-height: 180px;
}
.cate_sec_3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(180deg,rgba(42, 123, 155, 0) 34%, rgba(0, 0, 0, 0.9) 100%);
	transition-duration: .1s;
}
.cate_sec_3:hover:after {
	background: linear-gradient(180deg,rgba(42, 123, 155, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.text_hover {
    position: absolute;
    bottom: 5%;
    z-index: 9;
    color: #fff;
    left: 4%;
    text-align: center;
    width: 92%;
}
.text_hover .sub_head_5 {
    margin: 0 0 5px;
}
.cate_sec_3 .cate_a_tag {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	z-index: 99;
}
.form-control.popup_form {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .80rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: #ddd solid 1px;
    border-radius: 0.375rem;
    height: auto;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 46px;
}
.form-control.popup_form:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ddd !important; 
  }
/************************** breadcrumbs **********************************/
.breadcrumbs_1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 0.75rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	font-size: 13px;
	color: #333;
}

.breadcrumbs_1__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	overflow: hidden;
}

.breadcrumbs_1__item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
	text-transform: uppercase;
	font-weight: 600;
}

	.breadcrumbs_1__item a {
		display: inline-block;
		text-decoration: none;
		color: #021659;
		padding: 0.12rem 0.25rem;
		transition: color .15s ease;
	}

.breadcrumbs_1__item + .breadcrumbs_1__item::before {
	content: "›";
	display: inline-block;
	margin: 0 0.45rem;
	color: #bdbdbd;
	font-size: 0.9em;
}
.breadcrumbs_1__list .breadcrumbs_1__item:nth-child(2) span {
    padding-left: 7px;   /* or margin-left: 15px; */
}
.breadcrumbs_1__list .breadcrumbs_1__item + .breadcrumbs_1__item span {
    padding-left: 7px;   /* applies to 2nd and onwards */
}
/************************** breadcrumbs **********************************/
.p_l_card__item {
	background: #fff;
	border: 0px solid #ddd;
	border-radius: 16px;
	overflow: hidden;
	    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease;
	top: 0;
	position: relative;
}

	.p_l_card__item:hover {
		box-shadow: 0 3px 8px rgba(0,0,0,0.3);
		top: -10px;
	}

.p_l_card__img {
	width: 100%;
	display: block;
}

.p_l_card__footer {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0rem 1rem;
    min-height: 60px;
}

.p_l_card__title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.p_l_card__arrow {
	background: #d32f2f;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	padding: 7px;
    flex: 0 0 28px;
    display: none !important;
}

.p_l_card__arrow:hover {
	background: #b71c1c;
	transform: translateX(3px);
}
.product_d_atag {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.prodc_list_w1 {padding:2.5rem 0;}
.prodc_list_w1.sec_s_bg2 {background:#f9f9f9;}
.p_d_w1_img img {border-radius: 0.95rem !important;}
.single-product ul.type_w_1 {    
    padding: 10px 0 0;
    margin: 0 0 20px;    align-items: center;
    display: flex;
    gap: 15px;}
.single-product ul.type_w_1 li b {    font-size: 22px;
    font-weight: 600;}
.single-product ul.type_w_1 li a {
    display: inline-block;
    padding: 2px 10px;
    background: #ff0013;font-size: 22px;
    color: #fff;font-weight: 400;
    font-size: 18px !important;
    border-radius: 6px;
}
.single-product h1.main_head_2 {    font-size: 34px;    font-weight: 600;}
.p_d_w1 .badge {
	background: #d32026; /* red color for tags */
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
}

.btn_whatsapp {
	background: #0ebd05;
	color: #fff !important;
	
}
.type_font_1 span b {font-weight: 600;}
.type_font_1 span{    font-size: 22px;
    color: #000;    font-weight: 400 !important;
    display: inline-block;    margin-bottom: 15px;
    margin-right: 10px;}
.pd_btn_1 {
    text-decoration: none;
    font-size: 20px;
    padding: 13px 26px 14px;
    border-radius: 06px;
    margin-right: 17px;
    white-space: nowrap;
    display: inline-block;
}
.btn_quote {
	background: #929292;
	color: #fff !important;
}
.enq_btn_3 {
	background: #ed1c24;
	color: #fff !important;
}

.btn_whatsapp:hover,
.btn_quote:hover {
	opacity: 0.85;
	color: #fff;
	background: #464646;
}
.product_tag {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}
.product_tag li{padding:0 5px;}
	.product_tag li span {
		font-weight: 600;
	}
    .product_tag li span.type_tags,
	.product_tag li a {
        padding: 6px 11px;
        background: #ed1c24;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        border-radius: 20px;
        font-weight: 400;
	}
	.enquiry_popup {
		border-radius: 15px;
		overflow: hidden;
		background: #0000003b;
		box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	}
	
	.enquiry_popup .modal-header {
		background: #fff;
		padding: 1rem 1.5rem;
	}
	.enquiry_popup .modal-header .close.enquiry_btn {
		position: absolute;
		width: 40px;
		height: 40px;
		background: #ce0000;
		right: 27px;
        top: 28px;
		border-radius: 60px;
		color: #fff;
		padding: 0;
		font-weight: 400;
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.enquiry_popup .modal-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: #333;
	}
	
	.form-control-custom {
		border-radius: 10px;
		border: 1px solid #ddd;
		padding: 10px 15px;
		font-size: 14px;
		transition: all 0.3s ease;
		height: auto !important;
        width: 100%;
        color: #666;
	}
    .form-control-custom.form_text_area_h {height: 200px;}
	
	.form-control-custom:focus {
		border-color: #ed1c24;
		box-shadow: 0 0 8px rgba(0,123,255,0.2);
	}
	
	.q_btn_custom {
		background: #ed1c24;
		border: none;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		border-radius: 30px;
		padding: 10px 20px;
		transition: 0.3s ease;
	}
	
	.q_btn_custom:hover {
		background:#ed1c24;
		transform: translateY(-1px);
	}

/******************************************cookies**************************************************************/
.cookie-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  /* Show state */
  .cookie-popup.show {
    visibility: visible;
    opacity: 1;
  }
  
  /* Card box */
  .cookie-card {
    background: #f5eedc;
    border-radius: 20px;
    padding: 30px 20px;
    width: 320px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: fadeInUp 0.5s ease;
  }
  
  /* Cookie image */
  .cookie-img {
    width: 100%;
    margin-bottom: 15px;
	max-width: 200px;
  }
  
  /* Title */
  .cookie-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  /* Text */
  .cookie-card p {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  /* Actions */
  .cookie-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  
  /* Buttons */
  .cookie-actions a {
    flex: 1;
    text-align: center;
    padding: 10px 24px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
	font-size: 14px;
}
  
  .cookie-actions .btn-light {
    background: #f5f5f5;
    color: #000;
  }
  
  .cookie-actions .btn-dark {
    background: #000;
    color: #fff;
  }
  
  .cookie-actions a:hover {
    opacity: 0.8;
  }
  .btn-gray {font-size: 14px;}
  /* Animation */
  @keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
/***************************************** Akz end*******************************************************/

.input-group .form_control {
    color: #555;
    border: 2px solid #cbd3d9;
    padding: 10px;
    font-size: 14px;
    height: 38px;
    width: 95px;
    border-radius: 5px !important;
    margin-left: 0;
    letter-spacing: 0;

}
.product_style .pt-product {
    margin: 6px 0;
    position: relative;
    border: 0;
    padding: 10px 8px;
    border-radius: 0;
    background-color: #f8f8f8;
}

.product_style .pt-product {
    text-align: left;
}

.product_style .pt-product.text-left {
    text-align: left;
}
.product_style .pt-product .assured img {
    max-width: 22px;
}
.product_style .pt-product h3 a {
    font-family: "Poppins", sans-serif !important;
    text-transform: math-auto;
    font-size: 14px;
    color: #55565b;
    font-weight: 500;
    line-height: 22px;
}
.product_style .pt-product .price .price-new{
    color: #e82e2f;
    font-size: 14px;
    
}
.product_style .pt-product .price {
    color: #e82e2f;
    display: none !important;
    font-size: 14px;
    /* test */
}
.product_style .pt-product .productimg {
    overflow: hidden;
}
.product_style .pt-product .productimg img {
	overflow: hidden;
	transition: transform .9s;
    width: 100%;
}
.product_style .pt-product:hover .productimg img {	
	transform: scale(1.1);
}
.product_style .pt-product .ribbon {
    width: 65px;
    padding-right: 6px;
    height: 24px;
    background-color: #b6afae;
    right: 7px;
    top: 16px;
    font-size: 10px;
    font-weight: 400;
}
.product_style .pt-product .ribbon:before {
    border-bottom: 12px solid #b6afae;
    border-top: 12px solid #b6afae;
}
.product_style .pt-product .review .box {
    background: #d9c109;
}
.product_style .box .single {
    position: relative;
    top: 3px;
}
.product_style .pt-product h3 {
    height: 43px;

}
.prodct_deccription p,.prodct_deccription span {
    color: #55565b;
}
.prodct_deccription span b {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: capitalize;
}
.prodct_deccription .mainFeatures li {
    position: relative;
}
.prodct_deccription .mainFeatures li:after {
    width: 6px;
    content: "";
    position: absolute;
    height: 6px;
    background: #666;
    left: -18px;
    top: 13px;
    border-radius: 10px;
}
/* Ameen */
.container_m.container {
    max-width: 88%;
    width: 88%;
}
.pt-product {
    margin: 6px 0;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.mainmenu .navbar-nav a.nav-link {
  padding: 17px 24px !important;
  font-size: 14px;
  font-weight: 400;
}
.mainmenu .navbar-nav li:last-child a.nav-link {
  padding-right: 0 !important;
}
.brands_Sec .brands .item {
    flex: 0 0 16%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
/******* header ******/
.suppert_text {
    text-align: left;
}
.suppert_phone_icon img {
    max-width: 40px;
    margin-right: 2px;
}
.suppert_text h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.suppert_text h3 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}
.taxincl {
    font-size: 13px;
}
.price_label {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.5rem !important;
    color: #55565b;
}
/******* product ******/
.product_style .pt-product .heart {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product_style .pt-product .heart:hover i {
    color: #da3831;
}
.prodct_deccription {
    background: #f9f3f0;
}

/******* Banner ******/
.inner_banner {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #fff !important;
}
.inner_banner img {
    width: 100%;
    max-width: 100%;
    left: 0;
    position: relative;
}
.banner_text {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.banner_text h4 {
    text-align: center;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: relative;
}
.banner_text h5 {
  text-align: center;
  z-index: 9;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.child3 .fr-pagination .pagination li span {
    font-size: 13px;
}
.child3 .fr-pagination .pagination  li a {
    font-size: 13px;
    min-width: 28px;
}
.child3 .fr-pagination .pagination  li {
    padding: 0;
}
.form-control.form_control {
    padding: 6px 6px;
    font-size: 13px;
}

/******* Contact us ******/
.contact_wrap .contact-page .sub-title {
    background: #f9f3f0;
    padding: 13px 31px;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #4f4f4f;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.12);
}
.contact_wrap .form.form_bg {
    background: transparent;
    padding: 0px;
    border-radius: 22px;
}
.contact_wrap .form_bg label.control-label {
    font-size: 14px;
    margin-bottom: 0;
}
.contact_wrap .form_bg .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .90rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: #fff solid 1px;
    border-radius: 0.375rem;
        color: #000;
    height: 53px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact_wrap .form_bg .form-control.file_upload {text-align: center;}
.contact_wrap .form_bg .form-group .text-danger {
        color: #da0015 !important;
    font-size: 14px;
}
.contact_wrap .form_bg input.form-control::-webkit-input-placeholder {
    color: #555 !important;
}
.contact_wrap .form_bg input.form-control:-ms-input-placeholder {
    color: #555 !important;
}
.contact_wrap .form_bg input.form-control::placeholder {
    color: #555 !important;
}



.contact_wrap .form_bg textarea.form-control {
    height: auto !important;
}
.contact_wrap .form_bg select.form-control {
    border-radius: 7px;
    font-size: .90rem;
    letter-spacing: 0;
    color: #666;
}
.contact_nav {
    padding:0;
    margin:0;
    list-style:0;
}
.right_contact .contact_nav li span {border-radius: 140px;}
.right_contact .contact_nav li span img {max-width: 34px;}
.right_contact .contact_nav li {padding-left: 110px;margin-bottom: 35px;}
.contact_nav li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}
.contact_nav li span {
    background: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 20px;
    display: inline-block;
    border-radius: 14px;
    position: absolute;
    left: 0;
}
.contact_nav.box_card_1 li span {box-shadow:inherit;}
.contact_nav.box_card_1 li {
    padding: 10px 10px 10px 80px;
    min-height: 115px;
}
.contact_nav.box_card_1 li span {
    padding: 20px 15px;
}
.box_card_1 {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.contact_nav li span img{
    max-width:45px;
}
.contact_nav li h4 {
    font-family: "Poppins", sans-serif !important;
    color: #55565b;
    font-size: 18px;
    font-weight: 600;
}
.contact_nav li:last-child {
    margin-bottom: 0;
}
.contact_nav li p {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    font-size: 14px;
}
.panel-body.contact-panel {
    border-radius: 22px;
    padding: 0 15px !important;
    background: transparent;
}
.contact_wrap .form.form_bg .btn.btn-primary {
    width: auto;
    padding: 11px 50px;
    border-radius: 330px;
    max-width: 160px;
    min-width: 1.9rem;
    font-size: 14px;
}
.map_w_algn {width: 100%;height: 450px;}
.branches_1 .contact_nav li p {font-size: 13px;}
/******* Abpout us ******/
.about_what_we_do .border_right {
    border-right: 1px solid #ccc;
}
.about_what_we_do h3 {
    font-size: 24px;
    color: #55565b;
    text-transform: uppercase;
    margin: 0 0 .625rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2143rem;
}
.about_what_we_do h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 3rem;
    color: #55565b;
    font-weight: 800;
}
.abt_solution {
    background: #f8f8f8;
    border-radius: 10px;
}
.brand_list {
    padding:0;
    margin:0;
    list-style:none;
}
.brand_list li img {
    max-width:14px;
    margin-right:5px;
}
.brand_list li {
    color: #575757;
    font-size: 15px;
    font-weight: 400;
    text-transform: math-auto;
    margin-bottom: 7px;
}
.btn-custom {
    background-color: #98141b !important;
    color: white;
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.3s ease;
    font-family: "Poppins", sans-serif !important;
}
.prodct_decrpton {
    background: #f9f3f0;
}
.choose_card {
    padding: 35px 35px 25px;
    border-radius: 8px;
    background: #fff;
    min-height: 210px;
}
.sub_head_3 {
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
}
.choose_card img {
    max-width: 60px;
    margin-bottom: 20px;
    opacity: .6;
}
.footer_wrap.footer {
    background: #222;
    padding: 40px 0 0;
}
.footer_wrap.footer .footer-social {
    display: flex;
    background: transparent;
    padding: 0;
}
.footer_wrap.footer .footer-social a {
    width: auto;
    margin: 0;
    padding: 0 16px;
}
.footer_wrap.footer .address ul li {
    color: #ccc;
    margin-bottom: 8px;
}
.footer_wrap.footer li a {
    font-size: 14px;
    color: #ccc;
}
.footer_wrap.footer li {
    margin-bottom: 6PX;
}

/******* Abpout us ******/
.brand_Wrap h2{
    display: none;
}
.brands_bg {
    background: #f6f6f9;
}
.brands_bg .brand {
    background: #fff;
}
.brands_bg .brand img{
  display: block;
  margin: auto;
}
.content-wrapper .col-wrap .ico-box h4.content-title {
  font-size: 15px;
  font-weight: 600;
}
.content-wrapper .col-wrap .ico-box p {
  font-size: 14px;
}


.brands_Sec {
  padding: 80px 0 50px;
  background: #fff;
}
.p_l_card__item .brand_tag_1 {
  position: absolute;
  left: auto;
  right: -6px;
  bottom: 4px;
  display: none;
}
.brands_Sec .swiper-viewport {
  margin: 0;
  background: transparent;
  z-index: 1;
  border: 0;
  border-radius: 4px;
  box-shadow: inherit;
  width: 100%;
}
.brands_Sec .swiper-viewport .swiper-slide {
  background: #fff;
}

.language_drop {
  position: relative;
}
/*.language_drop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  width: 100%;
  height: 41px;
  font-size: 14px;
  padding: 3px 11px;
  width: 74px;
}*/
.language_drop .flag-container {
  position: absolute;
  top: 8px;
  left: 10px;
  pointer-events: none;
}
.language_drop .flag-container img {
  width: 24px;
  height: 16px;
}
.language_drop option {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 16px;
  padding-left: 35px;
  height: 30px;
}
.custom-select {
    position: relative;
    display: inline-block;
    background: inherit;
    padding-right: 0 !important;
  }

/* Styling the select dropdown 
.custom-select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    appearance: none; 
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/
.inner_pro_cate li a span {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 9px 2px;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    display: flex;
}
.inner_pro_cate li a img {
    box-shadow: none !important;
    margin: 0;
}
.inner_pro_cate li p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}
.main_navbar .navbar-toggler {
  display: none;
}
.main_navbar .mid-barr {
  width: 100%;
}
.main_navbar .mobile_phone {
  display: none;
}
/**************Career****************/
.main-career-box .panel {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.main-career-box .panel-heading {
    padding: 0;
    border-radius: 0;
}
.main-career-box .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #da3831;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
}
.main-career-box .panel-title a:hover,
.main-career-box .panel-title a.active {
    background: #c2302b;
}
.main-career-box .panel-title a i {
    transition: transform 0.3s;
}
.main-career-box .panel-title a.active i {
    transform: rotate(180deg);
}
.main-career-box .panel-body {
    background: #fafafa;
    padding: 20px;
}
.main-career-box .apply-btn {
    background: #da3831;
    border: none;
    padding: 8px 18px;display: none;
    color: #fff;
}
.main-career-box .apply-btn:hover {
    background: #c2302b;
}
.main-career-box .resp-list {
    padding-left: 0;
    margin: 15px 0;
}
.main-career-box .resp-list li {
    list-style: none;
    padding: 10px 12px;
    margin-bottom: 8px;
    background: #fff;
    border-left: 4px solid #da3831;
    border-radius: 6px;
    font-size: 15px;
}
.main-career-box .resp-list li i {
    color: #ff0000;
    margin-right: 8px;
}
/******* Responsive ******/
@media only screen and (max-width: 1430px) {
    .main_navbar .container_m.container {
        max-width: 100%;
        width: 100%;
    }
    .main_navbar .navbar-brand img {
        width: 150px;
    }
    .main_navbar .suppert_text h3 {
        font-size: 15px;
    }
    .main_navbar .suppert_phone_icon img {
        max-width: 28px;
        margin-right: 2px;
    }
    .main_navbar .custom-select select {
        font-size: 13px;
        padding-right: 24px;
    }
    .main_navbar .mid-barr {
      width: 100%;
    }
    .portfolio-block .grid .gallery-item {
      position: relative !important;
      left: 0px !important;
      top: 0px !important;
    }
	.container_m.container {
		max-width: 92%;
		width: 92%;
	}
	
}
@media only screen and (max-width: 1300px) {
  .main_navbar.container-fluid {
    padding: 0;
  }
  .main_navbar.container-fluid .container_m {
    padding: 0;
  }
  .main_navbar .mhidden.support_align {
    padding: 0;
  }
  
}
@media only screen and (max-width: 1260px) {
  .main_navbar .container_m.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .main_navbar .mainmenu .container-fluid {
    padding: 0;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 17px 8px 17px !important;
    font-size: 12px;
  }
  .main_navbar .support-icon.pl-5 {
    padding-left: 0rem !important;
  }
  .suppert_phone_icon img {
    max-width: 27px;
  }
  .main_navbar .suppert_text h5 {
    font-size: 10px;
  }
  .main_navbar .suppert_text h3 {
    font-size: 16px;
  }
  .main_navbar .navbar-brand {
    padding-bottom: 0;
  }
  .portfolio-block .grid {
    height: auto !important;
  }
  
  .sortby_1 .form-group.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .sortby_1 .form-group.input-group .input-group-addon {
    margin-right: 4px !important;
  }
  .support-icon.head_number {
    display: none;
  }
  .main_navbar .support_align {
    flex-direction: row-reverse !important;
  }
  .container_m.container {
    max-width: 96%;
    width: 96%;
}
.pd_btn_1 {
    font-size: 13px;
    padding: 8px 15px;
}
}

@media screen and (max-width: 1102px) {
  .mainmenu .collapse .navbar-nav li:last-child {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .container_m.container {
    max-width: 100%;
    width: 100%;
  }
  .banner_text h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .footer .address ul li {
    font-size: 12px;
  }
  .footer_wrap.footer li a {
    font-size: 12px;
  }
  .footer_wrap.footer .row.px-5{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .choose_card {
    padding: 25px;
    min-height: 280px;
    margin-bottom: 25px;
  }
  .featured section {
    padding: 0 0;
  } 
  /******** menu **********/
  .main_navbar .mshow {
    display: block;
    width: 100%;
  }
  .main_navbar .mhidden {
    display: none;
  }
  .mainmenu.navbar {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column !important;
    background-color: transparent !important;
    padding: 7px 0;
  }
  .navbar-brand img {
    width: 180px;
    margin-bottom: 0 !important;
  }
  .main_navbar .navbar-toggler {
    background: #000;
    padding: 4px 8px;
    float: right;
    margin-left: 10px;
  }
  .main_navbar .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
  }
  .main_navbar .mainmenu .row{
    align-items: center;
    width: 100%;
  }
  .main_navbar .mainmenu .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 113%;
    background: #fff;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 3px 8px !important;
    font-size: 12px;
    color: #000;
  }
  .scrollTop {
    right: auto;
    left: 2%;
  }
  .scrollTop a {
    font-size: 1.05rem;
    padding: 0.125rem .65rem;
    display: inline-block;
  }
  .parallax_bg.quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .parallax_bg.quotation-block .btn.btn-primary {
    padding: 12px 7px !important;
    font-size: 14px;
  }
  .main_navbar .navbar-toggler {
    display: block;
    position: relative;
    z-index: 99;
  }
  .mainmenu .collapse .navbar-nav li:last-child {
    display: block;
  }
  .main_navbar .mobile_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 13px;
  }
  .eastfish-text {
    font-size: 9rem;
  }
    .features-box {
        padding: 0 15px !important;
    }
    .features-box .col-md-4.d-flex {padding-top: 15px !important;padding-bottom: 15px !important;        margin: 0 !important;}
  .main_para_1 {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.6rem;
  }  

  /*****************************************************/
  .home_contact .main_head_1 {
    font-size: 2.5rem;
}

.home_contact .main_head_1 span {
    font-weight: 200;
    letter-spacing: .4rem;
    font-size: 1.2rem;
}
  .main_head_1 span {
    font-size: 1rem;
    margin-bottom: .6rem;
  }
  .main_head_1 {
    font-size: 2rem;
  }
  .home_contact h2.main_head_1 br {display: none !important;}
  .eastfish-text {
    font-size: 5rem;
}
.sea-btn {
    padding: 7px 20px;
    font-size: .7rem;
}
}
@media screen and (max-width: 767px) {
  .contact_wrap .form.form_bg {
    margin-bottom: 25px;
  }
  .about_what_we_do h3 {
    font-size: 16px;
  }
  .about_what_we_do h2 {
    font-size: 1.5rem;
  }
  .main_head_1 {
    font-size: 1.5rem !important;
  }
  .abt_solution {
    padding: 16px !important;
  }
  .main_para_1 {
    font-size: 13px;
  }
  .abt_solution img {
    margin-top: 20px;
  }
  .portfolio-block img {
    margin-bottom: 20px;
  }
  .portfolio-block .brand_list li img {
    margin-bottom: 0;
  }
  .brand_list li {
    font-size: 13px;
  }
  .parallax_bg .block-top-heading{
    font-size: 15px;
  }
  .main_head_2 {
    font-size: 1.5rem !important;
  }
  .parallax_bg .quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .brands_Sec .brands .item {
    flex: 0 0 25%;
  }
  .brands_Sec .brands .item {
    flex: 0 0 33.33%;
  }
  .video {
    background: #f3f3f3;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .brand-block {
    padding: 40px 0;
    background: #fafafa;
  }
  .prodct_deccription p, .prodct_deccription span {
    font-size: 13px !important;
  }
  .product_style .pt-product h3 a {
    font-size: 13px;
  }
  .pt-breadcrumb .breadcrumb {
    flex-wrap: nowrap;
  }
  .pt-breadcrumb .breadcrumb a {
    font-size: 10px;
  }
  .pt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.1rem;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 42px;
    height: 42px;
  }
  .tawk-min-container .tawk-button-circle.tawk-button-large {
      width: 42px;
      height: 42px;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large svg {
    width: 22px;
  }
  .whatsappchat {
    width: 37px;
    height: 29px;
    position: fixed;
    bottom: 160px;
    right: 6px;
    z-index: 9999;
  }
  .cate_sec_3 {
      min-height: 120px;
  }
  
}

@media screen and (max-width: 640px) {
  .brands_Sec {
    padding: 50px 0 33px;
  }
  .pd_btn_1 {
    text-decoration: none;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 06px;
    margin-right: 6px;
    white-space: nowrap;
    display: inline-block;
}
.type_font_1 span {
    font-size: 16px;
}
.single-product ul.type_w_1 li b {
    font-size: 16px;
}
.single-product ul.type_w_1 li a {
    font-size: 13px !important;
}
.single-product .prd-details {
    padding: 0;
}
.product-slider-container {
    padding: 10px 0;
}
}
@media only screen and (max-width: 576px) {
  .choose_card {
    padding: 25px;
    min-height: auto;
    margin-bottom: 25px;
 }
}
@media screen and (max-width: 440px) {

}