p, img, input, textarea, span, form, select, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}
a img, :link img, :visited img {
	border: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
.last {
	margin-right: 0!important;
}
html {
	font-size-adjust: 100%;
	-webkit-font-size-adjust: 100%;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-stretch: expanded;
	-webkit-font-stretch: expanded;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	text-rendering: optimizeLegibility;
}
* :focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus {
	outline: 0 none;
}
input[type=submit], input[type=button] {
	border: 0;
	cursor: pointer;
}
input {
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=submit], input[type=button], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
section ul, section ol {
	list-style: disc outside;
	margin-left: 15px;
	padding: 0;
}
section ul li {
}
a, input[type=submit], input[type=button], button {
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a img {
	outline: none;
}
.full-img, .size-full {
	width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
select:focus {
	outline: 0 none;
}
.clr {
	clear: both;
}
p {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-size: 1em;
}
hr {
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}





::-webkit-input-placeholder {
 opacity:  1;
}





::-moz-placeholder {
 opacity:  1;
}





::-ms-input-placeholder {
 opacity:  1;
}
 input::placeholder {
 color: #61646f;
}
 textarea::placeholder {
 color: #61646f;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-uppe-case {
	text-transform: uppercase;
}
.font-italic {
	font-style: italic;
}
.clrfix:after {
	content: "";
	display: block;
	clear: both;
}
p {
	padding-bottom: 20px;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vertical-align-middle {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
}
.hori-align-middle {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	left: 50%;
}
.both-align-middle {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.text-white {
	color: #fff;
}
.yellowtext {
	color: #feb719;
}
.bluetext {
	color: #008bb4;
}
body {
	padding: 0;
	margin: 0;
	color: #6e7681;
	font-size: 16px;
	font-family: 'Libre Franklin';
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.header {
	width: 100%;
}
.header {
	background-color: #fff;
	position: fixed;
	z-index: 1009;
	width: 100%;
	padding: 0;
	float: left;
}
.fixedTop .header {
	width: 100%;
}
.header, .logo img, .logo a, .navigation li, .logo {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
/*





.fixedTop{background: #fff;    }





.fixedTop .headerpart{position: fixed;top: 0; background: #fff; width: 100%; margin:0 auto;  border-bottom:1px solid #ccc;}





.fixedTop .headertop{position: fixed;top: 0; z-index:999; width: 100%; margin:0 auto;  border-bottom:1px solid #ccc;}











.fixedTop.headerpart .navigation ul li a.menu-dorpdown::after{top: 27px;}





.fixedTop.headerpart .navigation ul li ul li a{ padding-top:10px; border-bottom:1px solid #ccc;}





 */



.headerpartTop, .headerpartBottom {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.header-top-show .header {
	transform: translateY(-126px);
	-webkit-transform: translateY(-126px);
	-moz-transform: translateY(-126px);
	-ms-transform: translateY(-126px);
}
.header-top-hide .header {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.header-top-show .headerpartBottom {
	left: 0;
	z-index: 999 !important;
	width: 100%;
	margin: 0 auto;
}
.header-top-show .headerpartTop {
}
.header .logo {
	padding: 13px 30px 10px 0;
	width: 200px;
	float: left;
}
.logo a {
	float: left;
}
.logo a img {
	float: left;
}
.headerpartTop {
	width: 100%;
	float: left;
}
.headerpartTop .headerTopMidPart {
	width: 780px;
	float: left;
	padding: 30px 40px;
}
.headerpartTop .headerTopMidPart .topheader_contactbox {
	float: left;
	width: 260px;
	padding: 0 20px;
	position: relative;
}
.headerpartTop .headerTopMidPart .topheader_contactbox:after {
	content: '';
	background-color: #e5e5e5;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
}
.headerpartTop .headerTopMidPart .topheader_contactbox h4 {
	line-height: 30px;
	font-family: 'Libre Franklin';
	font-size: 16px;
	color: #61646f;
	font-weight: normal;
	padding-bottom: 7px;
}
.headerpartTop .headerTopMidPart .topheader_contactbox:first-child h4 i {
	font-size: 11px;
}
.headerpartTop .headerTopMidPart .topheader_contactbox h4 i {
	color: #fff;
	background-color: #a8a9ad;
	padding: 6px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .email a {
	font-family: 'Libre Franklin';
	font-size: 16px;
	color: #61646f;
	font-weight: normal;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .phone a {
	font-family: 'Libre Franklin';
	font-size: 18px;
	color: #002d5e;
	font-weight: 500;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i {
	color: #fff;
	background-color: #a8a9ad;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 14px;
	float: left;
	margin-right: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-facebook:hover {
	background-color: #3B5998;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-google-plus:hover {
	background-color: #d34836;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-pinterest-p:hover {
	background-color: #cb1f24;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-twitter:hover {
	background-color: #1dcaff;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-linkedin:hover {
	background-color: #0077B5;
}
.headerpartTop .headerTopMidPart .topheader_contactbox .socialicons a i.fa-instagram:hover {
	background-color: #ffc838;
}
.headerpartTop .headerTopMidPart .topheader_contactbox:last-child {
	width: 180px !important;
}
.headerpartTop .headerTopMidPart .topheader_contactbox:last-child:after {
	content: '';
	display: none;
}
.headerpartTop .headerTop_rqstquote {
	width: 220px;
	float: right;
	padding: 39px 0;
}
.headerpartTop .headerTop_rqstquote a {
	font-size: 16px;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: 600;
	background-color: #ff5500;
	width: 220px;
	height: 48px;
	line-height: 48px;
	float: right;
	text-align: center;
	text-transform: uppercase;
}
.headerpartTop .headerTop_rqstquote a:hover {
	background-color: #002d5e;
}
.headerpartBottom {
	background-color: #00aaad;
	width: 100%;
	float: left;
	padding: 0;
}
.headerpartBottom .search_area {
	width: 270px;
	float: right;
	position: relative;
}
.headerpartBottom .search_area form input[type='search'] {
	width: 266px;
	padding: 0 40px 0 20px;
	height: 38px;
	line-height: 38px;
	margin: 7px 0;
	font-size: 14px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	border: 0;
	outline: 0;
}
.headerpartBottom .search_area form input[type='submit'] {
	border: 0;
	outline: 0;
	padding: 20px;
	background: url(img/searchicon.png) no-repeat top 17px right 20px;
	right: 0;
	position: absolute;
}
.headerpartBottom .search_area form input[type='submit']:hover {
	opacity: 0.7;
}
.navigationnn {
	width: 930px;
	float: left;
}
.navigation {
	float: left;
	width: 100%;
}
.navigation ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.navigation ul li:first-child a {
	background: url(img/homeicon.png) no-repeat top 17px left 15px;
	padding-left: 45px;
}
.navigation ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}
.navigation ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	padding: 15px 12px;
	font-family: 'Brandon Grotesque';
	font-weight: 500;
	text-transform: uppercase;
}
.navigation ul li a:hover {
	color: #fff;
	background-color: #002d5e;
}
.navigation ul li.active a {
	color: #fff;
	background-color: #002d5e;
}
.navigation ul li a.menu-dorpdown:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	color: #008bb4;
	right: 8px;
	top: 45px;
}
.navigation ul li a.menu-dorpdown {
	padding-right: 24px;
}
.navigation ul li a.menu-dorpdown:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	color: #fff;
	right: 8px;
	top: 20px;
}
.navigation ul li a.menu-dorpdown {
	padding-right: 24px;
}
.navigation ul li ul {
	position: absolute;
	text-align: left;
	left: 0;
	top: 52px;
	width: 220px;
	background-color: #fff;
	display: none;
	border: 1px solid #e3e7e9;
	z-index: 15;
}
.navigation ul li ul li:last-child {
	border-bottom: 0;
}
.navigation ul li ul li:first-child a {
	background: none;
	padding-left: 0;
}
.navigation ul li ul li a {
	background: none !important;
	padding-left: 0;
}
.navigation ul li ul:after, .navigation ul li ul:before {
	bottom: 100%;
	left: 44px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.navigation ul li ul li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #e3e7e9;
}
.navigation ul li ul li a {
	padding: 10px 0;
	color: #00aaad;
	font-size: 16px;
	position: static;
	background-color: transparent;
}
.navigation ul li.active ul li a {
	color: #00aaad;
}
.navigation ul li ul li a:before {
	content: normal;
}
.navigation ul li ul li a:hover {
	color: #fff;
	z-index: 5;
}
.navigation ul li ul li a span {
	position: relative;
	z-index: 4;
}
.navigation ul li ul li:hover {
	background-color: #00aaad !important;
}
.navigation ul li ul li:hover a {
	color: #fff !important;
}
.navigation ul li.active ul li {
	padding-left: 0;
	padding-right: 0;
}
.navigation ul li.active ul li a {
	padding: 10px;
}
.home_banner_slider {
	height: auto;
	width: 100%;
}
.home_banner_slider .bannerslider {
	width: 100%;
	margin-top: 180px;
	float: left;
	position: relative;
}
.bannerslider .bannerslider_content {
	width: 100%;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	top: auto;
	left: 0;
	text-align: left;
	bottom: 50px;
}
.bannerslider .bannerslider_content .container {
	padding: 0 50px;
}
.bannerslider .bannerslider_content h1 {
	font-family: 'Brandon Grotesque';
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
}
.bannerslider .bannerslider_content h1 strong {
	font-weight: 900;
}
.bannerslider .bannerslider_content h1 .lightfont {
	font-weight: 300;
}
.bannerslider .bannerslider_content span.of {
	font-family: 'Dead Stock ';
	text-transform: lowercase;
	padding: 0 10px;
}
.bannerslider .bannerslider_content a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: 600;
	background: #ff5500 url(img/arrow.png) no-repeat right 20px center;
	width: 280px;
	height: 64px;
	line-height: 64px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.bannerslider .bannerslider_content a:hover {
	background-color: #00aaad;
}
.bannerslider .bannerslider_content .sb {
	font-family: 'Brandon Grotesque';
	font-size: 60px;
	font-weight: 500;
	line-height: 50px;
	width: auto;
	display: inline-block;
	padding: 0 5px;
}
.bannerslider .bannerslider_content .sb .whitelayerbg {
	background-color: rgba(255,255,255,0.5);
	margin-top: 10px;
}
.bannerslider .bannerslider_content .sliderlogopart {
	float: right;
}
.bannerslider .bannerslider_content .sliderlogopart img {
	float: left;
	padding: 0 7px;
}
.bannerslider .bannerslider_content h2 {
	font-family: 'Product Sans';
	color: #fff;
	font-size: 24px;
	letter-spacing: 10px;
	margin: 10px 0;
}
.bannerslider .bannerslider_content h2 span.redbg {
	background-color: #ed2f3e;
	padding: 0 0 0 8px;
}
.bannerslider .bannerslider_content h1 .blackfont {
	line-height: 80px;
	font-weight: 900;
	font-size: 90px;
}
.bannerslider .bannerslider_content h2 span.yellowbg {
	background-color: #ffff00;
	color: #018001;
	padding: 0 0 0 8px;
}
.bannerslider .bannerslider_content h3 {
	font-family: 'Product Sans';
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
}
.bannerslider .bannerslider_content h3 strong {
	font-size: 48px;
}
.home_banner_slider .slick-slider .slick-arrow {
	position: absolute;
	top: 60%;
	z-index: 99;
	cursor: pointer;
	border: 0;
	outline: 0;
	width: 46px;
	height: 40px;
}
.home_banner_slider .slick-slider .slick-arrow.slick-prev {
	left: 30px;
	background: url(img/prev.png) no-repeat center left;
}
.home_banner_slider .slick-slider .slick-arrow.slick-prev:hover {
	background: url(img/prevhover.png) no-repeat center left;
}
.home_banner_slider .slick-slider .slick-arrow.slick-next {
	right: 30px;
	background: url(img/next.png) no-repeat center right;
}
.home_banner_slider .slick-slider .slick-arrow.slick-next:hover {
	background: url(img/nexthover.png) no-repeat center right;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.section {
	padding: 70px 0;
	width: 100%;
	float: left;
}
.homeproduct_sec {
	width: 100%;
	float: left;
	padding: 100px 0 40px;
}
.homeproduct_sec .homeaside {
	width: 230px;
	float: left;
}
.homeproduct_sec .homearticle {
	width: 970px;
	float: left;
}
.homeproduct_sec .homeaside .homeproduct_catagorypart {
}
.homeproduct_catagorypart h3 {
	color: #61646f;
	font-family: 'Brandon Grotesque';
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.homeproduct_catagorypart .homeproduct_catbox {
}
.homeproduct_catagorypart .homeproduct_catbox ul.minheight {
	height: 260px;
	overflow: auto;
}
.homeproduct_catagorypart .homeproduct_catbox h4 {
	width: auto;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background-color: #61646f;
	padding: 3px 5px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	font-size: 14px;
	min-width: 100px;
}
.homeproduct_catagorypart .homeproduct_catbox .cat-item a {
	width: auto;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background-color: #61646f;
	padding: 3px 5px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	font-size: 14px;
	min-width: 100px;
	cursor: text;
	pointer-events: none;
}
.homeproduct_catagorypart .homeproduct_catbox ul {
	margin: 15px 0;
}
.homeproduct_catagorypart .homeproduct_catbox ul li {
	list-style: none;
	margin-bottom: 8px;
}
.homeproduct_catagorypart .homeproduct_catbox ul li a {
	color: #61646f;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight: normal;
}
.homeproduct_catagorypart .homeproduct_catbox ul li ul.children li {
	margin-bottom: 0;
}
.homeproduct_catagorypart .homeproduct_catbox ul li ul.children li a {
	pointer-events: visible;
	cursor: pointer;
	color: #61646f;
	padding: 5px 0 !important;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	background-color: transparent;
	text-transform: capitalize !important;
}
.homeproduct_catagorypart .homeproduct_catbox ul li a:hover {
	color: #ff5500;
}
.homeproduct_catagorypart .homeproduct_catbox ul li ul.children li a:hover {
	color: #ff5500;
}
.homeproduct_sec .homeproductArea {
	position: relative;
	width: 100%;
	float: left;
}
.homeproduct_sec .homeproductArea:before {
	content: '';
	position: absolute;
	left: 230px;
	background: #e5e5e5;
	width: 1px;
	height: 100%;
	top: 0;
}
.homeproduct_sec .homearticle .homeproductpart {
	width: 100%;
	float: left;
}
.homearticle .homeproductpart .product_catname {
	width: 100%;
	display: inline-block;
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e5e5;
}
.brdcmp {
	font-family: 'Libre Franklin';
	font-size: 12px;
	font-weight: normal;
	color: #61646f;
	padding: 5px 40px 6px;
}
.brdcmp a {
	font-family: 'Libre Franklin';
	font-size: 12px;
	font-weight: normal;
	color: #61646f;
}
.brdcmp a.homee {
	background: url(img/home_icon.png) no-repeat top 1px left;
	padding-left: 22px;
}
.brdcmp a:hover {
	color: #ff5500;
}
.homearticle .homeproductpart .product_catname .product_cat_arrival {
	float: left;
	margin-left: 50px;
}
.homearticle .homeproductpart .product_catname .product_cat_popular {
	float: left;
	margin-left: 10px;
}
.homearticle .homeproductpart .product_catname .product_cat_arrival a {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 18px;
	font-weight: bold;
	background-color: #00aaad;
	font-family: 'Brandon Grotesque';
}
.homearticle .homeproductpart .product_catname .product_cat_popular a {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 18px;
	font-weight: bold;
	background-color: #f58220;
	font-family: 'Brandon Grotesque';
}
.homearticle .homeproductpart .homeproduct_box_area {
	padding-left: 40px;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.homearticle .homeproductpart .homeproduct_box_wrap {
	margin-left: -30px;
}
.homearticle .homeproductpart .homeproduct_box {
	width: 290px;
	float: left;
	text-align: center;
	margin-left: 30px;
	margin-top: 20px;
}
.homeproductpart .homeproduct_box .homeproduct_box_img {
	position: relative;
}
.homeproductpart .homeproduct_box .homeproduct_box_img a {
	margin-top: 0;
	opacity: 0;
	font-family: 'Libre Franklin';
	font-weight: 600;
	color: #fff;
	background: #f58220 url(img/plusicon.png) no-repeat right 15px center;
	font-size: 14px;
	padding: 0 30px 0 15px;
	line-height: 40px;
	text-align: left;
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 45%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
}
.homeproductpart .homeproduct_box .homeproduct_box_title {
	padding: 15px 0;
	color: #61646f;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Libre Franklin';
	text-transform: uppercase;
	text-align: center;
	height: 68px;
	width: 100%;
	float: left;
}
.homeproductpart .homeproduct_box .homeproduct_box_img img {
	display: block;
	height: 330px;
	width: 100%;
	object-fit: cover;
}
.homeproductpart .homeproduct_box .homeproduct_box_img:hover a {
	opacity: 1;
}
.homeproductpart .homeproduct_box .homeproduct_box_img a:hover {
	background-color: #002d5e;
}
.homeproductpart .homeproduct_box .homeproduct_box_img .overlay_imghover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(97,100,111,0.8);
	z-index: 7;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: scale(0);
}
.homeproductpart .homeproduct_box .homeproduct_box_img:hover .overlay_imghover {
	opacity: 1;
	transform: scale(1, 1)
}
.home_about_sec {
	width: 100%;
	float: left;
	background-color: #61646f;
	padding: 0;
	margin: 20px 0 0;
	position: relative;
}
.home_about_sec .home_about_imgpart {
	width: 50%;
	float: left;
}
.home_about_sec .home_about_imgpart img {
	width: 100%;
	display: block;
}
.home_about_sec .home_about_imgcont {
	width: 50%;
	float: right;
	position: relative;
}
.home_about_sec:after {
	background: url(img/home_about_right_corner.png) no-repeat right bottom;
	content: '';
	width: 251px;
	height: 246px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home_about_sec .home_about_imgcont .aboutimgcont {
	width: 400px;
	position: absolute;
	top: 20%;
	transform: translateY(20%);
	left: 125px;
	z-index: 1;
}
.home_about_imgcont .aboutimgcont h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Brandon Grotesque';
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 25px;
}
.home_about_imgcont .aboutimgcont p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: normal;
}
.home_about_imgcont .aboutimgcont a {
	background: url(img/plusicon.png) no-repeat center right;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 15px;
	display: inline-block;
	float: left;
}
.home_about_imgcont .aboutimgcont a:hover {
	color: #f58220;
	background: url(img/plusicon_orange.png) no-repeat center right;
}
.section_title {
	width: 100%;
	text-align: center;
}
.section_title h3 {
	color: #61646f;
	font-family: 'Brandon Grotesque';
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.section_cont {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}
.section_cont p {
	font-size: 16px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.section_title h4 {
	color: #25313a;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.why_choose_sec {
	width: 100%;
	float: left;
	background: #f6f6f6 url(img/why_bgimg.jpg) no-repeat top right;
}
.why_choosePart {
	width: 100%;
	float: left;
}
.why_choosePart .whychoose_boxarea {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.whychoose_boxarea .whychooseIconboxWrap {
	margin-left: -25px;
}
.whychoose_boxarea .whychooseIconboxWrap .whychoose_iconbox {
	width: 178px;
	min-height: 165px;
	margin-left: 25px;
	float: left;
	border: 1px solid #a8a9ad;
	text-align: center;
	margin-bottom: 25px;
	padding: 20px 4px;
}
.whychoose_boxarea .whychoose_iconbox img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.whychoose_boxarea .whychoose_iconbox .iconimg {
	width: 100%;
	float: left;
	height: 50px;
	position: relative;
}
.whychoose_boxarea .whychoose_iconbox .icontitle {
	width: 100%;
	float: left;
	position: relative;
	height: 80px;
}
.whychoose_boxarea .whychoose_iconbox p {
	color: #61646f;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Libre Franklin';
	font-size: 13px;
	padding-bottom: 0;
	padding-top: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.why_choosePart .rqstqbtnPart {
	width: 50%;
	float: left;
	padding-left: 30px;
}
.rqstqbtnPart .logoIcon {
	text-align: center;
	width: 280px;
	margin-top: 102px;
}
.rqstqbtnPart .rqstqbtn {
}
.rqstqbtnPart .rqstqbtn a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: 600;
	background: #ff5500 url(img/arrow.png) no-repeat right 40px center;
	width: 280px;
	height: 64px;
	line-height: 64px;
	float: left;
	text-align: left;
	padding-left: 40px;
	text-transform: uppercase;
	margin-top: 30px;
}
.rqstqbtnPart .rqstqbtn a:hover {
	background-color: #00aaad;
}
.peopleSay_slide .slick-list.draggable {
	overflow: hidden;
}
.what_people_say_sec .container {
	width: 1280px;
	margin: 0 auto;
}
.what_people_say_sec {
	width: 100%;
	float: left;
}
.what_people_say_sec .peopleSay_slide {
	width: 100%;
	float: left;
}
.peopleSay_slide .peoplesay_BoxWrap {  /*margin-left:-80px; */
	position: relative;
}
.peopleSay_slide .peoplesayBox {
	padding: 0 40px;
}
.peopleSay_slide .peoplesayBox-inner {
	width: 558px;
	margin-top: 20px;
	float: left;
	border: 1px solid #a8a9ad;
	padding: 35px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.peopleSay_slide .peoplesayBox-inner:before {
	content: '';
	background: url(img/quoteicon.png) no-repeat left top;
	padding: 30px;
	filter: grayscale(100%);
	margin-top: -56px;
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.peopleSay_slide .peoplesay_BoxWrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 29%, rgba(207,64,207,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(29%, rgba(255,255,255,1)), color-stop(100%, rgba(207,64,207,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 29%, rgba(207,64,207,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 29%, rgba(207,64,207,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 29%, rgba(207,64,207,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 29%, rgba(207,64,207,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cf40cf', GradientType=1 );
	z-index: 7;
}
.peopleSay_slide .peoplesay_BoxWrap::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: rgba(207,64,207,0);
	background: -moz-linear-gradient(left, rgba(207,64,207,0) 0%, rgba(255,255,255,1) 71%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,64,207,0)), color-stop(71%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(207,64,207,0) 0%, rgba(255,255,255,1) 71%);
	background: -o-linear-gradient(left, rgba(207,64,207,0) 0%, rgba(255,255,255,1) 71%);
	background: -ms-linear-gradient(left, rgba(207,64,207,0) 0%, rgba(255,255,255,1) 71%);
	background: linear-gradient(to right, rgba(207,64,207,0) 0%, rgba(255,255,255,1) 71%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf40cf', endColorstr='#ffffff', GradientType=1 );
	z-index: 7;
}
.peoplesayBox p {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #5d5f66;
	font-family: 'Libre Franklin';
}
.peoplesayBox .people_name {
	font-weight: 500;
	color: #002d5e;
	font-size: 16px;
	font-family: 'Libre Franklin';
	padding-bottom: 8px;
}
.peoplesayBox .people_info {
	font-size: 16px;
	font-weight: normal;
	color: #61646f;
	font-family: 'Libre Franklin';
}
.peopleSay_slide .peoplesayBox .plusicon {
	opacity: 0;
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.peopleSay_slide .peoplesayBox .plusicon a {
	background: #00aaad url(img/plusicon.png) no-repeat center center;
	height: 50px;
	width: 50px;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.peopleSay_slide .peoplesayBox-inner:hover:before {
	content: '';
	filter: grayscale(0);
}
.peopleSay_slide .peoplesayBox-inner:hover {
	border: 1px solid #00aaad;
	filter: grayscale(0);
}
.peopleSay_slide .peoplesayBox-inner:hover .plusicon {
	opacity: 1;
}
.peopleSay_slide .peoplesay_BoxWrap.slick-slider .slick-arrow.slick-prev {
	left: 0px;
	background: url(img/prev_btn.png) no-repeat center left;
}
.peopleSay_slide .peoplesay_BoxWrap.slick-slider .slick-arrow.slick-next {
	right: -30px;
	background: url(img/next_btn.png) no-repeat center right;
}
.peopleSay_slide .peoplesay_BoxWrap.slick-slider .slick-arrow {
	z-index: 9;
	padding: 15px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 40%;
	transform: translateX(-50%);
}
.home_expart_sec {
	width: 100%;
	float: left;
	background: url(img/home_expartarea_bg.jpg) no-repeat top left fixed;
	margin-top: 20px;
	position: relative;
	padding: 0;background-size: cover;
}
.home_expart_sec .overlaybgg {
	background: rgba(55,57,63,0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.home_expart_sec .ourexpart_contentPart {
	width: 50%;
	float: left;
	padding: 70px 0;
}
.home_expart_sec .ourexpart_contentPart h4 {
	color: #fff;
	font-family: 'Brandon Grotesque';
	font-weight: 100;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 35px;
	padding-bottom: 20px;
}
.home_expart_sec .ourexpart_contentPart h4 strong {
	font-weight: bold;
}
.home_expart_sec .ourexpart_contentPart p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: normal;
}
.home_expart_sec .ourexpart_contentPart p strong {
	text-transform: uppercase;
}
.home_expart_sec .ourexpart_contactForm {
	width: 50%;
	float: left;
	text-align: center;
	padding: 70px 100px 40px;
}
.ourexpart_contactForm .expartForm {
	background: #fff;
	padding: 15px 45px 0;
	margin-top: 25px;
	width: 100%;
	float: left;
	position: relative;
}
.ourexpart_contactForm .expartForm:before {
	background: url(img/contactformbg-top.png) no-repeat top center;
	content: '';
	height: 26px;
	left: 0;
	top: -25px;
	width: 100%;
	position: absolute;background-size: cover;
}
.expartForm h4 {
	font-family: 'Brandon Grotesque';
	font-weight: 300;
	font-size: 24px;
	color: #5d5f66;
	line-height: 24px;
	text-transform: uppercase;
}
.expartForm h3 {
	font-family: 'Brandon Grotesque';
	font-weight: 300;
	font-size: 30px;
	color: #5d5f66;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.expartForm h4 strong {
	color: #f58220;
	font-weight: bold;
}
.expartForm h3 strong {
	color: #00aaad;
	font-weight: bold;
}
.expartForm p {
	color: #5d5f66;
	font-family: 'Libre Franklin';
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.form-row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}
.form-row.form-row-half {
	width: 48%;
}
.form-row.pull-right {
	float: right;
}
.form-row label {
	display: block;
	margin: 6px 0;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Libre Franklin';
	line-height: 24px;
	color: #25313a;
}
.form-row input[type=text], .form-row input[type=email], .form-row input[type=tel], .form-row input[type=url], .form-row select {
	height: 46px;
	background-color: #FFFFFF;
	border: 1px solid #a8a9ad;
	color: #61646f;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	outline: 0;
}
.form-row select {
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.form-row select option {
	padding: 10px 17px;
}
.form-row textarea {
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid #a8a9ad;
	width: 100%;
	padding: 15px;
	color: #61646f;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	resize: none;
	outline: 0;
}
.cont-btn-sub {
	height: 48px;
	width: 100%;
	background: #ff5500;
	line-height: 44px;
	padding: 0 60px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	font-family: 'Libre Franklin';
	color: #FFFFFF;
	text-transform: uppercase;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.cont-btn-sub:hover {
	background: #00aaad;
}
.submitBtnn {
	margin-bottom: 0;
}
.client_sec {
	width: 100%;
	float: left;
}
.client_sec .client_part {
	width: 100%;
	float: left;
}
.client_part .clientimgbox {
	text-align: center;
	margin: 30px 0;
	float: left;
	width: 12.5%;
	min-height: 40px;
}
.client_part .clientimgbox img {
	text-align: center;
	width: auto;
	margin: 0 auto;
}
.client_part.slick-slider .slick-arrow.slick-prev {
	left: -20px;
	background: url(img/prev_btn.png) no-repeat center left;
}
.client_part.slick-slider .slick-arrow.slick-next {
	right: -50px;
	background: url(img/next_btn.png) no-repeat center right;
}
.client_part.slick-slider .slick-arrow {
	z-index: 9;
	padding: 15px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 40%;
	transform: translateX(-50%);
}
.client_part .slick-dots {
	display: none !important
}
.footer {
	width: 100%;
	float: left;
}
.footer .topfooter {
	background-color: #61646f;
	width: 100%;
	float: left;
	padding: 40px 0;
}
.footer .topfooter .footerbox {
	float: left;
	position: relative;
}
.footer .topfooter .footerbox h4 {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque';
	margin-bottom: 25px;
}
.footer .topfooter .footerbox p {
}
.footer .topfooter .footerbox ul {
}
.footer .topfooter .footerbox ul li {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: 'Libre Franklin';
	margin-bottom: 7px;
}
.footer .topfooter .footerbox ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.footer .topfooter .footerbox ul li a:hover {
	color: #ff5500;
}
.footer .topfooter .footerbox:nth-child(1) {
	width: 210px;
}
.footer .topfooter .footerbox:nth-child(2) {
	width: 260px;
	padding: 0 60px;
}
.footer .topfooter .footerbox:nth-child(3) {
	width: 415px;
	padding: 0 60px;
}
.footer .topfooter .footerbox:nth-child(4) {
	width: 315px;
	padding: 0 45px;
}
.footer .topfooter .footerbox:nth-child(4):after {
	content: '';
	display: none;
}
.footer .topfooter .footerbox:after {
	content: '';
	background-color: rgba(255,255,255,0.2);
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 250px;
}
.footer .topfooter .footerbox.contactinfoo li {
}
.footer .topfooter .footerbox.contactinfoo li:nth-child(1) {
	background: url(img/location.png) no-repeat left top 1px;
	padding-left: 20px;
}
.footer .topfooter .footerbox.contactinfoo li:nth-child(2) {
	background: url(img/email.png) no-repeat left top 5px;
	padding-left: 20px;
}
.footer .topfooter .footerbox.contactinfoo li:nth-child(3) {
	background: url(img/phone.png) no-repeat left top;
	padding-left: 20px;
}
.footer .topfooter .footerbox.contactinfoo li:nth-child(4) {
	background: url(img/phone.png) no-repeat left top;
	padding-left: 20px;
}
.footer .topfooter .footerbox.contactinfoo li:nth-child(5) {
	background: url(img/fax.png) no-repeat left top 2px;
	padding-left: 20px;
}
.footer .topfooter .footerbox:nth-child(4) a i {
	color: #fff;
	background-color: #a8a9ad;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-facebook:hover {
	background-color: #3B5998;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-google-plus:hover {
	background-color: #d34836;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-pinterest-p:hover {
	background-color: #cb1f24;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-twitter:hover {
	background-color: #1dcaff;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-linkedin:hover {
	background-color: #0077B5;
}
.footer .topfooter .footerbox:nth-child(4) a i.fa-instagram:hover {
	background-color: #ffc838;
}
.footerlogo {
	padding-top: 50px;
	float: left;
}
.footer .bottomfooter {
	width: 100%;
	padding: 5px 0;
	background-color: #4a4d58;
	float: left;
}
.footer .bottomfooter .copyright {
	width: 100%;
	padding: 10px 0;
	float: left;
	text-align: center;
}
.bottomfooter .copyright p {
	font-size: 12px;
	color: #c2c4ce;
	font-weight: normal;
	text-align: center;
	padding: 0;
	font-family: 'Libre Franklin';
}
.bottomfooter .copyright p b {
	font-weight: normal;
	color: #9498a5;
}
.innerpage_banner_section {
	width: 100%;
	float: left;
	margin-top: 180px;
}
.innerpage_banner_section .innerbannerimg {
	width: 100%;
	float: left;
	position: relative;
}
.innerpage_banner_section .innerbannerimg .overlaybanner {
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgba(55,57,63,0.15);
	top: 0;
	left: 0;
}
.innerpage_banner_section .innerbannerimg img {
	width: 100%;
	display: block;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title .sliderlogopart {
	float: right;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title .viewallbtn {
	float: left;
	margin-top: -12px;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title .viewallbtn a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: 600;
	background: #ff5500 url(img/arrow.png) no-repeat right 20px center;
	width: 280px;
	height: 64px;
	line-height: 64px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title .viewallbtn a:hover {
	background-color: #00aaad;
}
.inner_banner_title .sliderlogopart img {
	float: left;
	width: auto;
	padding: 0 6px;
}
.innerpage_banner_section .innerbannerimg .inner_banner_title h1 {
	font-family: 'Brandon Grotesque';
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	display: initial;
	font-weight: 500;
}
.innerbannerimg .inner_banner_title .sb {
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	float: left;
	margin-top: 10px;
}
.contact_sec {
	width: 100%;
	float: left;
}
.contact_information {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.contact_information .contactInfoBox {
	float: left;
	position: relative;
}
.contact_information .contactInfoBox .infoboximg {
	width: 40px;
	height: 40px;
	background-color: #a8a9ad;
	border-radius: 50%;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.contact_information .contactInfoBox .infoboximg img {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.contact_information .contactInfoBox .contactinfo {
}
.contact_information .contactInfoBox:nth-child(1) {
	width: 350px;
	padding-right: 22px;
}
.contact_information .contactInfoBox:nth-child(2) {
	width: 300px;
	padding: 0 22px;
}
.contact_information .contactInfoBox:nth-child(3) {
	width: 350px;
	padding: 0 22px;
}
.contact_information .contactInfoBox:nth-child(4) {
	width: 180px;
	padding-left: 22px;
}
.contact_information .contactInfoBox:nth-child(4):after {
	content: '';
	display: none;
}
.contact_information .contactInfoBox:after {
	content: '';
	width: 1px;
	height: 45px;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 5px;
}
.contact_information .contactInfoBox .contactinfo h4 {
	color: #61646f;
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: normal;
}
.contact_information .contactInfoBox .contactinfo p {
	font-size: 14px;
	color: #61646f;
	font-weight: normal;
	font-family: 'Libre Franklin';
	margin-bottom: 7px;
}
.contact_information .contactInfoBox .contactinfo p a {
	color: #61646f;
}
.contactUs .contactform {
	width: 50%;
	float: left;
	padding-right: 50px;
}
.contactUs .contactmap_area {
	width: 50%;
	float: left
}
.contactUs .contactmap_area .locationmap {
	margin-top: 36px;
	float: left;
	width: 100%;
}
.contactUs {
	width: 100%;
	float: left;
	padding: 35px 0 0;
}
.contactUs h3 {
	color: #61646f;
	font-size: 24px;
	font-family: 'Brandon Grotesque';
	margin-bottom: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.contactUs form input.inputName {
	background: url(img/name_icon.png) no-repeat center right 10px;
}
.contactUs form input.inputEmail {
	background: url(img/mail_icon.png) no-repeat center right 10px;
}
.contactUs form input.inputPhone {
	background: url(img/phone_icon.png) no-repeat center right 10px;
}
.contactUs form textarea.inputMsg {
	background: url(img/msg_icon.png) no-repeat top 20px right 10px;
}
/* Clip text element */





.clip-text {
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: inline-block;
	/* Color fallback */





	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip-text:before, .clip-text:after {
	position: absolute;
	content: '';
}
/* Background */





.clip-text:before {
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: inherit;
}
/* Text Background (black zone) */





.clip-text:after {
	position: absolute;
	z-index: -1;
	/* top: 0;





    right: 0;*/





	bottom: 50px;
	left: 200px;
	background-color: #fff;
	opacity: 0.7;
}
/* Change the background position to display letter when the black zone isn't here */





.clip-text--no-textzone:before {
	background-position: -.65em 0;
}
.clip-text--no-textzone:after {
	content: none;
}
/* Use Background-size cover for photo background and no-repeat background */





.clip-text--cover, .clip-text--cover:before {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */





.clip-text_one {
	background-image: url(img/clipimg1.jpg);
	background-position: left top;
}
.clip-text_two {
	background-image: url(../images/banner-img2.jpg);
	background-position: left 200px;
}
.clip-text_contact {
	background-image: url(img/clipimg1.jpg);
	background-position: left 200px;
}
.lname {
	margin-top: 36px;
}
.carpet_productBoxArea {
}
.carpet_productBoxArea .product_details_box {
	margin: 20px 0;
	width: 100%;
	float: left;
	padding: 30px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.carpet_productBoxArea .product_details_box .productdetailsimg {
	width: 330px;
	float: left;
}
.carpet_productBoxArea .product_details_box .productdetails_info {
	width: 530px;
	float: right;
	padding-left: 30px;
}
.carpet_productBoxArea .product_details_box .productdetails_info h3 {
	color: #25313a;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Brandon Grotesque';
}
.carpet_productBoxArea .product_details_box .productdetails_info h4 {
	color: #25313a;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Brandon Grotesque';
}
.carpet_productBoxArea .product_details_box .productdetails_info p {
	color: #61646f;
	font-size: 14px;
	font-family: 'Libre Franklin';
	line-height: 24px;
}
.carpet_productBoxArea .product_details_box .plusicon {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.carpet_productBoxArea .product_details_box .plusicon a {
	background: #00aaad url(img/plus.png) no-repeat center center;
	float: right;
	width: 40px;
	height: 40px;
}
.carpet_productBoxArea .product_details_box .plusicon.show_icon a {
	background: #00aaad url(img/minus.png) no-repeat center center;
	float: right;
	width: 40px;
	height: 40px;
}
.carpet_productBoxArea .product_details_box .plusicon a:hover {
	background-color: #f58220;
}
.all_product_area {
}
.all_product_area .product_nav_area {
	width: 100%;
	padding: 7px 15px;
	background-color: #a8a9ad;
	float: left;
	margin: 20px 0 0;
}
.all_product_area .product_nav_area .product_filter_dropdown {
	width: 270px;
	float: left;
	margin-right: 90px;
}
.all_product_area .product_nav_area .product_filter_dropdown .sortby {
	font-family: 'Libre Franklin';
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
	float: left;
	line-height: 37px;
}
.all_product_area .product_nav_area .product_filter_dropdown .selecttdropdown {
	position: relative;
	width: 210px;
	float: left;
}
/*.all_product_area .product_nav_area .product_filter_dropdown .selecttdropdown:before{padding: 15px; content:''; background:#002d5e url(img/dropdown.png) no-repeat center center; position:absolute; right:0;}*/





.all_product_area .product_nav_area .product_filter_dropdown .selecttdropdown select {
	font-family: 'Libre Franklin';
	font-size: 14px;
	color: #61646f;
	border: 0;
	outline: 0;
	padding: 5px;
	width: 210px;
	height: 30px;
	background-color: #fff;
}





 











/* IE11 hide native button (thanks Matt!) */





select::-ms-expand {
 display: none;
}
.selecttdropdown:after {
	content: '>';
	font: 17px "Consolas", monospace;
	line-height: normal;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 1px;
	top: 4px;
	position: absolute;
	pointer-events: none;
	background-color: #002d5e;
	line-height: 32px;
	padding: 0px 10px 0 11px;
}
.selecttdropdown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */





  





	display: block;
	width: 100%;
	max-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}
.all_product_area .product_nav_area .product_navigation {
	margin: 5px 90px 5px 0;
	float: left;
	width: 340px;
}
.all_product_area .product_nav_area .product_navigation ul {
	margin: 0;
}
.all_product_area .product_nav_area .product_navigation ul li {
	float: left;
	padding: 0 5px;
	list-style: none;
}
.all_product_area .product_nav_area .product_navigation ul li a {
	font-weight: normal;
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	padding: 0;
	background-color: #fff;
	color: #25313a;
	width: 30px;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.all_product_area .product_nav_area .product_navigation ul li span {
	font-weight: normal;
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	padding: 0;
	background-color: #fff;
	color: #25313a;
	width: 30px;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.all_product_area .product_nav_area .product_navigation ul li .prev {
	background-color: transparent;
	color: #fff;
	padding-right: 10px;
	width: auto;
	padding-left: 5px;
}
.all_product_area .product_nav_area .product_navigation ul li .next {
	background-color: transparent;
	color: #fff;
	padding-left: 10px;
	width: auto;
	padding-right: 5px;
}
.all_product_area .product_nav_area .product_navigation ul li a:hover {
	background-color: #00aaad;
	color: #fff;
}
.all_product_area .product_nav_area .product_navigation ul li .prev:hover {
	background-color: transparent;
	color: #00aaad;
}
.all_product_area .product_nav_area .product_navigation ul li .next:hover {
	background-color: transparent;
	color: #00aaad;
}
.all_product_area .product_nav_area .product_navigation ul li.active a {
	background-color: #00aaad;
	color: #fff;
}
.all_product_area .product_nav_area .product_navigation ul li .page-numbers.dots {
	line-height: 20px !important;
}
.all_product_area .product_nav_area .showallbtn {
	margin: 5px 0;
	float: right;
}
.all_product_area .product_nav_area .showallbtn a {
	display: inline-block;
	background-color: #f58220;
	width: 110px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque';
}
.all_product_area .product_nav_area .showallbtn a:hover {
	background-color: #00aaad;
}
.all_product_area {
}
.all_product_area .homeproduct_box .hoverbtn {
	opacity: 0;
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.all_product_area .homeproduct_box .hoverbtn a {
	font-family: 'Libre Franklin';
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: url(img/plusicon.png) no-repeat right 25px center;
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px 0 25px;
	text-align: left;
	position: relative;
	z-index: 8;
	left: auto;
	top: auto;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	display: inline-block;
	width: 170px;
	height: 40px;
	margin: 10px 0;
}
.all_product_area .homeproduct_box .hoverbtn a.qv {
	background-color: #f58220;
	z-index: 1000;
}
.all_product_area .homeproduct_box .hoverbtn a.vd {
	background-color: #00aaad;
	z-index: 999;
}
.all_product_area .homeproduct_box .hoverbtn a.qv:hover {
	background-color: #d66607;
}
.all_product_area .homeproduct_box .hoverbtn a.vd:hover {
	background-color: #028789;
}
.all_product_area .homeproduct_box .homeproduct_box_img:hover .hoverbtn {
	opacity: 1;
}
.all_product_area .homeproduct_box_wrap {
	margin-top: 20px;
	display: inline-block;
}
.privacypolicy_sec {
	width: 100%;
	float: left;
}
.privacypolicy_sec .privacypolicyPart {
	width: 100%;
	float: left;
}
.privacypolicy_sec .privacypolicyPart .privacypolicyBox {
	width: 100%;
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 30px 100px;
	float: left;
}
.privacypolicyPart .privacypolicyBox h5 {
	color: #25313a;
	font-family: 'Libre Franklin';
	font-size: 18px;
	font-weight: normal;
	padding: 0 120px 20px;
}
.privacypolicyPart .privacypolicyBox p {
	color: #61646f;
	font-family: 'Libre Franklin';
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}
.sitemap_sec {
	width: 100%;
	float: left;
}
.sitemap_sec .sitemapPart {
	width: 100%;
	float: left;
}
.sitemap_sec .sitemapPart .sitemapBoxArea {
	width: 100%;
	text-align: left;
	border: 1px solid #e5e5e5;
	float: left;
}
.sitemapPart .sitemapBoxArea .sitemapBox:after {
	width: 1px;
	height: 100%;
	content: '';
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
}
.sitemapPart .sitemapBoxArea .sitemapBox {
	padding: 40px;
	position: relative;
}
.sitemapPart .sitemapBoxArea .sitemapBox h5 {
	color: #fff;
	background-color: #61646f;
	font-family: 'Libre Franklin';
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 3px 7px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	min-width: 100px;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul {
	margin: 0;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul li {
	list-style: none;
	margin-bottom: 10px;
	font-family: 'Libre Franklin';
	font-weight: normal;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul li a {
	color: #fff;
	background-color: #61646f;
	font-family: 'Libre Franklin';
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 3px 7px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	min-width: 100px;
	cursor: text;
	pointer-events: none;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul li ul.children li a:hover {
	color: #ff5500;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul li ul.children li a {
	padding: 0;
	color: #61646f;
	font-family: 'Libre Franklin';
	pointer-events: visible;
	cursor: pointer;
	background-color: transparent;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
.sitemapPart .sitemapBoxArea .sitemapBox ul li a:hover {
	color: #ff5500;
}
.aboutUs_sec {
	width: 100%;
	float: left;
}
.aboutUs_sec .aboutPart {
	width: 100%;
	float: left;
	margin-top: 45px;
}
.aboutUs_sec .aboutPart .aboutUs_info {
	width: 500px;
	float: left;
	padding-right: 40px;
}
.aboutUs_sec .aboutPart .aboutUs_info h4 {
	font-size: 24px;
	color: #61646f;
	line-height: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque';
	font-weight: 300;
}
.aboutUs_sec .aboutPart .aboutUs_info p {
	font-size: 16px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.aboutUs_sec .aboutPart .aboutUsimg {
	width: 700px;
	float: right;
	position: relative;
}
.aboutPart .aboutUsimg img {
	width: 100%;
	height: auto;
}
.aboutPart .aboutUsimg .logoP {
	position: absolute;
	right: 60px;
	top: 130px;
}
.aboutPart .aboutUsimg .logoP img {
	width: 130px;
	height: auto;
}
/*.popupProductBox{ width:100%; padding:0 125px; float:left;}*/





.popupProductbox_inner {/* padding:50px; background-color:#ccc; width:100%; float:left;*/
	background-color: #fff;
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 5;
	right: 0%;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}
.popupProductbox_inner .popup_productboximgPart {
	width: 50%;
	float: left;
}
.popupProductbox_inner .popup_productboximgPart .popupimgb {
	width: 100%;
	float: left;
	padding-right: 20px;
}
.popupProductbox_inner .popup_productboximgPart .popupimgb img {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.popupProductbox_inner .popup_productboxinfoPart {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	height: 100%;
	overflow: auto;
}
.popupProductbox_inner .popup_productboxinfoPart .mCSB_buttonUp {
	display: none !important;
}
.popupProductbox_inner .popup_productboxinfoPart .mCSB_buttonDown {
	display: none !important;
}
.popupProductbox_inner .popup_productboxinfoPart .mCSB_scrollTools {
	margin-right: 0 !important;
}
.popupProductbox_inner .popup_productboxinfoPart h4 {
	margin-bottom: 15px;
	color: #25313a;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
}
.popupProductbox_inner .popup_productboxinfoPart p {
	font-size: 14px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.popup_productboxinfoPart a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Libre Franklin';
	font-weight: 600;
	background: #00aaad url(img/plusicon.png) no-repeat right 20px center !important;
	width: 200px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	position: static !important;
	left: 0 !important;
	transform: translate(0) !important;
	padding-top: 0;
}
.popup_productboxinfoPart a {
	opacity: 1 !important;
}
.popup_productboxinfoPart a:hover {
	background-color: #028789 !important;
}
.popupProductbox_inner .popup_productboxinfoPart a:hover {
	background-color: #ff5500;
}
.popupProductbox_inner {
	padding: 30px;
	width: 100%;
	float: left;
}
.close-btn {
	background: url(img/closebtn02.png) no-repeat center top;
	padding: 20px;
	float: right;
	z-index: 9999;
	cursor: pointer;
	top: 0;
	right: -40px;
	position: absolute;
	text-align: center;
}
.readmore_content {
	float: left;
	text-align: left;
	position: fixed;
	width: 950px;
	padding: 50px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	display: none;
	/*display:block !important; */





	





	opacity: 0;
}
.readmore_content .overlay {
	display: none !important;
}
.readmore_content.is-showw {
	left: 50%;
	opacity: 1;
	display: block !important;
}
.readmore_content.is-showw .overlay {
	opacity: 1;
	display: none !important;
}
.readmore_content p {
	color: #000
}
#overlayaaa {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1020;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.activebox .homeproduct_box_img:hover .hoverbtn {
	opacity: 0 !important;
}
.activebox .homeproduct_box_img:hover .hoverbtn a.vd {
	opacity: 0 !important;
}
.activebox:hover .overlay_imghover {
	opacity: 0 !important;
}
.bodyoverflow {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.popupimgb .slick-arrow {
	background: black;
	padding: 10px;
	outline: none;
	width: 30px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border: 0;
}
.product__slider-main {
	margin-bottom: 30px;
}
.popup_productboximgPart .product__slider-main img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.product__slider-thmb {
	height: 75px;
	overflow: hidden;
}
.product__slider-thmb img {
	height: 75px !important;
	object-fit: cover !important;
	width: 100% !important;
}
.product__slider-main .slick-arrow {
	display: none !important;
}
.product__slider-thmb .slick-arrow {
	background: #00aaad;
	filter: grayscale(100%);
	padding: 10px;
	outline: none;
	border: 0;
	position: absolute;
	right: 0; font-size:0;
}
.product__slider-thmb .slick-arrow:hover {
	filter: grayscale(0);
}
.product__slider-thmb .slick-list.draggable {
	margin-right: 33px;
	position: relative;
}
.product__slider-thmb .slick-arrow.slick-next {
	top: 0;
	background: #00aaad url(img/next_white.png) no-repeat center center;
}
.product__slider-thmb .slick-arrow.slick-prev {
	bottom: 0;
	background: #00aaad url(img/prev_white.png) no-repeat center center;
}
.product__slider-thmb .slick-slide {
	margin-right: 7px !important;
	background-color: #61646f;
}
.product__slider-thmb .slick-slide:hover {
	cursor: pointer;
}
.productDetailsbox {
}
.productDetailsbox_inner {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 0;
	background: url(img/plogo.png) no-repeat right bottom;
}
.productDetailsbox_inner .productDetailsbox_imgPart {
	width: 50%;
	float: left;
}
.productDetailsbox_inner .productDetailsbox_imgPart .popupimgb {
	width: 100%;
	float: left;
	padding-right: 20px;
}
.productDetailsbox_inner .productDetailsbox_imgPart .popupimgb img {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.product__slider-thmb img:hover {
	opacity: 0.3;
}
.productDetailsbox_inner .productDetailsbox_infoPart {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.productDetailsbox_inner .productDetailsbox_infoPart h4 {
	margin-bottom: 20px;
	color: #25313a;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
}
.productDetailsbox_inner .productDetailsbox_infoPart ul {
	padding-bottom: 10px;
	font-size: 14px;
}
.productDetailsbox_inner .productDetailsbox_infoPart ul li {
	list-style: none;
	position: relative;
	padding: 4px 0;
}
.productDetailsbox_inner .productDetailsbox_infoPart ul li:before {
	content: '';
	background-color: #ff5500;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 10px;
}
.productDetailsbox_inner .productDetailsbox_infoPart p {
	font-size: 14px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.productDetailsbox_infoPart a.download {
	font-size: 13px;
	text-transform: uppercase;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	background: #fff url(img/downloadbtn.png) no-repeat right 20px center;
	width: 175px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	border: 1px solid #a8a9ad;
}
.productDetailsbox_infoPart a.download:hover {
	border: 1px solid #ff5500;
	color: #ff5500;
	background: #fff url(img/downloadbtn_orange.png) no-repeat right 20px center;
}
.product__slider-thmb .slick-list.draggable::after {
	content: '';
	width: 10px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.share_iconpart {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.share_iconpart h5 {
	line-height: 30px;
	font-family: 'Libre Franklin';
	font-size: 16px;
	color: #61646f;
	font-weight: normal;
	padding-bottom: 7px;
}
.share_iconpart h5 i {
	color: #fff;
	background-color: #a8a9ad;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.share_iconpart a i {
	color: #fff;
	background-color: #a8a9ad;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 14px;
	float: left;
	margin-right: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.product_breadcam {
	padding-bottom: 40px;
	width: 100%;
	float: left;
}
.product_breadcam .brdcmp {
	padding-left: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.share_iconpart .socialicons a i.fa-facebook {
	background-color: #3B5998;
}
.share_iconpart .socialicons a i.fa-google-plus {
	background-color: #d34836;
}
.share_iconpart .socialicons a i.fa-pinterest {
	background-color: #cb1f24;
}
.share_iconpart .socialicons a i.fa-twitter {
	background-color: #1dcaff;
}
.share_iconpart .socialicons a i.fa-linkedin {
	background-color: #0077B5;
}
.share_iconpart .socialicons a i.fa-instagram {
	background-color: #ffc838;
}
.share_iconpart .socialicons a i:hover {
	filter: grayscale(100%);
}
.productDetailsbox_imgPart .product__slider-main {
	margin-bottom: 30px;
	height: 450px;
	overflow: hidden;
}
.product_description_sec {
	padding-top: 0;
	float: left;
	width: 100%;
}
.product_description_sec .product_DescriptionArea {
	border-top: 1px solid #e5e5e5;
	padding: 50px 0;
}
.product_description_sec .product_DescriptionArea h4 {
	color: #25313a;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 35px;
}
.product_DescriptionArea .productDescriptionPart {
	width: 50%;
	float: left;
	padding-right: 20px;
}
.product_DescriptionArea .moreInfoPart {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.moreInfoPart .moreinfo_box {
	padding: 30px;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
}
.moreInfoPart .moreinfo_box h5 {
	color: #25313a;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: 'Libre Franklin';
	padding-right: 60px;
}
.moreInfoPart .moreinfo_box p {
	color: #61646f;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.moreInfoPart .moreinfo_box ul {
	padding-bottom: 10px;
	font-size: 14px;
}
.moreInfoPart .moreinfo_box ul li {
	list-style: none;
	position: relative;
	padding: 4px 0;
}
.moreInfoPart .moreinfo_box ul li:before {
	content: '';
	background-color: #ff5500;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 10px;
}
.moreInfoPart .moreinfoBoxInner {
	height: 320px;
	overflow-y: auto;
}
.moreInfoPart .moreinfoBoxInner .mCSB_scrollTools {
	margin-right: 0;
}
.productDescriptionPart .productDescription_table {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5; height:380px; overflow:auto;
}
.productDescription_table table {
	border-collapse: collapse;
	width: 100%;
}
.productDescription_table th, td {
	color: #61646f;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	font-family: 'Libre Franklin';
	text-align: left;
	padding: 7px 20px;
}
.productDescription_table tr {
	border-bottom: 1px solid #e5e5e5;
}
.productDescription_table tr td:first-child {
	border-right: 1px solid #e5e5e5;
	width: 240px;
	font-weight: 600;
	color: #3b3d44;
}
.productDescription_table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.productDescription_table tr:last-child {
	border-bottom: 0;
}
.iconbox_area {
	width: 100%;
	float: left;
}
.iconbox_area .iconbox_areainner {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
	border: 1px solid #e5e5e5;
}
.iconbox_area .iconbox_areainner .iconbox {
	float: left;
	padding: 30px;
	border-right: 1px solid #e5e5e5;
	min-height: 270px;
}
.iconbox_area .iconbox_areainner .iconbox:last-child {
	border-right: 0;
}
.iconbox_area .iconbox_areainner .iconbox .iconimgggg {
	margin-bottom: 20px;
	height: 65px;
	position: relative;
}
.iconbox_area .iconbox_areainner .iconbox .iconimgggg img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	height: 100%;
}
.iconbox_area .iconbox_areainner .iconbox h5 {
	color: #25313a;
	font-family: 'Brandon Grotesque';
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.iconbox_area .iconbox_areainner .iconbox p {
	color: #61646f;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.iconbox_area .iconbox_areainner .iconbox .stampimg {
	height: 210px;
	position: relative;
}
.iconbox_area .iconbox_areainner .iconbox .stampimg img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.related_products_sec {
	padding-top: 0;
}
.related_products_sec .related_product_box_wrap {
}
.related_product_box {
	width: 277px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.related_product_boxInner {
	padding: 0 15px;
}
.related_product_box .related_product_box_img {
	position: relative;
}
.related_product_box .related_product_box_img img {
	display: block;
	width: 100%;
	height: 315px;
	object-fit: cover;
}
.related_product_box .related_product_box_img .overlay_imghover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(97,100,111,0.8);
	z-index: 7;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: scale(0);
}
.related_product_box .hoverbtn {
	opacity: 0;
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.related_product_box .hoverbtn a {
	font-family: 'Libre Franklin';
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: url(img/plusicon.png) no-repeat right 25px center;
	background-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px 0 25px;
	text-align: left;
	position: relative;
	z-index: 8;
	left: auto;
	top: auto;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	display: inline-block;
	width: 170px;
	height: 40px;
	margin: 10px 0;
}
.related_product_box .related_product_title {
	padding: 15px 0;
	color: #61646f;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Libre Franklin';
	text-transform: uppercase;
	text-align: center;
}
.related_product_box .related_product_box_img:hover .overlay_imghover {
	opacity: 1 !important;
	transform: scale(1, 1)
}
.related_product_box .related_product_box_img:hover .hoverbtn {
	opacity: 1;
}
.related_product_box .hoverbtn a.qv {
	background-color: #f58220;
	z-index: 1000;
}
.related_product_box .hoverbtn a.vd {
	background-color: #00aaad;
	z-index: 999;
}
.related_product_box .hoverbtn a.qv:hover {
	background-color: #d66607;
}
.related_product_box .hoverbtn a.vd:hover {
	background-color: #028789;
}
.related_products_sec .container {
	width: 1230px;
	margin: 0 auto;
}
.related_products_sec .related_product_box_wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: #fff;
	z-index: 7;
}
.related_products_sec .related_product_box_wrap::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: #fff;
	z-index: 7;
}
.related_product_box_wrap.slick-slider .slick-arrow {
	z-index: 9;
	padding: 15px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 40%;
	transform: translateX(-50%); font-size:0;
}
.related_product_box_wrap.slick-slider .slick-arrow.slick-prev {
	left: -20px;
	background: url(img/prev_btn.png) no-repeat center left;
}
.related_product_box_wrap.slick-slider .slick-arrow.slick-next {
	right: -50px;
	background: url(img/next_btn.png) no-repeat center right;
}
.newsBlog .article {
	width: 830px;
	float: left;
	padding-right: 80px;
}
.newsBlog .aside {
	width: 370px;
	float: right;
	padding-left: 40px;
}
.news_blog_details_sec .news_blog_details_part h3 {
	color: #25313a;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-right: 140px;
}
.news_blog_details_sec .news_blog_details_part p {
	color: #61646f;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.news_blog_details_sec .news_blog_details_part img {
	padding: 10px 0;
}
.news_blog_details_sec .news_blog_details_part h4 {
	color: #25313a;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.news_blog_details_part .blogdetails_imgboxpart {
	padding: 10px 0 30px;
	float: left;
	width: 100%;
}
.news_blog_details_part .blogdetails_imgboxpart img {
	width: 50%;
	float: left;
	padding-right: 20px;
}
.article .next_prev_arrowPart {
	padding: 20px 0;
	margin: 20px 0;
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.article .next_prev_arrowPart .prevbtn {
	float: left;
	width: auto;
}
.article .next_prev_arrowPart .nextbtn {
	float: right;
	width: auto;
}
.article .next_prev_arrowPart .prevbtn a {
	background: url(img/prev_arrow.png) no-repeat center left;
	padding-left: 50px;
}
.article .next_prev_arrowPart .nextbtn a {
	background: url(img/next_arrow.png) no-repeat center right;
	padding-right: 50px;
}
.article .next_prev_arrowPart .prevbtn a:hover {
	background: url(img/prev_arrow_hover.png) no-repeat center left;
	padding-left: 50px;
}
.article .next_prev_arrowPart .nextbtn a:hover {
	background: url(img/next_arrow_hover.png) no-repeat center right;
	padding-right: 50px;
}
.article .next_prev_arrowPart a {
	color: #25313a;
	letter-spacing: 2px;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}
.article .next_prev_arrowPart a:hover {
	color: #ff5500;
}
.aside .newsblog_aside {
	width: 100%;
	float: left;
}
.aside .newsblog_aside .newsblog_asidebox {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.aside .newsblog_aside .newsblog_asidebox h4 {
	width: auto;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	background-color: #61646f;
	padding: 3px 5px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	font-size: 14px;
	min-width: 150px;
	text-transform: uppercase;
}
.aside .newsblog_aside .newsblog_asidebox .mostpopularBox {
	margin: 20px 0 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	position: relative;
}
.aside .newsblog_aside .newsblog_asidebox .mostpopularBox:last-child {
	border-bottom: 0;
}
.newsblog_asidebox .mostpopularBox .mostpopular_img {
	width: 150px;
	float: left;
}
.newsblog_asidebox .mostpopularBox .mostpopular_img img {
	width: 100%;
}
.newsblog_asidebox .mostpopularBox .mostpopular_imgcont {
	width: 180px;
	padding-left: 15px;
	float: left;
}
.newsblog_asidebox .mostpopularBox .mostpopular_imgcont h5 {
	color: #61646f;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: 'Libre Franklin';
}
.newsblog_asidebox .mostpopularBox .mostpopular_imgcont p {
	color: #25313a;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Brandon Grotesque';
	text-transform: uppercase;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.newsblog_asidebox .mostpopularBox .mostpopularbox_hover a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.newsblog_asidebox .mostpopularBox:hover .mostpopular_imgcont p {
	color: #ff5500;
}
.newsblog_aside .newsblog_asidebox .subscribeBox {
	background: url(img/subscribe_formbg.jpg) no-repeat center top;
	width: 100%;
	float: left;
	height: 220px;
	padding: 0 20px;
	background-size: cover;
}
.newsblog_aside .newsblog_asidebox .subscribeBox h5 {
	color: #25313a;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Brandon Grotesque';
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0 20px;
}
.newsblog_aside .newsblog_asidebox .subscribeBox form input[type="text"] {
	height: 40px;
	border: 0;
	outline: 0;
	background: #fff url(img/name_icon.png) no-repeat center left 15px;
	width: 100%;
	padding: 0 15px 0 40px;
	font-weight: normal;
	font-family: 'Libre Franklin';
	color: #61646f;
	font-size: 12px;
	float: left;
	margin-bottom: 7px;
}
.newsblog_aside .newsblog_asidebox .subscribeBox form input[type="email"] {
	height: 40px;
	border: 0;
	outline: 0;
	background: #fff url(img/mail_icon.png) no-repeat center left 15px;
	width: 100%;
	padding: 0 15px 0 40px;
	font-weight: normal;
	font-family: 'Libre Franklin';
	color: #61646f;
	font-size: 12px;
	float: left;
	margin-bottom: 7px;
}
.newsblog_aside .newsblog_asidebox .subscribeBox form input[type="submit"] {
	background: #00aaad url(img/send.png) no-repeat center center;
	width: 50px;
	height: 40px;
	border: 0;
	outline: 0;
	float: left;
}
.newsblog_aside .newsblog_asidebox .subscribeBox form input[type="submit"]:hover {
	background-color: #ff5500;
}
/*.newsblog_aside .newsblog_asidebox .archive_select_dropdownbox {

	position: relative;

	width: 100%;

	float: left;

	margin: 15px 0;

}

.newsblog_aside .newsblog_asidebox .archive_select_dropdownbox select {

	font-family: 'Libre Franklin';

	font-size: 14px;

	color: #61646f;

	border: 1px solid #a8a9ad;

	outline: 0;

	padding: 5px;

	width: 100%;

	height: 38px;

	background-color: #fff;

}

.newsblog_aside .newsblog_asidebox .archive_select_dropdownbox::after {

	content: '>';

	font: 17px "Consolas", monospace;

	line-height: normal;

	line-height: normal;

	color: #a8a9ad;

	-webkit-transform: rotate(90deg);

	-moz-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	transform: rotate(90deg);

	right: 1px;

	top: 0;

	position: absolute;

	pointer-events: none;

	line-height: 34px;

	padding: 0px 13px 3px 16px;

	border-bottom: 1px solid #a8a9ad;

	outline: none; display:none;

}*/

.newsblog_aside .newsblog_asidebox .archive_tagbox {
	width: 100%;
}
.newsblog_aside .newsblog_asidebox .archive_tagbox ul {
	margin: 0 0 0 -10px;
}
.newsblog_aside .newsblog_asidebox .archive_tagbox ul li {
	list-style: none;
	float: left;
}
.newsblog_aside .newsblog_asidebox .archive_tagbox ul li a {
	width: 103px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-family: 'Libre Franklin';
	color: #61646f;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 5px 0 5px 10px;
}
.newsblog_aside .newsblog_asidebox .archive_tagbox ul li a:hover {
	background-color: #a8a9ad;
	border: 1px solid #a8a9ad;
	color: #fff;
}
.newsblog_aside .newsblog_asidebox .archive_tagbox ul li.active a {
	background-color: #a8a9ad;
	border: 1px solid #a8a9ad;
	color: #fff;
}
.news_blog_sec {
	width: 100%;
	float: left;
}
.news_blog_sec .news_blog_bigboxPart {
	width: 100%;
	float: left;
	background: url(img/plogo.png) no-repeat right bottom 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.news_blog_bigboxPart .newsblogBox_left {
	width: 50%;
	float: left;
}
.news_blog_bigboxPart .newsblogBox_left img {
	width: 100%;
	float: left;
}
.news_blog_bigboxPart .newsblogBox_right {
	width: 50%;
	float: right;
	padding-left: 45px;
}
.news_blog_bigboxPart .newsblogBox_right h3 {
	margin-bottom: 20px;
	color: #25313a;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	padding-right: 50px;
}
.news_blog_bigboxPart .newsblogBox_right p {
	font-size: 14px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.news_blog_sec a.readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	background: #fff url(img/plusicongray.png) no-repeat right 40px center;
	width: 175px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	padding-left: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	border: 1px solid #a8a9ad;
}
.news_blog_sec a.readmore:hover {
	border: 1px solid #ff5500;
	color: #ff5500;
	background: #fff url(img/plusicon_orange.png) no-repeat right 40px center;
}
.name_date {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.name {
	color: #161618;
	font-size: 12px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	background: url(img/name_icon01.png) no-repeat center left;
	padding-left: 25px;
	width: auto;
	float: left;
	line-height: 17px;
	margin-right: 20px;
}
.date {
	color: #61646f;
	font-size: 12px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	background: url(img/date_icon01.png) no-repeat center left;
	padding-left: 25px;
	width: auto;
	float: left;
	line-height: 17px;
}
.newsBlog {
	position: relative;
	width: 100%;
	float: left;
}
.newsBlog::before {
	content: '';
	position: absolute;
	right: 370px;
	background: #e5e5e5;
	width: 1px;
	height: calc(100% - 70px);
	top: 0;
}
.blog_list_area {
	width: 100%;
	float: left;
}
.blog_list_area .bloglistBox {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
}
.blog_list_area .bloglistBox:first-child {
	padding-top: 0;
}
.blog_list_area .bloglistBox .bloglistBox_img {
	width: 50%;
	float: left;
}
.blog_list_area .bloglistBox .bloglistBox_img img {
	width: 100%;
	float: left;
}
.blog_list_area .bloglistBox .bloglistBox_cont {
	width: 50%;
	float: left;
	padding-left: 40px;
}
.blog_list_area .bloglistBox .bloglistBox_cont h4 {
	margin-bottom: 15px;
	color: #25313a;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
}
.blog_list_area .bloglistBox .bloglistBox_cont p {
	font-size: 14px;
	color: #61646f;
	font-family: 'Libre Franklin';
	font-weight: normal;
	line-height: 24px;
}
.bloglist_pagination {
	margin: 40px 0 0;
	width: 100%;
	float: left;
}
.bloglist_pagination ul {
	margin: 0;
}
.bloglist_pagination ul li {
	float: left;
	padding: 0 5px;
	list-style: none;
}
.bloglist_pagination ul li a {
	font-weight: normal;
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	padding: 0;
	background-color: #fff;
	color: #868891;
	width: 30px;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #a8a9ad;
}
.bloglist_pagination ul li.active a {
	background-color: #a8a9ad;
	color: #fff;
}
.bloglist_pagination ul li:nth-last-child(3) a {
	line-height: 20px !important;
}
.bloglist_pagination ul li a:hover {
	background-color: #a8a9ad;
	color: #fff;
}
#overlayaaa_product_details {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.is-show-overlayaaa2 .popupProductBox.readmore_content {
	opacity: 1;
}
.is-show-overlayaaa2 .popupProductbox_inner {
	padding: 30px;
	width: 850px;
	float: left;
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 600px;
	top: 50%;
}
.tab-content-box.showTabBox {
	opacity: 1;
}
.socialicons .apss-theme-6 .apss-single-icon {
	margin-bottom: 0;
}
.socialicons .apss-theme-6 .apss-single-icon a {
	margin: 0;
	padding: 0;
}
.socialicons .apss-theme-6 .apss-single-icon .fa {
	font-size: 13px;
	color: #fff;
}
.socialicons .apss-theme-6 .apss-single-icon a::before {
	content: '';
	display: none;
}
.archive_select_dropdownbox {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.archive_select_dropdownbox ul li span, .archive_select_dropdownbox ul li a {
	color: #86888a;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	text-align: center;
	display: none;
	margin-bottom: 7px;
	margin-right: 2%;
	width: 31.3333333%;
	text-transform: capitalize;
	font-family: 'Libre Franklin';
	font-weight: 400;
	float: left;
}
.archive_select_dropdownbox ul li a {
	color: #ffffff;
	background: #a8a9ad;
	border: 1px solid #a8a9ad;
	position: relative;
}
.archive_select_dropdownbox ul li strong a {
	background: none;
	display: inline-block;
	border: none;
	color: #000;
	height: auto;
	padding: 0px;
	min-width: inherit;
	width: auto;
	z-index: -1 !important;
	position: relative;
}
.archive_select_dropdownbox ul li strong {
	width: 100%;
	float: left;
	color: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	border: 1px solid #cdcdcd;
	font-family: 'Libre Franklin';
	font-weight: 500;
	font-size: 18px;
	height: 38px;
	padding: 2px 15px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.archive_select_dropdownbox ul li {
	float: left;
	width: 100%;
}
.archive_select_dropdownbox ul li:first-child {
	margin-top: 0px;
	border: none;
}
.archive_select_dropdownbox ul li.archi-show span, .archive_select_dropdownbox ul li.archi-show a {
	display: inline-block;
}
.archive_select_dropdownbox ul li.archi-show strong a {
	display: inline-block;
}
.archive_select_dropdownbox ul li strong:before {
	position: absolute;
	width: 32px;
	height: calc(100% + 2px);
	right: 0;
	top: -1px;
	color: #404041;
	content: "\f107";
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 32px;
}
.archive_select_dropdownbox ul li.archi-show strong:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.archive_select_dropdownbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	float: left;
	font-family: 'Libre Franklin';
}
div.wpcf7-response-output {
	margin: 10px 0;
}
span.wpcf7-not-valid-tip {
	font-family: 'Libre Franklin';
	font-size: 12px;
	padding-top: 5px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	float: left;
	font-family: 'Libre Franklin';
}
.carpet_product {
	padding-top: 60px;
}
.brdcmp br {
	display: none;
}
.productDetailsbox_imgPart .product__slider-main img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.productDetailsbox_imgPart .product__slider-thmb img {
	height: 75px;
	width: 100%;
	object-fit: cover;
}
.homePage_categories ul li a {
	color: #61646f !important;
	background-color: transparent !important;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight: normal;
	text-transform: none !important;
	pointer-events: visible !important;
	cursor: pointer !important;
}
.homePage_categories ul li a:hover {
	color: #ff5500 !important;
}
.popup_productboxinfoPart ul {
	margin-left: 0;
}
.popup_productboxinfoPart ul li {
	margin-bottom: 7px;
	display: initial;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.popup_productboxinfoPart ul li::before {
	content: '';
	padding: 2px;
	background-color: #ff5500;
	width: 2px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
}
.search header h2.page-title {
	padding: 20px 0;
	color: #25313a;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
}
.archive.date {
	padding: 0;
	background: none;
	font-size: auto;
	line-height: normal;
}
.archive.date header .page-title {
	width: 1200px;
	margin: 20px auto 0;
	font-family: 'Brandon Grotesque';
	text-transform: uppercase;
}
/*.popupProductbox_inner .product__slider-main {
	width: 370px;
}*/





/*.popupProductbox_inner .product__slider-main .slick-track{ width:100% !important; height:300px; overflow:hidden;}

.popupProductbox_inner .product__slider-main .slick-track .slide.slick-slide.slick-current{ width:100% !important;}

.popupProductbox_inner .product__slider-main .slick-track .slide.slick-slide { width:100% !important; opacity: 1 !important;}

*//*.popupProductbox_inner .product__slider-main .slick-track{}

.popupProductbox_inner .product__slider-main .slick-track{}

.popupProductbox_inner .product__slider-thmb .slick-track{ width:100% !important; height:75px; overflow:hidden;}*/

.popupProductbox_inner .product__slider-thmb .slick-track {
    width: 1200px !important;
}
.popupProductbox_inner .product__slider-thmb .slick-slide{ height:75px !important; width:80px !important; float:left;}

.productDescriptionPart .productDescription_table .mCSB_scrollTools{ margin:10px 0 !important;}
.productDescriptionPart .productDescription_table .mCSB_inside > .mCSB_container {
    margin-right: 15px !important;
}
.productDescriptionPart .productDescription_table ul {
    padding: 15px;
    font-size: 14px;
}
.productDescriptionPart .productDescription_table ul li {
    list-style: none;
    position: relative;
    padding: 4px 0;
}
.productDescriptionPart .productDescription_table ul li:before {
    content: '';
    background-color: #ff5500;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
}
section ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
.overlay_img_text {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #A9A9A9
;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    width: 100%;
	float: left;
    text-align: center;
}

.slick-slide {
    position: relative;
}