<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
.landing_banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.landing_banner figure img{
	width: 100%;
}
.bnr_outer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 65px;
}
.bnr_content{
	width: 60%;
}
.bnr_pic{
	width: 40%;
	text-align: center;
}
.bnr_content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
}
.bnr_content h1 span{
	display: block;
}
.bnr_iocnArea {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 740px;
    margin: 0;
}
.bnricon_item{
	width: 25%;
	display: flex;
	align-items: center;
}
.b_text{
	padding-left: 5px;
	margin: 0;
}
.b_text h5{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin: 0;
}
.b_text h5 span{
	display: block;
}
.b_icon{
	margin: 0;
}


.total_wrisband_sec{
	overflow: hidden;
}
.container-fluid{
	padding: 0 65px;
}
.bands_row{
	padding: 35px 0;
	border-bottom: 1px solid #eaecee;
}
.bands_row:last-child{
	border-bottom: 0;
}
.bands_hdngOuter{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_bands_hdng h2{
	margin: 0 0 10px;
	font-size: 35px;
	color: #252527;
	font-weight: 600;
	text-transform: uppercase;
}
.left_bands_hdng p{
	font-size: 19px;
	color: #252527;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0.82;
}
.bands_btn{
	display: inline-block;
	min-width: 170px;
	text-align: center;
	line-height: 44px;
	padding: 0 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	background-color: #ed6327;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
}
.bands_btn:hover, .bands_btn:focus{
	background-color: #181818;
	color: #fff;
}

.bands_logoOuter{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.bands_logo_item{
	width: 25%;
	padding: 0 15px;
	margin: 30px 0 0;
}
.bands_innrbdy{
	background-color: #fbfbfb;
	border-radius: 7px;
	border: 2px solid transparent;
	transition: 0.3s;
	padding: 10px;
	height: 100%;
	display: block;
}
.bands_innrbdy:hover, .bands_innrbdy.selected{
	border-color: #ed6327;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.bands_logo{
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
}
.bands_logo img{
	max-width: 225px;
	max-height: 100%;
}
.bands_text{
	text-align: center;
}
.bands_text p{
    font-size: 12px;
}
.bands_text h3{
	font-size: 14px;
	color: #181818;
	margin: 0;
	font-weight: 600;
	line-height: 25px;
}
.bands_text h5{
	font-size: 13px;
	color: #cf5c29;
	margin: 0;
	line-height: 22px;
	font-style: italic;
}
.bands_text h4{
	font-size: 15px;
	color: #0bbe3e;
	font-weight: 700;
	margin: 0;
}
.bands_text h4 span{
	font-size: 14px;
	color: #111;
	font-style: italic;
	margin-left: 12px;
	display: inline-block;
	font-weight: 400;
}
.rating{
	margin: 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rating_star {
    width: 95px;
}
.rating span{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 100%;
}
.rating .count_rating{
	font-size: 13px;
	color: #343434;
	font-style: italic;
	margin: 3px 0 0 4px;
}
.bands_text h5 span{
	display: block;
}
.bands_text{
	padding: 10px 0px 10px;
}
.left_bands_hdng, .rght_bands_btn {
    margin: 0;
}


.lanyard_catagory .bands_logo{
	height: 210px;
}
.bandsfive_row .bands_logo_item{
	width: 20%;
}
.lanyard_catagory .card_outer .bands_logo{
	height: auto;
	padding: 0 20px;
}

/*.lanyard_catagory .card_outer .bands_logo img{
	width: 100%;
	max-width: 280px;
}*/
.lanyard_catagory .badge_outer .bands_logo{
	height: 260px;
} 

.bands_logo.collpse_bandlogo{
	height: 230px;
}
.bands_logo.pre_bandlogo{
	height: 210px;
}

.bands_text h6{
	margin-bottom: 0;
	margin: 15px 0 0;
	font-size: 14px;
	color: #3d3d3d;
	font-style: italic;
}

.tyvek_outer .bands_logo img, .soul_bndOuter .bands_logo img{
    max-width: 170px;
}
.tyvek_outer .bands_logo {
    height: 100px;
}
.description_text{
	margin: 15px 0 0;
}
.description_text p{
	color: #252527;
	opacity: 0.82;
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.bands_text.sml_lnyard  h3{
	font-size: 13px;
}
.bands_text.presml_lnyard  h3{
	font-size: 11px;
}

.slider-index-two .row{
	margin: 0;
}
.cloth_outer .bands_logo img {
    max-width: 190px;
}
.cloth_outer .bands_logo{
	height: 160px;
}
/*==========responsve===========*/

@media(max-width: 1500px){
	.container-fluid{
		padding: 0 15px;
	}
}
@media(max-width: 1365px){
	
	.left_bands_hdng h2, .rvw_hdng h2, .product_hdng h2{
		font-size: 27px;
	}
	.left_bands_hdng p, .rvw_hdng p, .product_hdng p{
		font-size: 14px;
	}
	.bands_innrbdy{
		height: 100%;
	}
	/*.bands_logo{
		height: 175px;
	}*/
	.bands_text h3{
		font-size: 17px;
	}
	.bands_text h4{
		font-size: 16px;
	}
	.bands_logoOuter {
	    margin: 0 -5px;
	}
	.bands_logo_item{
		padding: 0 5px;
	}
	.bands_text h5{
		font-size: 12px;
	}
	
/*.trust_iconitem a img{
	max-width: 135px;
}*/
.count_rating{
	font-size: 14px;
}
.bands_logo_item{
	margin-top: 20px;
}
}

@media(max-width: 1199px){
	.bands_logo_item{
		width: 25%;
	}
	
/*.customer_slideOuter .slick-prev:after{
	top: 0;
}*/
.bandsfive_row .bands_logo_item {
    width: 25%;
}
}
@media(max-width: 991px){
	.bands_row {
    padding: 30px 0;
}
.left_bands_hdng h2, .rvw_hdng h2, .product_hdng h2 {
    font-size: 22px;
}
.left_bands_hdng p, .rvw_hdng p, .product_hdng p {
    font-size: 12px;
}
.bands_btn{
	min-width: 120px;
}
.bands_logo_item {
    width: 33.33%;
}

.bandsfive_row .bands_logo_item {
    width: 33.33%;
}
}
@media(max-width: 767px){
	.bands_hdngOuter{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.left_bands_hdng {
    margin-bottom: 15px;
    width: 100%;
}
.bands_logo_item {
    width: 50%;
}

.bands_logoOuter {
    margin: 0 -10px;
}
.bands_logo_item {
    padding: 0 10px;
    display: block;
}

.bandsfive_row .bands_logo_item {
    width: 50%;
}
.bands_text h3 {
    font-size: 15px;
}
}
@media(max-width: 568px){
	
}

@media(max-width: 480px){
.left_bands_hdng h2, .rvw_hdng h2, .product_hdng h2 {
    line-height: 30px;
}
.bands_logo img {
    max-width: 150px;
}
.bands_logo {
    height: 121px;
}
.bands_row {
    padding: 18px 0;
}
.lanyard_catagory .bands_logo {
    height: 150px;
}
}

@media(max-width: 420px){

.bands_logo_item {
    margin-top: 15px;
}
.bands_logo img{
	max-width: 100%;
}

/*.landing_banner figure img {
    min-height: 90px;
}*/
.bands_logo {
    height: 68px;
}
.bands_text h5 {
    font-size: 10px;
    line-height: 15px;
}
.bands_text {
    padding: 10px 0 11px;
}

.left_bands_hdng h2, .rvw_hdng h2, .product_hdng h2 {
    font-size: 17px;
    line-height: 22px;
}

.bands_text h4 span {
    font-size: 12px;
    color: #000;
    font-style: italic;
    margin-left: 0;
    display: inline-block;
    margin: 8px 0 0 10px;
}
.rating span{
	display: inline-block;
}
.count_rating{
	font-size: 12px;
	margin: 5px 0 0;
}
.bands_text h3 {
    font-size: 13px;
    line-height: 20px;
}

.bands_logoOuter {
    margin: 0 -3px;
}
.bands_logo_item {
    padding: 0 3px;
}
.bands_logo{
	padding: 0 10px;
}
.bands_innrbdy{
	padding: 10px 0;
}
.bands_text h4 {
    font-size: 14px;
}
.rating_star {
    width: 85px;
}
.bands_text h6{
	font-size: 12px;
}
.bands_logo.collpse_bandlogo {
    height: 150px;
}
.tyvek_outer .bands_logo img, .soul_bndOuter .bands_logo img {
    max-width: 100%;
}
.tyvek_outer .bands_logo {
    height: 70px;
}
.description_text p{
	font-size: 12px;
}
.bands_text p{
	font-size: 10px;
	margin-bottom: 5px;
}
.bands_btn {
    min-width: 110px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}
.cloth_outer .bands_logo{
	height: 100px;
}
.cloth_outer .bands_logo img {
    max-width: 115px;
}
}
































































































</pre></body></html>