/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}

.topNavSection {
    background: #F1592A;
    padding: 10px 0px;
}

.topNavLeft p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 22.82px;
    text-align: left;

}

.topNavRight ul {
    display: flex;
    list-style: none;
    justify-content: end;
    flex-wrap: wrap;
	padding-left:0px;

}

.topNavRight li {
    border-right: 1px solid #FF8058;
    padding: 0px 12px;
}

.topNavRight li:last-child {
    border-right: none;
}

.topNavRight ul li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 22.82px;
    color: #fff;
    display: flex;
    align-items: center;

}

.iconsClass {
    margin-right: 8px;
    background-color: #000000;
    border-radius: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 28px;
    height: 27px;
}

.searchSection {
    padding: 10px 0px;
}

.searchInput form {
    width: 100%;
    max-width: 531px;
    position: relative;
    display: flex;
    align-items: center;
}
.logo{
	max-width:320px;
}
.searchInput input {
    width: 100%;
    border: 1px solid #DADADA;
    min-height: 61px;
    border-radius: 100px;
    padding: 0px 20px;
/* 	display:none; */
}

.searchInput input:focus {
    outline: none;
    border: 1px solid #F1592A;
}

.searchInput button {
    position: absolute;
    right: 0;
    background: #F1592A;
    border: 1px solid #DADADA;
    border-radius: 100px;
    padding: 10px 30px;
    color: #FFFFFF;
    right: 15px;
/* 	display:none; */
}

.navbar {
    background: #F0EFEF !important;
    padding: 0 !important;
    

}

.customNav {
    justify-content: center !important;
}

.nav-item a {
    padding: 10px 20px !important;
    color: #000000;
    font-size: 16px !important;
    font-weight: 600;
    line-height:30px;
    text-align: left;

}
.nav-item a:hover{
    background: #F1592A !important;
    color: #FFFFFF !important;
}


.navbar-nav {
    gap: 20px !important;
    align-items: center !important;
}

.active1 {
    background: #F1592A !important;
    color: #FFFFFF !important;

}
.dropdown-menu{
	overflow: auto;
    height: 362px;
}
.dropdown-menu li a{
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-toggle::after {
    /* background-image: url('../images/dropIcon.svg') !important; */
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.btn-groups {
    border: 3px solid rgb(241, 89, 42);
    position: relative;
    overflow: auto;
    max-height: 430px;
}
.btn-groups ul  {
padding-left: 0;
margin-bottom: 0;
}
.btn-groups ul li a{
   
    color: #000000;
    }
.btn-groups ul li  {
   

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #F0EFEF !important;
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    display: block;
    transition: 0.5s all;
    font-weight: 400;
    line-height: 18px;

}

.btn-groups button:hover {
    background: #F1592A17;

}

.sliderBgImage {
    background-image: url('../images/sliderBg.png');
    width: 100%;
    min-height: 475px;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-sectionLeft h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    margin-bottom: 0;


}

.slider-sectionLeft h3 {
    display: flex;
    font-size: 45px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.04em;
    align-items: center;


}

.slider-sectionLeft h3 span {

    font-size: 30px;
    font-weight: 300;
    line-height: 25.63px;


}

.slider-sectionLeft p {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 27.03px;

}

.breaking_text {
    padding-bottom: 30px;
}

.slider-sectionLeft a {
    padding: 10px 30px;
    background: #F1592A;
   
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    border-radius: 100px;

}

.saleCrousel .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color:
        #FFFFFF;
    border-radius: 10px;
    margin-right: 10px;
    background-image: none;
}

.saleCrousel .owl-carousel button.active {
    background-color:
        #F1592A;
        background-image: none;
}

.saleCrousel .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    /* transition: rotate; */
    transform: rotate(89deg);

}

.section {
    display: none;
}

.activeTab {
    display: block;
}

/* .Categorybox {
    display: grid;
  grid-template-columns: repeat(8, 1fr); 
    gap: 10px; 
   
} */

.categorySection {
    border:1px solid #00000040;
    height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    cursor: pointer;
	padding:20px;
}
.categorySection img{
	max-width:100px;
}

.categorySection p {

    font-size: 16px;
    font-weight: 600;
    line-height: 24.34px;
    text-align: center;
    color: #F1592A;

}

.ToolGallery_section{
    margin-bottom: 20px;
	width:100%;
}


.ToolGallery_section .toolGallery_item {
    max-width: 310px;
/*     max-height: 350px; */
    width: 100%;
    box-shadow: 0px 0px 5px 0px #00000040;
    background: #F6F6F6;
	height:100%;
}

.toolGallery_item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

/* .toolGallery_item img {
    max-width: 230px;
    max-height: 230px;
} */

.toolGallery_item p {

    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #000000;
	padding-bottom: 15px;
}

.toolGallery_item a {
    padding: 8px 14px;
    color: #fff;
    background-color: #F1592A;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 15px;
	transition:0.3s;
	border:1px solid  #F1592A;
}
.toolGallery_item a:hover{
	 color: #000000;
	background:#FFF;
	
}


.saleCrousel .owl-carousel .owl-item {
    animation: slideOutUp 0.5s;
    /* Initial animation when transitioning out */
}

.saleCrousel .owl-carousel .owl-item.active {
    animation: slideInUp 0.5s;
    /* Animation when transitioning in */
}


/* Define slideInUp animation */
@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Define slideOutUp animation */
@keyframes slideOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.latestCrousel-section {
    width: 100%;
    background-image: url('../images/sliderBg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;

    padding: 40px 0px;
}

.latestUnderLine {
    width: 100%;
    height: 1px;
    background:
        #EBEBEB;
    margin-bottom: 20px;
}

.shopNowSection {}

.shopNowSection {
    background-image: url('../images/Mask\ group\ \(1\).png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 30px;
    background-position: bottom;




}

.safetyHelmet {
    background-image: url('../images/Mask\ group\ \(2\).png');
}

.shopNowSection h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;



}

.shopNowSection p {
    color:
        #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    text-align: left;
    margin-bottom: 20px;

}

.shopNowSection a {
    border: 1px solid #FFFFFF;
    background-color: #F1592A;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 100px;
}

.latestNewBox {
    box-shadow: 0px 0px 1px 0px #00000040;
    background: #FFFFFF;
}

.latestNewBox img {
    max-height: 284px;
}

.latestNewBox h3 {

    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;

}

.latestNewBox p {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    letter-spacing: 0.03em;
    text-align: center;

}

.latest-heading {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-align: left;

}

.latestCrousel-section .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 17px;
    top: -55px;


}

.latestCrousel-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-image: url('../images/Vector\ 1.svg');
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;


}

.latestCrousel-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background-image: url('../images/Vector\ 2.svg');
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;


}





.latestCrousel-section .owl-prev span {
    /* background-image: url('../images/dropIcon.svg');
    width: 10px ;
    height: 10px;
    background: 0 !important; */
    display: none !important;
}

.googleTitle-Section.owl-prev span {
    display: none !important;
}

.latestCrousel-section .owl-next span {
    /* background-image: url('../images/dropIcon.svg');
        width: 10px ;
        height: 10px;
        background: 0 !important; */
    display: none !important;
}

.latestSection_text {
    padding: 30px 17px;
}

.latestSection_text h3 a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;

}

.latestSection_text p {
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #5E5E5E;

}

.brandsCrousel-section {
    padding: 45px 0px;

}

.brandCrousel_Box {
    border: 1px solid #F6F6F6;
    padding: 30px;
    max-height: 112px;
}

.googleTitle-Section {
    background: #F6F6F6;
    padding: 56px 0px;

}

.googleTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.googleTitle h1 {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    word-spacing: -7px;
   

}
.googleTitle span img{
    width: 100px;
}

.footer-logo{
    max-width: 329px;
}
.footer-list{
    margin-top: 25px;
    max-width: 250px;

}
.footer-list h1 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.footer-list ul li{
   display: flex;
   padding: 5px 0px;
}


.footer-list ul li a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
   

}

.footer-unerline {
    width: 48px;
    height: 3px;
    background-color: #F1592A;
    border-radius: 10px;

}
.footerIcon{
    background-color: #F1592A;
    padding: 5px 5px;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
}

.gmail-icon{
    padding: 7px 8px;
}
.phone-icon{
    padding: 6px 8px;
}
.locationIcon{
    padding: 6px 10px;
}
footer{
    background: #FFF9F8;
    padding: 25px 0px;
}
.followUs{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
.followUsIcon{
    display: flex;
    align-items: center;
    gap: 5px;
}
.copyright{
    border-top: 1px solid #E6E6E6;
    background: #FFF9F8;
    padding: 15px 0px;
}
.footerIcons{
    color: #F1592A;
    font-size: 25px;
}
.followUs p{
    
font-size: 20px;
font-weight: 700;
color: #000000;


}

.drop ul li{
    padding: 10px 0px;
    border-top: 1px solid #F0EFEF !important;
}




.btn-groups::-webkit-scrollbar {
    width: 5px;
    
}

/* Track */
.btn-groups::-webkit-scrollbar-track {
    background: #dbd8d8;
}

/* Handle */
.btn-groups::-webkit-scrollbar-thumb {
    background: #F1592A !important;
    border-radius: 10px;
    
}


.InnerBanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .16);
    margin-top: 30px;
}

/*breadcrumb*/
.breadcrumb {
    margin: 0px;
    justify-content: center;
}

ol.breadcrumb li a,
ol.breadcrumb li.breadcrumb-item.active {
    font-size: 16px;
    line-height: 26px;
    transition: all .3s;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*breadcrumb*/
.InnerBanner h1 {
    font-size: 35px;
    color: #F1592A;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.tools_supply_section {
    margin-top: 70px;
}

.tools_supply_content h5 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;

}
.tools_supply_content{
	background: #fff;
    width: 70%;
    margin: 24px auto;
    padding: 11px 0px;
}
.tools_supply_content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;

}

.tools_supply_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 44px;
    color: #000000;
   
}

.about-left-bottm_iner {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    min-height: 293px;
}
.about-left-bottm_iner div {
    width: 50%;
}
.about-right-inner-btm {
    margin-top: 20px;
	height:392px;
	width:100%;
}

.about-left {
    height: 400px;
    width: 100%;
}

.about-left img {
   object-fit:cover;
    width: 100%;
    height: 100%;
	object-position:cover;
}

.small-aboutImg img {
/*     height: 100%; */
    min-height: 293px;
	  object-fit:cover;
}
.about-right-inner{
	height:300px;
	width:100%
}

.about-right-inner img {
    height: 100%;
	width:100%;
	  object-fit:cover;
}

.about-right-inner-btm img {
    height: 100%;
	width:100%;
	  object-fit:cover;
}

.about_gellery_section {
    margin-top: 40px;
}

.experience-content {
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 68px;
    border-radius: 20px;
}

.experience-content h3 {
    font-size: 25px;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 900;
    text-align: center;
    margin-top: 15px;
}

.experience-content p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.experience-content img {
    width:80px;
}

.expereince-section {
    margin-top: 30px;
	margin-bottom:30px;
}

.aboutCrouselSection {
    padding: 10px 0px;
}

.company-section{
	margin-top:30px;
}
.company-right h5{
color:#F1592A;
font-size: 30px;
font-weight: 600;
line-height: 25px;
}
.company-right h3{
color:#000000;
font-size: 36px;
font-weight: 700;
}
.company-right p{
	line-height:34px;
}
.company-right{
	margin-top:30px;
	padding-right: 100px;
}
.our_team{
  
    padding: 73px 41px;
	
}
.team_img{
	max-height:550px;
	width:100%;
}
.product-qaulity{
	display:flex;
	width:100%;
	gap:20px;
}
.product-qaulity-left{
	width:60%;
	padding:50px 0px;
	background-image:url("https://rmsdemo.com/projects/jabal-ahmer/web/wp-content/uploads/2024/05/DIVIDER-LEFT.png");
	    background-position: center;
    background-size: cover;
    background-repeat: repeat;
	position:relative
	
}
.product-qaulity-right{
	width:40%;
	padding:160px 0px;
	background-image:url("https://rmsdemo.com/projects/jabal-ahmer/web/wp-content/uploads/2024/05/DIVIDER-RIGHT.png");
	  background-position: center;
    background-size: cover;
    background-repeat: repeat;
	position:relative;
	
}
.product-qaulity-left p {
    position: absolute;
    bottom: 98px;
    left: 18px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
    width: 50%;
}


.product-qaulity-left a {
    padding: 10px 40px;
    background: #F1592A;
    position: absolute;
    left: 20px;
    top: calc(100% - 80px);
    color: #fff;
	transition:0.3s 
}
.product-qaulity-left a:hover {
 
    background: #fff;
  
  
    color: #F1592A;
}
.our-team-card{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	width:50%;
	margin:0  auto;
}
.our-teamImg{
	width:100%;
	height:300px;
}
.our-teamImg img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}
.our-teamText{
	padding:16px 10px;
}
.our-teamText h4{
	color:#F1592A;
	font-size:20px;
	font-weight:400;
	margin-bottom:0;
	
}
.our-teamText p{
	color:#000000;
	font-size:18px;
	font-weight:500;
	margin-bottom:0;
	
}
.counts-itemsSection{
	width:100%;
	padding:50px 0px;
	background:#F1592A;
    
}
.counts-items{
	text-align:center;
}
.counts-items h3{
	font-size: 30px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0;
}
.counts-items p{
    color: #fff;
    font-weight: 600;
}


/* ==============================ABOUT SECTION ENDs */

/* ==============================CONTACT SECTION STARTs */
.contactUs_form {
    margin-top: 40px;
}

.getInText {
    text-align: center;
    padding: 50px;
}

.getInText h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.getInText p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.contact_heading {
    width: 87%;
}

.contact_heading h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;


}

.contact_us_map iframe {
    min-height: 500px;
}

.contact-detail {
    margin-top: 30px;
}

.contact-detail h3 {
    font-size: 20px;
    font-weight: 600;

    color: #000000;
    margin-bottom: 0;
}

.contact-detail ul {
    padding-left: 0;
    padding-right: 133px;
}

.contact-detail ul li {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-bottom: 24px;

}

.contact-detail ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}

.ul-p {
    font-size: 16px;
    font-weight: 400;

    color: #454545;
    display: block;
}

.contact-form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-form .form-control {
    border: 1px solid #EFEFEF !important;
    border-radius: 2px;
    color: #454545;
    font-size: 15px;
    padding: 10px 10px;
}

.contact-form .form-control:focus {
    border-color: #F1592A !important;
    box-shadow: none;
}

.shopNow-btn {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #F1592A;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
	transition:0.3s
}
.shopNow-btn:hover {
    background: transparent;
	color:#F1592A;
	border:1px solid #F1592A;
	
	
}

.our-brands.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot{
background-image: none;
font-size: 34px;
position: absolute;
right: 0;
top: 25%;
}
.our-brands.latestCrousel-section .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    background-image: none;
    font-size: 34px;
    position: absolute;
    left: 0px;
    top: 25%;
}
.our-brands.latestCrousel-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot{
    background-image: none;
    font-size: 34px;
    position: absolute;
    right: 0px;
    top: 25%;
}
.our-brands.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}

.googleTitle-Section .owl-nav{
 display: none !important;
   
}
.our-brands{
    margin-top: 30px;
}
.our-brands h1{
text-align: center;
font-size: 30px;
font-weight: 700;


}
.ourBrands.item{
	display:flex;
	justify-content:center;
	align-items:center;
}
.our-brands-card{
    height: 170px;
    display: flex;
    align-items: center;
    width: 100%;
	
}
.our-brands-card img{
     width: auto;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
	
}


.addHeadingClass{
	padding-top:30px;
}

a.dropdown-toggle.nav-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	    top: 17px;
    position: relative;

}
.gallery-2{
	width:100%;
	height:293px;
	
}
.gallery-2 img{
	width:100%;
	height:100%;
	object-fit:cover;
	
}
/* Style for WhatsApp floating button */
.whatsapp-button-footer {
    color: #25D366;
    font-size: 24px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    position: fixed;
    bottom: 58px;
    right: -55px;
    z-index: 999;
}


.whatsapp-button-footer a {
    display: block;
    text-decoration: none;
}
.whatsapp-button-footer img {
    width: 50%;
}
.woocommerce-breadcrumb{
	display:none;
}
.woocommerce-products-header__title page-title{
	margin-top:40px;
}
h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    color: #F1592A;
}
.expereince-section .row .col-lg-6{
	display:flex;
}
.amazonScan a h3{
	  font-size: 17px;
    font-weight: 700;
    color: #160e0e;
    margin-top: 15px;
}
.Categorybox .owl-theme .owl-dots .owl-dot {
	display:none 
}

.Categorybox .owl-next span {
	font-size:41px;
	
}
.Categorybox .owl-prev span {
	font-size:41px;
	position:absolute !important;
	left:-21px !important;
}
.Categorybox .owl-next span {
	font-size:41px;
	position:absolute !important;
	right:-21px !important;
}
.cate{
	position:relative;
}
.ourBrands .owl-dots{
	display:none;
}
.Categorybox .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display:block !important;
}
.saleCrousel .seleSection .owl-nav.disabled{
	display:none !important;
}
.saleCrousel .owl-theme .owl-dots .owl-dot span {
	display:none !important;
}
.owl-theme .owl-nav span:hover {
  color:#000000 !important;
	background:transparent !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent !important
}
.ourBrands .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-image: none;
    font-size: 34px;
    position: absolute;
    left: -8px;
    top: 25%;
}
.ourBrands .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background-image: none;
    font-size: 34px;
    position: absolute;
    right: -11px;
    top: 25%;
}

.googleTitle-Section .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-image: none;
    font-size: 34px;
    position: absolute;
    left: 0px;
    top: 25%;
}
.googleTitle-Section .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background-image: none;
    font-size: 34px;
    position: absolute;
    right: 0px;
    top: 25%;
}
.sb_instagram_header{
	display:none;
}


.highlighted-link {
  display:block; /* Ensures the background gradient covers the link */
  text-decoration: none; /* Removes the underline from the link */
}

.highlighted-link h3 {
  margin: 0; /* Removes default margin */
  padding: 10px 20px; /* Adds some padding */
  background: linear-gradient(90deg, #ff7e5f, #feb47b); /* Gradient background */
  color: white; /* Text color */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
  transition: background 0.3s ease; /* Smooth transition for background change */
}

.highlighted-link:hover h3 {
  background: linear-gradient(90deg, #feb47b, #ff7e5f); /* Changes gradient on hover */
}
.hero-section{
	width: 100%;
    height: 500px;
}
.hero-section img{
	width:100%;
	height:100%;
	object-fit:fill;
}
.heroSlide .owl-carousel .owl-nav.disabled .owl-next span {
	display:none  ;
}
.heroSlide .owl-carousel .owl-nav.disabled .owl-prev span {
	display:none  ;
}
.aws-container{
	
	width: 100%;
   
}
.aws-container .aws-search-field{
	 border: 1px solid #DADADA !important;
   
    border-radius: 100px !important;
    padding: 0px 20px !important;
    position: relative;
    z-index: 0;
}
.aws-container .aws-search-form{
	height: auto !important;
}
.aws-container .aws-show-clear .aws-search-field{
	border-radius:100px !important;
}
.aws-container .aws-search-form .aws-form-btn{
	  position: absolute !important;
    right: 23px !important;
    z-index: 2 !important;
    padding: 6px 44px !important;
    top: 10px !important;
    display: flex;
    justify-content: center;
   
    background: #F1592A !important;
    border-radius: 100px !important;
    outline: none !important;
    border: none !important;
}
}
/* .ToolGallery_section {
    display: none;
}

.ToolGallery_section:nth-child(8) {
    display: block;
} */

.loadMore a{
	padding: 10px 30px;
    border-radius: 5px;
    border: none;
    background: #F1592A !important;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 283px;
	
}
.activeTab .row .col-md-4{
	display:flex;
	height:auto;
}
.toolGallery_item img{
	max-height:200px;
}
/*21 june*/

.fullimg img {
    min-height: 430px;
	height:430px;
}
@media (max-width:991px) {
.container{
    max-width:100%;
}
}

@media (max-width:767px) {
    .fullimg img {
        height: 320px;
		min-height:320px;
    }
	.logo{
		margin: 0 auto;
	}
	.topNavLeft p{
		text-align:center !important;
	}
	.topNavRight ul{
		  justify-content: center !important;
	}
	
	div#sbi_images {
		        grid-template-columns: repeat(2, 1fr) !important;
	}
	
 }

/*21 june*/

/*6 august*/
@media (max-width:767px) {
	.footer-logo{
		max-width:100%;
	}
	.amazonScan a h3{
		text-align:Center;
	}
	.googleTitle h1 {
		word-spacing: 4px;
	}
}


section.error-404.not-found h1 {
    text-align: center;
    padding: 40px 15px;
    font-size: 30px;
    color: #000;
}