body{
	font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
}
.btn-yellow{
	background-color: #ffc134;
	color: #000;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-warning{
	background-color: #ffc134;
	color: #000;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 800;
	font-size: 12px;
}
.text-purple{color: #9b70ba;}
.fw-black{font-weight: 900;}
.fw-heavy{font-weight: 800;}
.fw-book{font-weight: normal;}
.fw-medium{font-weight: 500;}
.fs-20{font-size: 20px}
.bg-purple {
    background-color: #9b70ba;
    border-color: #9b70ba;
}
.hvr-ripple-out:before{
	border: #ffc134 solid 6px;
}
.btn-primary.bg-purple.hvr-ripple-out:before{
	border-color: #9b70ba;
}
.btn-primary.bg-purple.hvr-ripple-out:hover{
	background-color: #9b70ba;
	border-color: #9b70ba;
}
.btn.btn-dark.hvr-ripple-out:before{
	border-color: #212529;
}
.product_page .woocommerce-message,.product_detail_page .woocommerce-message  {border-top-color: #ffba00;}
.product_page .woocommerce-message::before , .product_detail_page .woocommerce-message::before {
    content: "\e015";
    color: #ffba00;
}
.product_page .woocommerce-message a , .product_detail_page .woocommerce-message a{
	text-decoration:none; 
background-color:#9b70ba;
color:#fff; font-weight:bold;
padding:0.5em;
 }
.product_page .woocommerce-message a:hover, .product_detail_page .woocommerce-message a:hover{ color: #e1d8d8; }

/* .btn-primary.bg-purple.hvr-bounce-to-right:hover{
    background-color: #9b70ba;
	border-color: #212529;
}
.btn-primary.bg-purple.hvr-bounce-to-right:before{
	background-color: #212529;
}
.btn-dark.hvr-bounce-to-right:hover{
	background-color: #212529;
    border-color: #9b70ba;
}
.btn-dark.hvr-bounce-to-right:before{
    background-color: #9b70ba;
}

.btn-warning.hvr-ripple-out:before {
    border-color: #ffc134;
} */
hr:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    /* display: block; */
    margin: auto;
    border-radius: 10px;
    margin-top: -10px;
    border: 1px solid #000;
    /* z-index: 99; */
    position: absolute;
    right: 0;
    left: 0;
}
header {
    position: relative;
}

.brand {
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    padding: 10px;
    z-index: 2;
}
.hero-text-inner-wrapper h1 {
    font-size: 35px;
}

ul.header-contact {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    float: right;
	margin-bottom: 0;
}

ul.header-contact li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
   /*  border-right: solid 1px #ddd; */
    line-height: normal;
}

ul.header-contact li:last-child {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right: 0;
}
.header-contact li a{
	font-size: 9.92px;
	text-transform: uppercase;
	color: #0c2e41;
	text-decoration: none
}

ul.header-contact li i {
    color: #9b70ba;
    font-size: 17px;
    vertical-align: sub;
}

/* styles for desktop */
.tinynav { display: none }

#sub-nav {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    background: #f0f0f0;
}
#sub-nav li {
    position: relative;
}
#sub-nav li a {
    position: relative;
    display: block;
    padding: 9px 13px;
    font-size: 16px;
    color: #777;
    border-bottom: solid 1px #fff;
    transition: ease all 0.3s;
}
#sub-nav li a:hover {
    color: #fff;
    background: #9b70ba;
    border-bottom: solid 1px #9b70ba;
}
#sub-nav li.selected a {
    color: #fff;
    background: #9b70ba;
    border-bottom: solid 1px #9b70ba;
}



#hmenu,
#hmenu ul,
#hmenu ul li,
#hmenu ul li a,
#hmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hmenu:after,
#hmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#hmenu #menu-button {
    display: none;
}


.nav-wrapper {
    background: #fff;
    width: 100%;
    display: table;
    position: relative;
}

#hmenu {
    width: auto;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 1;
    float: right;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#hmenu > ul > li {
    float: left;
}

#hmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#hmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#hmenu.align-center ul ul {
    text-align: left;
}

#hmenu.align-right > ul > li {
    float: right;
}

#hmenu.align-right ul ul {
    text-align: right;
}

#hmenu > ul > li > a {
	color: #9b70ba;
	text-transform: uppercase;
	font-size: 12.89px;
	font-weight: 900;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
@media screen and (min-width: 1008px){
	#hmenu > ul > li > a {
		margin: 0px 15px;
		padding: 30px 0;
		position: relative;
	}
}
#hmenu > ul > li:last-child > a{
	padding-right: 0
}
#hmenu > ul > li:hover > a,
#hmenu > ul > li.active > a {
    color: #005aaa;
}
#hmenu > ul > li.parent.active>a:before,#hmenu > ul > li.parent.active ul > li.active>a:before, #hmenu > ul > li a:hover:before {
    content: "";
    background-color: #ffc134;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#hmenu > ul > li.parent > a {
    padding-right: 25px;
}

#hmenu > ul > li.parent > a::after {
    position: absolute;
    top: 30px;
    right: 6px;
    font-family: bootstrap-icons !important;
    content: "\f128";
    color: inherit;

}

#hmenu > ul > li.parent:hover > a::after {
    border-color: #009ae1;
}

#hmenu ul ul {
    position: absolute;
    left: -9999px;
    min-width: 200px;
    z-index: 99;
}

#hmenu li:hover > ul {
    left: auto;
}

#hmenu.align-right li:hover > ul {
    right: 0;
}

#hmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#hmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#hmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#hmenu ul li:hover > ul > li {
    height: 42px;
}

#hmenu ul ul li a {
    padding: 15px 20px;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
    background: #9b70ba;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
	text-transform: uppercase;
    font-size: 12.89px;
}

#hmenu ul ul li:hover > a,
#hmenu ul ul li a:hover {
    color: #fff;
    background: #0a2344;
}

#hmenu ul ul li.parent > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    content: "\F142";
    font-family: "Material Design Icons";

}

#hmenu.align-right ul ul li.parent > a::after {
    right: auto;
    left: 10px;
    border-right: 0;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

#hmenu ul ul li.parent:hover > a::after {
    border-color: #00AFFF;
}
.hero-text-wrapper {
    position: relative;
    background: #9b70ba;
}
.hero-text-inner-wrapper {
    padding: 50px;
}
.hero-text-inner-wrapper p {
    font-size: 17px;
}

.mission-vision-cards .card {
    min-height: 265px;
    margin-bottom: 30px;
    background: #f0f0f0;
    border: none;
    display: table;
	width: 100%;
	border-radius: 5px;
}
.mission-vision-cards .card:hover{
	background: #9b70ba;
	color: #fff;
}
.mission-vision-cards .card:hover h5{color: #fff;}

@media (max-width: 1200px) {
    .hero-text-inner-wrapper {
        padding: 50px 25px;
    }
}



@media all and (max-width: 1024px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #hmenu {
        width: 100%;
    }

    #hmenu ul {
        width: 100%;
        display: none;
    }

    #hmenu.align-center > ul,
    #hmenu.align-right ul ul {
        text-align: left;
    }

    #hmenu ul li,
    #hmenu ul ul li,
    #hmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #hmenu ul li a,
    #hmenu ul ul li a {
        width: 100%;
        font-size: 15px;
        padding: 15px 20px;
    }

    #hmenu > ul > li,
    #hmenu.align-center > ul > li,
    #hmenu.align-right > ul > li {
        float: none;
        display: block;
    }


    #hmenu ul ul li a {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
        color: #000000;
        background: none;
    }

    #hmenu ul ul li:hover > a,
    #hmenu ul ul li a:hover {
        color: #fff;
    }

    #hmenu ul ul ul li a {
        padding-left: 40px;
    }

    #hmenu ul ul,
    #hmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #hmenu > ul > li.parent > a::after,
    #hmenu ul ul li.parent > a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #hmenu #menu-button {
        display: table;
        width: 100%;
        padding: 30px;
        color: #000000;
        cursor: pointer;
        font-size: 24px;
        text-transform: uppercase;
    }

    #hmenu #menu-button::before {
        content: '';
        position: absolute;
        right: 20px;
        top: 18px;
        display: block;
        background-image: url(images/list.svg);
		background-size: cover;
		height: 35px;
		width: 35px;
		background-repeat: no-repeat;
    }

    #hmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 45px;
        width: 50px;
        cursor: pointer;
    }

    #hmenu .submenu-button::before {
        content: "\f64d";
        position: absolute;
        left: 16px;
        top: 12px;
        display: block;
        font-family: bootstrap-icons !important;
        z-index: 99;
        font-size: 19px;
    }

    #hmenu .submenu-button.submenu-opened:before {
        content: "\f63b"
    }

    
}
@media (max-width: 1024px){
	.brand{
		position: relative;
		top: auto;
		margin: 0;
		width: fit-content;
		padding-left: 0px;
	}
	.top-menu-dropdown{
		position: absolute;
		top: 30px;
	}
	.top-menu-dropdown .dropdown-toggle:after{display: none}
	.top-menu-dropdown .dropdown-toggle svg{
		color: #000;
		width: 30px;
		height: 30px;
	}
	div#menu-button {
		position: absolute !important;
		top: -80px;
		width: 75px!important;
		right: 0;
	}
}
@media (max-width: 991px) {
    .hero-text-inner-wrapper {
        padding: 25px;
    }
    .hero-text-inner-wrapper h1 {
        font-size: 28px;
    }
    .hero-text-inner-wrapper p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .industry-serve-wrapper {
        padding: 40px 20px;
    }
    .tinynav {
        display: block;
        width: 100%;
        padding: 10px;
        border: solid 1px #9b70ba;
        margin-bottom: 40px;
		outline: none;
    }
    #sub-nav { display: none }
	.rega-img{
	margin: 0px 0px 0px 34px;
}
}


@media (max-width: 575px) {
   

    ul.header-contact li {
        font-size: 14px;
        display: block;
        margin: 0;
        padding: 0;
        text-align: right;
        border: 0;
    }

    ul.header-contact li i {
        font-size: 15px;
    }

    #hmenu #menu-button {
        padding: 25px;
		top: -59px;
    }

    #hmenu #menu-button::before {
        top: 19px;
		height: 25px;
		width: 25px;
		right: 0px;
    }
    .product-wrapper h5 {
        font-size: 15px;
    }
	.brand img{
		max-width: 215px;
	}
	/*.top-menu-dropdown{top: 14px;}*/
	.top-menu-dropdown .dropdown-toggle svg {
		color: #000;
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 481px) {
    
    ul.header-contact {
        padding: 10px 0;
    }
}





/* .navbar-light .navbar-nav .nav-link{
	color: #9b70ba;
	text-transform: uppercase;
	font-size: 12.89px;
	font-weight: 900;
} */
.home_hero{
	background-image: url(images/hero-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 115px;
	padding-bottom: 202px;
	background-size: cover;
    background-position-x: center;
}
.home_hero h1{
	font-size: 60px;
	line-height: 52px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 40px
}
.home_hero p{
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 35px
}
.home_hero .btn-warning{
	font-weight: 900;
	font-size: 15px;
	padding: 17px 23px;
	line-height: 15px;
}
.home_product_range .jumbotron{
	padding: 70px;
	margin-top: -70px;
	background-color: #fff;
	margin-right: 30px;
	margin-left: 30px;
}
.home_product_range .jumbotron h2 {
    color: #9b70ba;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
	margin-bottom: 20px;
}
.home_product_range .home-product-carousel{position: relative}
.home_product_range .home-product-carousel .item{
	margin: 10px;
	padding: 10px;
}
/* .home_product_range .home-product-carousel .item:hover{
	box-shadow: 0 0 8px 0px #0000004d;
} */
.home_product_range .home-product-carousel .item h4 a, .products_listing .product h4 a{
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

.home_product_range .home-product-carousel .item p, .products_listing .product p{
	font-size: 15px;
	color: #363636;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: 50%;
    line-height: 1;
    color: #005aaa;
    font-size: 50px;
    margin: 0;
	width: 50px;
	height: 50px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	display: block;
	margin-top: -10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #a178be;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -30px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -30px;
}


/* .third_fold .card{border-radius: 0; border: none} */
.third_fold .padding_box{padding: 38px; border-radius: 0; min-height: 310px; margin-bottom: 30px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.third_fold .card-title.fw-black{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -1px;
	text-transform: uppercase
}
.third_fold .card-title.fw-black small{
	color: #ffc134;
	font-size: 15px;
}
.third_fold .card-text{
	font-size: 15px;
	line-height: 24px;
}
.env_bg{
	padding: 90px 0;
	color: #fff;
	background-size: cover;
	background-image: url(images/fourth-fold.jpg);
	margin-bottom: 50px;
}
.env_bg h4{font-size: 24px;margin-bottom: 30px;}
.env_bg p{font-size: 15px; line-height: 24px;}
.fifth_fold h4{
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 50px;
}
.fifth_fold .card .card-body .card-title{font-size: 18px;}
.fifth_fold .card .card-body .card-text{
	font-size: 14px;
	line-height: 20px;
	color: #0c2e41;
	font-weight: 500
}
.fifth_fold .card .card-body .link{
	font-size: 15px;
	text-decoration: none;
}

.last_fold{
	background-color: #404155;
	padding: 50px 0;
}
.last_fold .contact, .last_fold .contact a, .last_fold .socialicons li{
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
}
.last_fold .socialicons li, .last_fold .socialicons li a{
	color: #fff;
}
.last_fold .extralinks{text-align: end}
.last_fold .extralinks li a{
	font-size: 14px;
	text-decoration: none
}
.last_fold .extralinks li:after{
	content: "|";
	margin-right: 2px;
    margin-left: 15px;
    color: #fff;
}
.last_fold .extralinks li:last-child:after{
	display: none
}

.inner_hero{
	padding-top: 105px;
	padding-bottom: 135px;
	background-color: #003c4d;
	color: #ffffff;
	background-blend-mode: overlay;
	background-size: cover;
    background-position: center;
}
.inner_hero h1{
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase
}
.breadcrumb-item,.breadcrumb-item a, .breadcrumb-item.active{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 2
}
.filter_widget h4{
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #9b70ba;
	text-transform: uppercase
}
.filter_widget .widget h5, .bapf_body ul li{
	font-size: 13px;
	text-transform: uppercase;
	color: #363636;
	font-weight: 900;
}
.bapf_body ul li input{
	display: none;
}
.filter_widget:before {
    content: "";
    height: 50px;
    display: block;
    top: -50px;
    position: absolute;
    right: 0;
    left: -100%;
    background: #fff;
}

.filter_widget .widget .table tr td{
	padding-left: 0px
}
.form-check-input[type=checkbox]{
	border-radius: 0;
}
.filter_widget .widget .form-check-label, .bapf_body ul li ul li{
	font-size: 13px;
	color: #363636;
	font-weight: 500;
	text-transform: none;
}
.bapf_body ul li ul li input{
	display: inline-block;
}

.bapf_body ul{
	padding-left: 0
}
.bapf_body ul ul{
	margin-left: 0px !important
}
.bapf_ckbox_sqchck input[type=checkbox]{
	border: 1px solid rgba(0,0,0,.25) !important;
	width: 16px !important;
	height: 16px !important;
}
.bapf_sfilter .bapf_body>ul>li{
	margin-bottom: 3rem !important;
}
.bapf_sfilter ul li:nth-child(2) ul li{
	width: 50%;
    display: inline-block;
}
@media screen and (max-width: 1199px){
	.home_hero{
		background-position-x: 65%;
	}
	.third_fold .padding_box{
		min-height: 366px;
	}
}

@media screen and (max-width: 991px){
	.home_hero h1{
		font-size: 30px;
		line-height: normal;
	}
	.home_hero p{
		font-size: 14px;
		line-height: normal;
	}
	.home_hero .btn-warning{
		font-size: 10px;
		padding: 10px 15px;
		max-width: 175px;
		display: block;
	}
	.env_bg{
		background-image: url(images/fourth-fold-mobile.jpg);
		padding: 30px 322px 310px 30px;
		background-position-y: 83%;
	}
	.last_fold .extralinks{
		text-align: left
	}
	
	.products_listing .form-select{
		border-color: #949aa0;
		color: #6c757d
	}
}

@media screen and (max-width: 750px){
	.filter_widget:before{
		display: none
	}
}

@media screen and (max-width: 576px){
	.home_hero{
		background-image: url(images/hero-bg-mobile.jpg);
		padding-bottom: 100px;
		padding-top: 300px;
		background-position-x: center
	}
	.home_hero h1{
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}
	.home_hero p{
		font-size: 14px;
		line-height: normal;
		text-align: center
	}
	.home_hero .btn-warning{
		font-size: 10px;
		padding: 10px 15px;
		max-width: 175px;
		display: block;
		margin: auto;
	}
	.home_product_range .jumbotron{
		margin-right: 0;
		margin-left: 0;
		padding: 60px 30px;
	}
	.env_bg{
		background-image: url(images/fourth-fold-mobile.jpg);
		padding: 30px 15px 310px 15px;
		background-position-y: center;
	}
	.fifth_fold .card img{
		width: 100%
	}
	.last_fold .extralinks, .last_fold .contact, .last_fold .contact a, .last_fold .socialicons{
		text-align: center
	}
	.copyrights{
		text-align: center
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: -10px;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: -10px;
	}
}


/*.product_detail_page */
.detail-container{
	padding: 100px 0
}
.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px; }
  .product-slick .slick-prev:before,
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-prev:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-prev:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: black;
    background-color: white;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
  right: 1px; }
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-next:before {
    content: "\f105"; }

.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
  left: 1px;
  z-index: 1; }
  .product-slick .slick-prev:before,
  .rtl-product-slick .slick-prev:before,
  .product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-prev:before {
    content: "\f104"; }

.product-slick .slick-slide > div,
.rtl-product-slick .slick-slide > div,
.product-right-slick .slick-slide > div,
.rtl-product-right-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product-slick:hover .slick-prev:before,
  .product-slick:hover .slick-next:before,
  .rtl-product-slick:hover .slick-prev:before,
  .rtl-product-slick:hover .slick-next:before,
  .product-right-slick:hover .slick-prev:before,
  .product-right-slick:hover .slick-next:before,
  .rtl-product-right-slick:hover .slick-prev:before,
  .rtl-product-right-slick:hover .slick-next:before {
    opacity: 1; }

.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
  right: 20px; }

.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
  left: 20px; }

.slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.4; }

.slider-nav .slick-slide.slick-current > div,
.rtl-slider-nav .slick-slide.slick-current > div,
.slider-right-nav .slick-slide.slick-current > div,
.rtl-slider-right-nav .slick-slide.slick-current > div {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1; }

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1; }

/*.slider-right-nav .slick-slide:first-child > div,
.rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0; }*/
  
  
/*Lazy load */
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0); }
	
.product_detail_page .product_title{
    font-size: 24px;
    letter-spacing: -1px;
	/*text-transform: capitalize;*/
}
.detail_title{
    color: #222222;
    text-transform: capitalize;*/
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
	margin-bottom: 10px;
}
.spec-box .spec-title, .spec-box .spec-label{
	font-size: 14px;
    color: #777777;
	margin-bottom: 5px;
	display: flex
}
.spec-box .spec-title{
	color: #000;
	float: left;
    margin-right: 7px;
}

.spec-box .product_specifications{
	list-style: none;
	padding: 0;
}
.spec-box .product_specifications li{
	position: relative;
	padding-left: 50px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.spec-box .product_specifications li:after{
	position: absolute;
	content: "";
	left: 0;
    width: 40px;
    height: 40px;
	background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    top: 3px;
    /* bottom: 0; */
}
.spec-box .product_specifications li.icon-wheeldia:after{
	background-image: url(images/wheel-size.png);
}
.spec-box .product_specifications li.icon-hub-dia:after{
	background-image: url(images/hub-dia.png);
}
.spec-box .product_specifications li.icon-weight:after{
	background-image: url(images/weight.png);
}
.spec-box .product_specifications li.icon-dan:after{
	background-image: url(images/weight.png);
}
.spec-box .product_specifications li.icon-temperature:after{
	background-image: url(images/temperature.png);
}
.spec-box .product_specifications li.icon-castor-width:after{
	background-image: url(images/castor-width.png);
}
.spec-box .product_specifications li.icon-castor-height:after{
	background-image: url(images/castor-height.png);
}
.spec-box .product_specifications li.icon-push-stem:after{
	background-image: url(https://www.wheelsperfect.com/wp-content/uploads/2022/05/push-stem.png);
}
.spec-box .product_specifications li.icon-threaded-stem:after{
	background-image: url(https://www.wheelsperfect.com/wp-content/uploads/2022/05/threaded-stem.png);
}
.spec-box .product_specifications li.icon-plate-stem:after{
	background-image: url(https://www.wheelsperfect.com/wp-content/uploads/2022/06/plate-stem.png);
}
.spec-box .product_specifications li.icon-u-clamp-stem:after{
	background-image: url(https://www.wheelsperfect.com/wp-content/uploads/2022/06/u-clamp-stem.png);
}
.spec-box .product_specifications li.icon-mounting-stem:after{
	background-image: url(https://www.wheelsperfect.com/wp-content/uploads/2022/06/mounting.png);
}
.list_icons li{position:relative; padding-left: 30px;}
.list_icons li:before{
	content: "\f138";
	position: absolute;
	font-family: bootstrap-icons !important;
	left: 0;
    color: #9b70ba;
    font-weight: 600;
}

.product_detail_page .nav-tabs .nav-link{
	border: 0;
	text-transform: uppercase;
	color: #212121;
    font-weight: 600;
	width: max-content
}
.product_detail_page .nav-tabs .nav-item.show .nav-link, .product_detail_page .nav-tabs .nav-link.active{
	border-bottom: 3px solid #9b70ba;
    color: #9b70ba;
}
.product_detail_page .tab-pane ul li{
	line-height: 2
}

.products_listing .product{
	position: relative
}
.product-listing-compare{
	position: absolute;
	display: none;
	right: 0
}
.products_listing .product:hover .product-listing-compare{
	display: block
}
@media screen and (max-width: 767px){
	/*.spec-box .product_specifications li.icon-weight{
		margin-top: 30px;
	}*/
	.nav-tabs {
		display: inline-flex;
		width: 100%;
		overflow-x: auto;
		border-bottom: 2px solid #DDD;
		-ms-overflow-style: none; /*// IE 10+*/
		overflow: -moz-scrollbars-none;/*// Firefox*/
	}
	.nav-tabs::-webkit-scrollbar {
	  display: none; /*Safari and Chrome*/
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
	}
	.nav{
		flex-wrap: inherit; 
	}
	.product_detail_hero:after{
		display: none
	}
}


.save-as-pdf-pdfcrowd-button.save-as-pdf-pdfcrowd-button-hoverable i:before{
	color: #fff
}

.yith-wcwl-add-to-wishlist i, .yith-wcwl-add-to-wishlist{
	margin-top: 0 !important;
	margin-right: 0 !important;
	color: #fff;
}
a.button.compare, .bapf_head{
	display: none;
}
a.btn.btn-dark.hvr-ripple-out.rounded-0.me-3.compare.button{
	display: inline-block;
}
.woocommerce-breadcrumb a{
	color: #fff;;
	text-decoration: none;
}
.bapf_sfilter ul li input, .bapf_sfilter ul li label {
    margin-bottom: 1rem;
}
.bapf_sfilter ul li input{
	width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}





.cat{
  /*margin: 4px;
  background-color: #104068;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  float: left;*/
}

.cat label {
  /*float: left; line-height: 3.0em;
  width: 8.0em; height: 3.0em;*/
}

/*.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}*/

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{color: #fff;}


/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}

.cat input:checked + span{background-color: #ffc134; color: #000;border-color: #ffc134;}
.cat input:checked + span:before{border-color: #ffc134 !important}

/*.button.woocommerce-wishlist-add-product.btn.button.btn-default.theme-button.theme-btn span{
	display: none;
}*/
.bapf_sfilter.bapf_button_berocket .bapf_button{
	font-size: 10px !important;
    padding: 10px 20px !important;
    line-height: 1 !important;
    background-color: #ffc134 !important;
}
.bapf_sfilter {
    margin-bottom: 10px;
}

.header_inline_icons .submenu-button{
	display: none !important;
}

.header_inline_icons .list-inline .list-inline-item {
    display: inline-block !important;
    width: 24% !important;
    text-align: center;
}
.header_inline_icons .list-inline  .list-inline-item a{
	padding: 10px 0 !important;
}

@media screen and (min-width: 2048px){
	.home_hero{
		background-size: contain;
	}
}

@media screen and (min-width: 1920px){
	.home_hero {
		padding-top: 180px;
		padding-bottom: 225px;
	}
	.container-fluid{
		max-width: 1520px;
	}
}

@media screen and (min-width: 1025px){
	.dropdown.top-menu-dropdown .dropdown-toggle{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.dropdown.top-menu-dropdown .dropdown-toggle{
		display: block;
	}
	.brand{
		left: 5px;
	}
	.top-menu-dropdown{
		top: 0
	}
	.top-menu-dropdown .btn-link{
		padding: 15.45px 0;
    	border: none;
	}
}

@media screen and (max-width: 574px){
	.slider-right-nav .slick-slide:first-child > div, .rtl-slider-right-nav .slick-slide:first-child > div{
		margin-top: 15px;
	}
	.address-container{
		padding: 13% 6% !important;
	}
	.address-container p {
		font-size: 12px;
	}
	.address-container .lead{
		font-size: 15px
	}
	.breadcrumb-item a, .breadcrumb-item.active,.breadcrumb-item{
		font-size: 9px;
		text-transform: uppercase;
		line-height: 1;
	}
	.home_product_range .home-product-carousel .item h4, .products_listing .product h4{
		line-height: 13px;
	}
	.home_product_range .home-product-carousel .item h4 a, .products_listing .product h4 a{
		font-size: 13px;
	}
	.home_product_range .home-product-carousel .item p, .products_listing .product p {
		font-size: 12px;
		line-height: 12px;
		margin-top: 5px;
	}
	.hvr-ripple-out:before {
		border: #ffc134 solid 3px;
	}
	.product-listing-compare .btn {
		font-size: 9px;
		padding: 0 !important;
		width: 25px;
		height: 25px;
		line-height: 1;
	}
	.product-listing-compare .btn svg{
		width: 12px;
		line-height: 1;
		height: 23px;
	}
	.product-listing-compare .btn i{
		line-height: 23px;
	}
	.product .btn {
		padding: 6px 9px;
		font-size: 14px;
	}
	td.rating.text-end {
		font-size: 12px;
	}
}





/*whatsapp api code*/

.pen-information{
  text-align: center;
  color: #ffffff;
}

.wa-icon {
	position: fixed;
	display: flex;
	z-index: 98;
	bottom: 25px;
	right: 30px;
	border-radius: 50%;
	box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
}

#wa-chat-widget {
	display: none;
	position: fixed;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
	bottom: 90px;
	right: 30px;
	overflow: hidden;
	z-index: 99;
	animation-name: wa-chat-animation;
	animation-duration: 1s;
	/* width: 20%; */
	opacity: 100;
}

#wa-chat-widget:target {
	display: block;
}

.wa-chat-widget-header {
	display: flex;
	background: rgb(7, 94, 84);
	background: linear-gradient(90deg, rgba(7, 94, 84, 1) 0%, rgba(18, 140, 126, 1) 85%);
	color: #ffffff;
	padding: 1rem;
}

.wa-chat-widget-header img {
	width: 48px;
}

.wa-chat-widget-header a.close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}

.wa-chat-widget-profile {
	padding: 0 1rem 0 1rem;
}

.wa-chat-widget-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
}

.wa-chat-widget-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
}

.wa-chat-widget-body .message {
	padding: 0.5rem;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.wa-chat-widget-body .message .profile-name {
	color: #787878;
}

.wa-chat-widget-body .message .wcw-message {
	margin-top: 0.5rem;
}

.wa-chat-widget-send form {
	display: flex;
	margin: 0;
	background-color: rgb(230, 221, 212);
}
.wa-chat-widget-send{
  background: rgb(230, 221, 212);
  padding: 10px
}
.wa-chat-widget-send input {
	border: none;
	padding: 0.5rem;
	width: 100%;
	border-radius: 3rem;
}

.wa-chat-widget-send button {
	background-color: #075E54;
	padding: 5px 6px 10px;
	border-radius: 50%;
	border: none;
	fill: #ffffff;
	height: 40px;
	min-width: 40px;
	margin-left: 10px;
}

@keyframes wa-chat-animation {
	from {
		opacity: 0;
	}
}


@media screen and (min-width: 992px){
	.third_fold .row-eq-height .padding_box{
		height: 100%;
		margin-bottom: 0;
	}
	.third_fold .row-eq-height{
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 1024px) {
  #hmenu ul ul {
    display: none;
    background: #222;
    padding-left: 20px;
  }

  #hmenu li.parent.open > ul {
    display: block;
  }

  #hmenu li.parent > a {
    display: block;
    position: relative;
  }

  /* Optional: Add small arrow indicator */
  #hmenu li.parent > a::after {
    content: "▼";
    position: absolute;
    right: 10px;
    font-size: 12px;
  }

  #hmenu li.parent.open > a::after {
    content: "▲";
  }
}