@charset "utf-8";
/**=========================================================
 * Theme Name   :  SZU ENGRG
 * Author       :  Amit Suthar
 * Description  :  March 2024
 * File Name	:  style.css
=========================================================**/

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #233684; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #233684; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #233684;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.header-container,
.wide-container {
    max-width: 1430px;
	}

.notificationHeader {
	font-size: 13px;
	color: #ffffff;
	padding: 15px 60px;
	text-align: center;
	background: #233684;
	}

.notificationHeader p {
	letter-spacing: 0.26px;
	}

.notificationHeader.hideBox {
	display: none;
	}

.noti_close {
	position: absolute;
	top: 15px;
	right: 60px;
	z-index: 1;
	border: none;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	}

.noti_close:hover {
	color: #E30016;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	border-bottom: 1px solid #e1e1e1;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.top-header {
	position: relative;
	display: block;
	}

.is-sticky #pageHeader {
	left: auto;
	max-width: 1920px;
	box-shadow: 0px 0px 5px #939393;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position: relative;
	display: flex;
    float: left;
	width: 355px;
	height: 74px;
	z-index: 1001;
	margin: 12px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
	position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -13px;
	}
	
.headerTopLinks>li {
	padding: 0px 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks>li a {
	position: relative;
	display: block;
	}

.headerTopLinks>li a:hover img {
	filter: invert(20%) sepia(59%) saturate(5390%) hue-rotate(342deg) brightness(80%) contrast(129%);
	}

ul.headerTopLinks>li.headerCart-menu {
	margin-left: 5px;
	}

ul.headerTopLinks>li.headerCart-menu a {
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	background: #E30016;
	justify-content: center;
	}

.headerTopLinks>li.headerCart-menu a span {
	position: relative;
	color: #ffffff;
	z-index: 2;
	width: 30px;
	height: 30px;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #1D2C67;
	display: inline-block;
	margin: -35px 0px 0px -15px;
	}

ul.headerTopLinks>li.headerCart-menu a:hover {
	background: #233684;
	}

ul.headerTopLinks>li.headerCart-menu a:hover img {
	filter: none;
	}

.mobileHeader-links {
	position: fixed;
	display: none;
	bottom: 15px; 
	left: 15px; 
	right: 15px; 
	z-index: 991;
	padding: 5px 15px; 
	border-radius: 10px;
	background: #ddd;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 20px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	color: #303030;
	line-height: 24px;
	padding: 38px 0px;
	letter-spacing: 0.26px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* .nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f0d7";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -22px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after {
	content: "\f0d8";
	} */

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #E30016;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -20px;
	font-size: 15px;
	padding: 0px 0px;
    font-weight: 400;
	min-width: 240px;
	text-align: left;
	visibility: hidden;    
    text-transform: none;
	background: #FFFFFF;
	border-radius: 0px 0px;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 0px 10px #00000029;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #303030;
	line-height: 20px;
	padding: 22px 20px;
	letter-spacing: 0.30px;
    background: transparent;
	}
		
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #303030;
	background: #F6F6F6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid #3e2b1f;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #233684;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #233684;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #C30000;
	border-color: #C30000;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #8B0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	margin: 0px auto;
	padding: 0px 60px;
	background: #F9F9F9;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.banner-slide figure img {
	width: 100%;
	clip-path: polygon(0 0,100% 0,100% 30%,100% 100%,18% 100%,0 69%);
	}

.banner_caption {
    position: relative;
	display: block;
	padding: 60px 0px;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #757575;
	max-width: 690px;
	text-align: left;
	margin-left: 120px;
	}

.banner_caption .bannerHeading1 {
	line-height: 1;
	font-size: 60px;
	letter-spacing: -1.8px;
	}

.homeBannerSlider .slick-dots {
	left: 0px;
	z-index: 5;
	width: auto;
	bottom: 40px;
	}

.homeBannerSlider .slick-dots li {
	width: 40px;
	height: 40px;
	margin: 0px 0px;
	border-radius: 0px;
	}

.homeBannerSlider .slick-dots li a {
	position: relative;
	display: flex;
	width: 40px;
	height: 40px;
	font-size: 0px;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
	}

.homeBannerSlider .slick-dots li a::before {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 10px;
	height: 10px;
	content: '';
	opacity: 0.7;
	border-radius: 10px;
	background: #303030;
	}

.homeBannerSlider .slick-dots li a:hover,
.homeBannerSlider .slick-dots li.slick-active a {
	font-size: 30px;
	line-height: 1;
	color: #303030;
	font-weight: 700;
	letter-spacing: -0.90px;
	background: transparent;
	}

.homeBannerSlider .slick-dots li a:hover::before,
.homeBannerSlider .slick-dots li.slick-active a::before {
	opacity: 0;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0px 80px;
	}

.pageBg-icon {
	position: absolute;
	left: 0px;
	top: 150px;
	}

.pageBg-icon img {
	max-width: 350px;
	}

.homeIntro-section {
	padding: 120px 0px 60px;
	}

.homeIntro-section .pageBg-icon {
	top: 200px;
	}

.homeIntro-section .pageTitle {
	padding-bottom: 35px;
	}

.homeGuiding-section {
	padding: 60px 0px 20px;
	}

.homeGuiding-box {
	margin-bottom: 30px;
	}

.homeGuiding-box a {
	position: relative;
	display: block;
	color: #757575;
	}

.homeGuiding-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 83.59%;
	}

.homeGuiding-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.homeGuiding-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.homeGuiding-box a:hover img {
	scale: 1.1;
	}

.homeGuiding-box h4 {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.homeGuiding-box a:hover h4 {
	color: #E30016;
	}

.homeClient-section {
	padding: 50px 0px 100px;
	}

.client-slider {
	border: 1px solid #D2D2D2;
	}

.client-logo-box,
.client-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
    text-align: center;
	}

.client-logo-box {
	border: 1px solid #D2D2D2;
	border-width: 0px 0px 0px 1px;
	}
	
.client-logo-box a:before {
    position: absolute;
    content: '';
    inset: 0px;
    z-index: 1;
    opacity: 0;
    border: 1px solid #E30016;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    }

.client-logo-box:hover a:before {
    opacity: 1;
    }
    
.slick-slide:first-child .client-logo-box {
	border-left: none;
	}

.client-logo-box a {
    overflow: hidden;
    background: #ffffff;
	}
	
.client-logo {
	position: relative;
	display: block;
    width: 100%;
	height: 147px;
	overflow: hidden;
	}

.client-logo figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.client-logo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.moreWays-slider {
	margin: 0px -18px;
	}

.moreWays-slide {
	padding: 0px 18px;
	}

.moreWays-slider .slick-prev,
.moreWays-slider .slick-next {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff !important;
	}

.moreWays-slider .slick-prev:hover,
.moreWays-slider .slick-next:hover,
.moreWays-slider .slick-prev:focus,
.moreWays-slider .slick-next:focus {
	color: #233684 !important;
	background: #ffffff !important;
	}

/*Portfolio*/	

.portfolio-box {
	margin-bottom: 30px;
	}

.itemNone {
	display: none;
	}

.portfolio-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

.portfolio-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.portfolio-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.portfolio-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.portfolio-title {
	position: absolute;
	display: flex;
	inset: 0px;
	z-index: 1;
	width: 100%;
	flex-wrap: wrap;
	color: #ffffff;
	align-content: end;
	padding: 30px 30px;
	text-align: center;
	justify-content: center;
	transition: all 0.4s ease;
	background-image: url(../images/portfolioBox-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	}

.portfolio-title h4,
.portfolio-mask-content h4,
.fancybox__caption h4 {
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px 5px;
	letter-spacing: 0.54px;
	text-transform: uppercase;
	}

.portfolio-box a:hover .portfolio-title {
	opacity: 0;
	bottom: -100%;
	}

.portfolio-mask-container {
	position: absolute;
	display: flex;
	left: 0px;
	width: 100%;
	height: 100%;
	bottom: -100%;
	flex-wrap: wrap;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	background: rgba(227, 0, 22, 0.9);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.portfolio-box a:hover .portfolio-mask-container {
	bottom: 0px;
	}

.portfolio-mask-content {
	position: relative;
	padding: 30px 30px;
	text-align: center;
	}

.viewProject-btn {
	position: relative;
	margin-top: 10px;
	color: #E30016;
	padding: 12px 30px;
	border-radius: 0px;
	vertical-align: top;
	background: #ffffff;
	display: inline-block;
	}

.ctc-wrapper {
	z-index: 9;
	padding: 60px 0px 0px;
	margin-bottom: -142px;
	}

.ctc-wrapperSection {
	padding: 35px 0px;
	clip-path: polygon(0 0, 82% 0%, 100% 50%, 100% 98%, 18% 100%, 0% 50%);
	}

.ctc-wrapperSection::before {
	position: absolute;
	inset: 0px;
	content: '';
	background: rgba(128, 128, 128, 0.95);
	}

.ctc-innerWrapper {
	z-index: 3;
	max-width: 900px;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	padding: 0px 15px;
	}

.ctc-innerWrapper h2 {
	color: #ffffff;
	padding-bottom: 10px;
	}

.fancybox__counter,
.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs {
	display: none !important;
	}

.fancybox__thumbs .carousel__slide {
	padding: 8px 6px;
	}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px;
	border-radius: 0px;
	border-color: #E30016;
	}

.fancybox__thumb {
	border-radius: 0px;
	}

.fancybox__caption {
	text-align: center;
	}
	
.fancybox__nav .carousel__button {
	width: 44px;
	height: 44px;
	opacity: 1;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position: center center;
	}

.fancybox__nav .carousel__button svg {
	display: none;
	}

.carousel__button.is-prev {
	background-image: url(../images/leftArrow.png);
	}

.carousel__button.is-next {
	background-image: url(../images/rightArrow.png);
	}

.carousel__button.is-prev:hover {
	background-image: url(../images/leftArrow1.png);
	}

.carousel__button.is-next:hover {
	background-image: url(../images/rightArrow1.png);
	}

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.95);
	}

/*About Us*/

.about-container {
	padding: 110px 0px 70px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.about-container .pageBg-icon {
    top: 240px;
    }
    
.aboutIntro-section {
	padding: 0px 0px 120px;
	}

.aboutContent-box {
	padding-left: 70px;
	}

.guidingValues-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	padding: 10px 0px 0px;
	justify-content: center;
	}

.guidingValues-item {
	position: relative;
	display: block;
	width: 20%;
	padding: 0px 15px;
	}
	
.guidingValues-box {
	text-align: center;
	margin-bottom: 30px;
	}

.guidingValues-icon {
	position: relative;
	display: block;
	margin-bottom: 35px;
	}

.guidingValues-icon img {
	max-height: 80px;
	}

.guidingValues-box h4 {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding: 0px 0px;
	margin: 0px 0px 10px;
	letter-spacing: -0.66px;
	}

/*Solution*/

.solutionTab-section {
	margin-bottom: 80px;
	}

ul.solutionTab {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	justify-content: space-between;
	border-bottom: 2px solid #efefef;
	}

ul.solutionTab>li {
	}

ul.solutionTab>li a {
	font-family: "Red Rose", serif;
	position: relative;
	display: block;
	opacity: 0.5;
	font-size: 20px;
	color: #303030;
	font-weight: 700;
	letter-spacing: 0.60px;
	padding: 0px 26px 28px;
	}

ul.solutionTab>li a:before {
	position: absolute;
	left: 0px;
	width: 0px;
	height: 3px;
	content: '';
	bottom: -2px;
	background: #E30016;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

ul.solutionTab>li a:hover::before,
ul.solutionTab>li.selected a::before {
	width: 100%;
	}
	
ul.solutionTab>li a:hover,
ul.solutionTab>li.selected a {
	opacity: 1;
	}

.solutionListing {
	margin-bottom: 15px;
	}

.solutionItem-box {
	background: #D9D9D9;
	margin-bottom: 30px;
	}

.solutionItem-box a {
	position: relative;
	display: block;
	color: #303030;
	}

.solutionItem-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 74.38%;
	}

.solutionItem-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.solutionItem-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.solutionItem-box a:hover img {
	scale: 1.1;
	}

.solutionContent-box {
	padding: 35px 40px;
	}
	
.solutionContent-box h4 {
	font-family: "Work Sans", sans-serif;
	padding: 0px 0px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	}

.solutionItem-box a:hover h4 {
	color: #E30016;
	}

.solutionGroup-section {
	padding-bottom: 100px;
	}

.solutionGroup-box {
	background-size: cover;
	background-position: center center;
	clip-path: polygon(12% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 20%);
	}

.solutionGroup-box::before {
	position: absolute;
	inset: 0px;
	content: '';
	background: rgba(128, 128, 128, 0.95);
	}
	
.solutionGroup-box .row .col-md-6 {
	border: 1px solid rgba(256, 256, 256, 0.2);
	z-index: 3;
	}

.solutionGroup-info {
	position: relative;
	display: flex;
	height: 100%;
	color: #ffffff;
	padding: 60px 90px;
	align-items: center;
	justify-content: center;
	}

.solutionGroup-info h2 {
	color: #ffffff;
	padding: 0px 0px;
	text-transform: uppercase;
	}

.solutionMore-waySection {
	padding: 0px 60px 60px;
	}

.solutionMore-wayBox {
	padding: 100px 0px;
	background: #233684;
	}

.solutionMore-box {
	border: 1px solid #5A6590;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.solutionMore-box a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	padding: 25px 25px;
	}

.solutionMore-box:hover {
	border-color: #E30016;
	background: #E30016;
	}

.solutionMore-content {
	margin-bottom: 35px;
	}
	
.solutionMore-content h4 {
	color: #ffffff;
	}

.solutionMore-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.solutionMore-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.solutionMore-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.homeIndustries-section {
	padding: 110px 0px 70px;
	}

.lArrrow-icon {
	margin-left: 80px;
	}

.homeIndustries-section hr	{
	margin: 40px 0px;
	}

.homeIndustries-box {
	margin-bottom: 30px;
	}

.homeIndustries-box a {
	position: relative;
	display: block;
	}

.homeIndustries-box .row .col-md-4 {
	width: 31%;
	}

.homeIndustries-box .row .col-md-8 {
	width: 69%;
	}

.homeIndustries-icon {
	position: relative;
	display: flex;
	width: 100px;
	height: 100px;
	padding: 15px 15px;
	align-items: center;
	border-radius: 100px;
	background: #0B2342;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.homeIndustries-box a:hover .homeIndustries-icon {
	background: #E30016;
	}

.homeIndustries-box h4 {
	font-family: "Work Sans", sans-serif;
	padding: 0px 0px;
	font-weight: 500;
	letter-spacing: -0.75px;
	}

/*Shop*/

.shop-container {
    z-index: 11;
	padding: 100px 0px 80px;
	}

.shop-container .pageBg-icon {
	top: 700px;
	}

.shop-mainContentArea {
	position: relative;
	display: block;
	}

/* Filter Box */

.filter-box {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
	color: #303030;
	margin: 0px auto 30px;
	}

.filter-box form,
.filter-box-bottom form {
    margin: 0px 0px !important;
    }
    
.filter-box-bottom {
	position: relative;
	display: block;
	padding: 40px 0px 0px;
	border-top: 1px solid #C4C4C4;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #303030;
    padding: 0px;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-text {
	position: relative;
	font-size: 16px;
	margin: 0px 0px;
	color: #303030;
    font-weight: 400;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	padding: 11px 12px 0px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #303030;
	}

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 55px 10px 20px;
	background: rgba(224, 224, 224, 0.5) !important;
	border: 1px solid rgba(224, 224, 224, 0.5) !important;
	}

.filter-select-box .nice-selected .nice-select .current {
	font-weight: 400;
	color: #000000;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
	font-weight: 700;
	}

.filter-showingText {
	position: relative;
	display: block;
	font-size: 16px;
	color: #303030;
    font-weight: 400;
	}

.filter-showingText span {
	color: #000000;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	padding: 0px 0px 10px;
	list-style-type: none;
	}
	
.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
	line-height: 1.6;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0px !important;
	padding: 0px 15px 30px !important;
    width: 33.3333% !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #303030;
	overflow: hidden;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #C4C4C4;
	}

.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.csm-product-photo-container > a,
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure {
	padding: 50px 0px;
	}

.csm-product-photo-container figure img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.product-btns-group {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 0px 15px;
	}
	
.product-btns-group a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #E30016 !important;
	line-height: 22px;
	border-radius: 0px;	
	padding: 13px  25px;
	letter-spacing: 0.32px !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
	}

.product-btns-group .add-to-wishlist-btn {
    margin-top: 0px;
    }

.product-btns-group a:hover {
    color: #ffffff !important;
    background: #233684 !important;
    border-color: #233684 !important;
	}

.product-btns-group .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
    display: none !important;
    }

.product-btns-group .view-product-btn > a {
	}

.product-btns-group .view-product-btn > a:hover {
	}

.product-btns-group .add-to-cart-btn > a img {
    max-height: 27px;
	}

.product-btns-group .add-to-cart-btn > a:hover {
	}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
    position: relative;
    display: block;
    width: 100%;
	padding: 0px;
	overflow: hidden;
    margin: 0px auto;
	}

.csm-product-description-box > a {
    height: 100%;
	padding: 20px 40px 25px;
	}

.csm-product-description-box {
    margin: 0px 0px;
	}

.csm-product-short-description {
    margin: 0px 0px 18px;
	}

.csm-product-price-box,
.csm-product-star-rattings {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #303030;
    padding-bottom: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.csm-product-name {
	font-family: "Red Rose", serif;
	font-size: 18px;
	color: #303030;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-price-box {
    padding: 0px;
	}

.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #233684;
	letter-spacing: -0.60px;
	text-transform: uppercase;
    }

.csm-product-price-box bdi {
	color: #233684;
	}

.price>del, .csm-product-price-box ins bdi {
    color: #FF0000;
    font-weight: 600;
	font-size: 20px;
	margin-right: 0px;
	text-decoration: none;
    }

.csm-product-price-box del bdi {
	font-weight: 500;
	color: #C4C4C4 !important;
	text-decoration: line-through;
	}

.csm-product-price-box .price {
    display: flex;
    line-height: 1;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.csm-product-price-box del bdi,
.csm-product-price-box del span,
.price>del {
    display: flex !important;
    line-height: 1;
    }

.price>del {
    order: 2;
    }

.price>ins {
    order: 1;
    margin-right: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    display: flex !important;
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    }
	
.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: block;
    z-index: 11;
	top: 19px;
    left: -19px;
	transform: rotate(-90deg); 
	}

.csm-product-stock {
	position: relative;
    display: block;
	font-size: 16px;
	color: #ffffff;
    font-weight: 600;
	padding: 2px 15px;
	background: #009E2B;
	letter-spacing: 0.12px;
	text-transform: uppercase;
	}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.sale .csm-product-stock {
	background: #E30016;
	}

.sale .csm-product-stock-wrapper {
	top: 21px;
    left: -21px;
	}

.outOfStock .csm-product-stock {
	background: #494949;
	}

.csm-product-stock-wrapper.outOfStock  {
	top: 60px;
    left: -60px;
	}

.addToWishlist-icon {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px 0px;
	}

.addToWishlist-icon > a {
	position: relative;
	z-index: 7;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	padding: 13px 20px;
	border-radius: 0px;
	text-align: center;
	display: inline-block;
	background: transparent;
	border: 1px solid #ffffff;
	}

.addToWishlist-icon > a i {
	margin: 0px 0px !important;
	}

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas,
.addToWishlist-icon > a:hover {
	color: #ffffff;
	background: #233684;
	border-color: #233684;
	}

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

.csm-product-mask-container {
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: -110%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	align-items: center;
	justify-content: center;
	background: rgba(227, 0, 22, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner:hover .csm-product-mask-container {
	bottom: 0px;
	}

.csmProduct-mask-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 40px;
	}

/* Product Btns Group */

.csm-product-btns-group {
	position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	display: block;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
    max-width: 160px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-product-btns-group a {
	position: relative;
	color: #ffffff;
    min-width: 100%;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 5px;
	padding: 14px 32px;
	white-space: nowrap;
	background: #0080ff;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #0080ff;
	text-decoration: none !important;
	}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
	color: #ffffff;
	background: #000000;
    border-color: #000000;
	}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    }

.csm-product-item-inner.OOS .csm-product-btns-group a {
    color: #ffffff;
    background: #6c6c6c;
    border-color: #6c6c6c;
    }

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
    opacity: 0.5;
	color: #ffffff;
    background: #000000;
    }

.added_to_cart.wc-forward {
    display: none !important;
    }

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
	color: #adadad;
	}

/* Sidebar */

.sidebar-container,
.mainContentAreaLeft {
    position: relative;
	order: 1;
	}
	
.mainContentArea,
.rightbar-container {
    position: relative;
	order: 2;
	}

.sidebar {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.awf-filter-wrapper {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 40px 40px;
	border-radius: 0px;
	margin-bottom: 30px;
	background: #233684;
	}

/* Sidebar Nav */

.sideNav {
	position: relative;
	display: block;
    width: 100%;
    /*overflow: hidden;*/
	margin: 0px auto 0px;
	}

.accordion-btn-wrap {
	height: auto;
	text-align: right;
	top: 2px !important;
	}

.sidebarHeading,
.awf-filter-title {
	font-family: "Work Sans", sans-serif;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
    font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid rgba(256, 256, 256, 0.5);
	}

.sideNav ul,
.awf-filters-container ul {
	position: relative;
	padding: 0px;
    font-size: 16px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	font-weight: 500;
	list-style-type: none;
	}
	
.sideNav ul>li,
.awf-filters-container ul>li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	}

.sideNav ul>li>a,
.awf-filters-container ul>li>a {
	color: #ffffff;
	text-transform: capitalize;
	}
	
.sideNav>ul>li:last-child,
.awf-filters-container ul>li:last-child {
	margin: 0px 0px;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.selected>a,
.awf-filters-container ul>li>a:hover label,
.awf-filters-container ul>li.awf-active>a label {
	color: #E30016;
	}

.noUi-handle {
    box-shadow: none;
    border-radius: 3px;
    background: #E30016;
    border: 1px solid #E30016;
    }
    
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 25px !important;
    }
    
.noUi-horizontal .noUi-handle {
    top: -6px;
    }
    
.noUi-marker-horizontal.noUi-marker-large {
    display: none;
    } 
    
.noUi-target {
    border: none;
    height: 4px;
    box-shadow: none;
    border-radius: 0px;
    background: rgba(256, 256, 256, 0.5);
    }
    
.noUi-connect {
    background: #E30016;
    }

.noUi-value {
    top: -40px;
    color: #FFFFFF;
    font-size: 16px !important;
    }
    
.awf-filters-container .awf-filter-container.awf-range-slider-container {
    margin: 44px 0px 25px 0px;
    font-size: 16px;
    transform: scale(1);
    }
    
.price-range {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    }
    
.price-range div {
    color: #ffffff;
    font-weight: 700;
    }
    
.noUi-pips-horizontal .noUi-value {
    left: 13px !important;
    }
    
.noUi-pips-horizontal div:last-child.noUi-value {
    right: -15px !important;
    left: auto !important;
    }
    
.noUi-origin .noUi-handle.noUi-handle-upper {
    right: 1px;
    }
    
/*Shop Detalis*/

.shop-top-container {
	position: relative;
	display: block;
	padding: 100px 0px 80px;
	}

.shop-top-container>.container>.row>.col-lg-5 {
	width: 48%;
	}

.shop-top-container>.container>.row>.col-lg-7 {
	width: 52%;
	}

.product-btns-group .added_to_cart {
    display: block !important;
    }
    
/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	}
	
.csm-productGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
	border: 1px solid #C4C4C4;
	}
	
.csm-productSlideItem {
	position: relative;
	display: block;
	width: 100%;
	}
	
.csm-productImageItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100%;
	background: #ffffff;
	}
	
.csm-productImageItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.csm-productImageItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}
	
.thumbSliderBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 70px 0px 70px;
	}

.csm-productThumbSlider {
	margin: 0px -10px;
	}

.thumbSliderBox .slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}

.thumbSlideItem {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	text-align: center;
	margin: 0px 0px 0px;
	}
	
.csm-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
    overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100%;
	background: #ffffff;
	border: 1px solid #C4C4C4;
	}

.slick-current .csm-productThumbItem {
    opacity: 1;
	outline: 1px solid #E30016 !important;
	}
	
.csm-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
	padding: 15px 15px;
    text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-productThumbItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.thumbSliderBox .slick-prev {
	left: -60px;
	}

.thumbSliderBox .slick-next {
	right: -60px;
	}

/* .thumbSliderBox .slick-prev,
.thumbSliderBox .slick-next {
	width: auto;
	height: auto;
	opacity: 0.6;
	font-size: 22px;
	color: #333333;
	border: transparent;
	line-height: normal;
	background: transparent;
	}

.thumbSliderBox .slick-prev:hover,
.thumbSliderBox .slick-next:hover,
.thumbSliderBox .slick-prev:focus,
.thumbSliderBox .slick-next:focus {
	opacity: 1;
	color: #333333;
	background: transparent !important;
	} */

.csm-productSlideItem a { display: block;position: absolute;top: 0px;right: 0px; font-size: 20px;width: 100%;height: 100%;text-align: right;padding: 20px;opacity: 0;transition: all 0.2s linear;z-index: 1;}	

/* Product Details Box */

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
	font-weight: 400;
    padding: 0px 0px 0px 50px;
	}

.csm-product-details-box .pageTitle {
	padding-bottom: 20px;
	}

.csm-product-details-box .pageTitle h1,
.csm-product-details-box .pageTitle h2 {
	}

.csm-product-details-box .csm-product-price-box {
	margin-bottom: 20px;
	}

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
	font-size: 25px;
	}

.csm-product-details-box .csm-product-price-box .price {
	justify-content: left;
	}

.csm-product-details-box .csm-product-price-box ins {
	margin-right: 15px;
	}

.csm-product-details-box .csm-product-price-box del bdi {
	font-size: 25px;
	}

.csm-product-availability,
.csm-product-instock {
	position: relative;
	display: block;
    padding: 0px;
	color: #757575;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
	}

.csm-product-instock {
	color: #009E2B;
	font-weight: 700;
	}

.csm-pro-desBox {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.block-title {
	position: relative;
	display: block;
	font-size: 16px;
    line-height: 1.4;
	font-weight: 400;
	color: #757575;
	padding-bottom: 10px;
	}

.csm-product-details-box hr {
	margin: 22px 0px;
	height: 1px;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #303030;
	overflow: hidden;
	max-width: 120px;
	border-radius: 0px;
	align-items: center;
	white-space: nowrap;
	padding: 0px 0px 0px;
	margin: 0px !important;
	background: #FEFEFE;
	justify-content: space-between;
	border: 1px solid rgba(48, 48, 48, 0.3) !important;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 40px !important;
	height: 48px !important;
	padding: 5px 30px 5px 20px !important;
	margin: 0 2px !important;
	font-weight: 400 !important;
	/*border: none !important;*/
	color: #303030 !important;
	font-size: 16px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 38px !important;
	text-align: left !important;
	border-radius: 0px !important;
	background: #FEFEFE !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 1px solid transparent !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: absolute;
	top: 6px;
	right: 15px;
	z-index: 2;
	font-size: 14px;
	cursor: pointer;
	color: #333333;
	overflow: hidden;
	text-align: center;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.quantity-button:hover {
	color: #E30016 !important;
	background: transparent !important;
	}

.quantity-button.quantity-down {
	top: auto;
	bottom: 6px;
	}

.quantity-button.quantity-up {
	}
	
.quantity-button:hover,
.quantity-button:focus {
	color: #138842;
	box-shadow: none;
	border-color: #F8F8F8;
	background-color: #F8F8F8;
	}

.quantity-button.quantity-down:hover,
.quantity-button.quantity-down:focus {
	}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-up:focus {
	}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
    min-width: 180px;
    }

.csm-product-quantity-container .form-custom-select {
    min-width: 115px;
    }

.csm-product-quantity-container .row {
	margin: 0px -6px;
	}

.csm-product-quantity-container .row .col-md-12,
.csm-product-quantity-container .row .col,
.csm-product-quantity-container .row .col-auto {
	padding: 0px 6px;
	}

.csm-social-media {
	position: relative;
	display: block;
	}
	
.csm-social-media ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -14px;
	align-items: center;
	list-style-type: none;
	}
	
.csm-social-media ul li {
	padding: 0px 14px 10px;
	}

.csm-social-media h5 {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	padding: 0px 5px 0px 0px;
	}

.csm-social-media ul li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #B4B4B4;
	}

.csm-social-media ul li a:hover {
	color: #E30016;
	}

/* Add To Cart Button */

.addToCartBtn {	
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToCartBtn a,
.addToCartBtn button,
.woocommerce button.button.alt {	
	position: relative;
	color: #ffffff;
	width: 100%;
	margin: 0px auto;
	line-height: 24px;
	padding: 12px 30px;
	text-align: center;
	border-radius: 0px;
	white-space: nowrap;
	vertical-align: top;
	background: #1D2D61;
	display: inline-block;
	letter-spacing: 0.32px;
	text-transform: capitalize;
    border: 1px solid #1D2D61;
	text-decoration: none !important;
	}

.addToCartBtn a:hover,
.addToCartBtn a:focus,
.addToCartBtn button:hover,
.addToCartBtn button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	color: #ffffff;
    background: #E30016;
    border-color: #E30016;
	}

.addToCartBtn button.disabled,
.woocommerce button.button.alt.disabled {
    border-color: #2d2d2d !important;
	background: #2d2d2d !important;
	}

.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
    display: none !important;
    }

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn,
.viewProductBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToWishlistBtn a,
.viewProductBtn a,
.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {	
	position: relative;
	color: #303030;
	width: 50px;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	padding: 0px 0px;
	text-align: center;
	border-radius: 52px;
	white-space: nowrap;
	vertical-align: top;
	background: transparent;
	display: inline-block;
    border: 1px solid transparent;
	text-decoration: none !important;
	}

.addToWishlistBtn .fa {
    vertical-align: middle;
	}

.addToWishlistBtn i {
    margin: 0px 0px !important;
    }

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #E30016;
    background: transparent;
    border-color: transparent;
	}

/* .addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    text-transform: none;
    z-index: 1 !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    vertical-align: top !important;
    display: inline-block !important;
	padding: 9px 30px 9px !important;
    border: 1px solid #ffffff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	} */

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    /*min-width: inherit;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding: 15px 10px !important;
    background: #cfcfcf !important;
    border-color: #cfcfcf !important;*/
	}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
    margin: 0px auto !important;
	}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
	background: #9E3922 !important;
    border-color: #9E3922 !important;
	}

.shop-tabs-section {
	position: relative;
	display: block;
	}

ul.nav-tabs.tabstyle2 {
	position: relative;
	display: flex;
	border: none;
	width: auto;
	padding: 0px;
	margin: 0px 0px;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
	align-content: center;
	list-style-type: none;
	justify-content: center;
	border-bottom: 1px solid #A5A5A5;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	z-index: 1;
	margin: 0px 0px;
	line-height: 36px;
	padding: 0px 30px;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	border: none;
	line-height: 1.1;
	color: #333333;
	margin: 0px auto;
	text-align: left;
	text-align: center;
	padding: 0px 0px 20px;
	border-bottom: none;
	background: transparent;
	border-radius: 0px 0px;
	text-transform: capitalize;
	text-decoration: none !important;	
	}

ul.nav-tabs.tabstyle2 li.nav-item a::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 3px;
	content: '';
	background: #EE2E24;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover::before,
ul.nav-tabs.tabstyle2 li.nav-item a.active:before {
	width: 100%;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
    opacity: 1;
	color: #333333;
	background: transparent;
	}

.shop-tabs-body {
	position: relative;
	display: block;
	}

.tabs-shop-body {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 50px 0px 80px;
	}

.tabs-shop-body ul li {
	padding-bottom: 3px;
	}
	
.tabs-shop-body h4 {
	font-size: 20px;
	}

.featuredProduct-container {
	padding: 0px 60px 100px;
	}

.shop-featured-section {
	position: relative;
	display: block;
	padding: 85px 0px 100px;
	background: #233684;
	}

.shop-featured-section .pageTitle {
	padding-bottom: 35px;
	}

.product-slider {
	margin: 0px -13px;
	}

.product-slider .product-slide {
	padding: 10px 13px;
	}

.product-slider .slick-prev,
.product-slider .slick-next {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
	}

.product-slider .slick-prev:hover,
.product-slider .slick-next:hover {
	color: #ffffff;
	background: #E30016;
	border-color: #E30016;
	}

/* Accordion Button */

.sideNav ul li.has-subnav .accordion-btn {
    font-size: 16px;
	color: #000000;
	text-align: right;
	height: auto !important;
	line-height: normal !important;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #000000;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

@media (min-width: 992px) {
	.hide-sm-screen { display: block !important; }
	}

@media (max-width: 991.98px) {
	.hide-sm-screen { display: none; }
	.btn-control { display: block; }
	.accordion-btn-wrap + .accordion-btn-wrap { display: none !important; }
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li {
	position: relative;
	display: block;
	padding: 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 15px !important;
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
    position: relative;
    color: #000000;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.sidebar .btn,
.rightbar .btn {
    width: auto;
    margin: 0px auto;
	}

.reset-btn {
    margin: 0px !important;
    }

.reset-btn img {
    position: relative;
    max-width: 18px;
    max-height: 18px;
    }
	
/* Pagination */

.pagination-wrapper {
	position: relative;
	display: block;
	padding: 20px 15px;
	text-align: center;
	border-radius: 50px;
	background: #F8F1F0;
	}

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 50px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -8px;
	align-items: center;
    }
	
.page-item {
    font-weight: 400;
	margin: 0px 8px;
	font-size: 16px;
	}
	
.page-link {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
    border: none;
    color: #303030;
    font-weight: 400;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	background: transparent;
	}

.page-item.page-prev {
	margin-right: 15px;
	}

.page-item.page-next {
	margin-left: 15px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link,
.page-item.page-prev a,
.page-item.page-next a {
	font-size: 14px;
    color: #111111;
    background: transparent;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link,
.page-item.page-prev a:hover,
.page-item.page-next a:hover {
    color: #E30016;
	background: transparent;
	}
	
/*.page-item.active .page-link {
	font-weight: 500;
	}*/

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure img {
    position: relative;
	height: 100%;
	width: 100%;
	min-height: 100px;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;	
	clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 9% 100%, 0 67%);
	}

.inner_banner_caption {
	position: relative;
	z-index: 7;
	display: block;
	margin: 0px auto;
	padding: 60px 0px;
    }

.captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	}

.inner_banner_caption .innerBannerHeading1 {
	font-size: 60px;
	color: #303030;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 20px;
	text-transform: none;
	letter-spacing: -1.20px;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	text-align: center;
	background: #F9F9F9;
	padding: 20px 0px 10px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #E30016;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	color: #E30016;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.36px;
	}

.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #757575;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {	
	color: #757575;
	}

.breadcrumb-container ul li a:after {
	content: '/';
	font-size: 16px;
	color: #757575;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 14px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: #E30016;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	color: #757575;
	margin: 0px auto;
	padding: 0px 0px 40px;
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1.1;
	padding-bottom: 0px;
	letter-spacing: -0.5px;
	}

.pageTitle h6 {
	font-size: 16px;
	color: #EE2E24;
	letter-spacing: 1px;
	padding-bottom: 10px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Red Rose", serif;
	position: relative;
	font-size: 45px;
	margin: 0px 0px;
	line-height: 1.2;
	font-weight: 700;
	color: #303030;
	text-transform: none;
	padding: 0px 0px 20px;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h2, .h2 {
	font-size: 45px;
	}
	
h3, .h3 {
	font-size: 40px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 15px;
	line-height: 1.6;
	letter-spacing: 0.32px;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ul.ul-listing1  {
	display: block;
	padding: 0px;
	width: 100%;
	color: #666666;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px 25px;
	list-style-position: inside;
	}

ul.ul-listing.text-center,
ul.ul-listing1.text-center {
	text-align: center;
	}
	
ul.ul-listing li,
ul.ul-listing1 li {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 10px 30px;
	}
	
ul.ul-listing li:before,
ul.ul-listing1 li::before {
	position: absolute;
    content: '';
	top: 8px;
	left: auto;
	width: 10px;
	height: 10px;
    font-size: 14px;
	font-weight: 900;
	margin-left: -30px;
    border-radius: 100%;
	background: #138842;
	}

ul.ul-listing1 li::before {
	top: 2px;
    content: '\24';
	}	

ul.ul-listing li p,
ul.ul-listing1 p {
	margin-bottom: 0px;
	}

ul.ul-listing ul,
ul.ul-listing1 ul {
	margin: 10px 0px 0px;
	}

.details-container {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    }
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 44px;
	height: 44px;
	font-size: 17px;
	color: #303030;
	border-radius: 50px;
	align-items: center;
    transition: all 0.3s;
	justify-content: center;
	border: 1px solid #303030;
	background-color: transparent;
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -70px;
	}

.slick-next {
	right: -70px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #ffffff;
	border-color: #E30016;
	background-color: #E30016;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 6px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 8px;
	font-size: 0px;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	opacity: 0.3;
	overflow: hidden;
	border-radius: 100%;
	background: #000000;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Link Button */

.link-btn,
.link-btn1 {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a {
	position: relative;
	color: #EEEEEE;
	min-width: 150px;
	font-weight: 400;
	line-height: 18px;
	padding: 15px 32px;
	text-align: center;
	border-radius: 0px;
	vertical-align: top;
	background: #1D2D61;
	display: inline-block;
	letter-spacing: 0.26px;
	text-transform: capitalize;
	border: 1px solid #1D2D61;
	text-decoration: none !important;
	}

.link-btn a:hover,
.link-btn1 a {
	color: #ffffff;
	background: #E30016;
	border-color: #E30016;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #1D2D61;
	border: 1px solid #1D2D61;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
	z-index: 7;
    padding: 0px 0px;
    margin: 0px auto;
    max-width: 1920px;
    background: #EEEEEE;
	}

.footLogo img {
	mix-blend-mode: multiply;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	font-size: 15px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    padding: 80px 0px 60px;
	color: rgba(255, 255, 255, 0.7);
	}

.ctcFooter-wrapp .footer-top {
    padding: 260px 0px 60px;
	}

.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 25%;
	padding: 0px 15px;
	}

.ftcol1 {
	min-width: 500px;
	}

.ftcol2 {
	min-width: 280px;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 20px;
    color: #303030;
    font-weight: 700;
	line-height: 1.2;
	margin: 0px 0px 25px;
	letter-spacing: -0.40px;
	}

/* Footer Nav */

ul.footer-nav.twoCol {
	column-count: 2;
	margin: 0px -15px;
	}

ul.footer-nav.twoCol li {
	padding: 0px 15px;
	}

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 15px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 15px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #303030;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
    color: #233684;
	}

ul.footer-nav li.selected a {
	font-weight: 500;
	}
	
ul.footSocial-media {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -5px 10px;
	}

ul.footSocial-media>li {
	position: relative;
	display: block;
	padding: 0px 5px 10px;
	}

ul.footSocial-media>li>a {
	width: 50px;
	height: 50px;
	display: flex;
	font-size: 20px;
	color: #757575;
	position: relative;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	border: 1px solid #757575;
	}

ul.footSocial-media>li>a:hover {
	color: #ffffff;
	background: #E30016;
	border-color: #E30016;
	}

ul.footIcon-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -10px;
	list-style-type: none;
	}

ul.footIcon-box li {
	padding: 0px 10px;
	}

ul.footIcon-box li img {
	max-width: 60px;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #FFFFFF;
	overflow: hidden;
	padding: 17px 0px;
	background: #233684;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin: 0px auto;
    line-height: 24px;
	letter-spacing: 0.30px;
	}

.copyright a {
	display: inline-block;
	color: #ffffff;
	}

.copyright a strong {
	font-weight: 700;
	background: url("../images/verzdesign-logo.png") no-repeat scroll right center;
	padding-right: 22px;
	}

.copyright a:hover {
	color: #E30016;
	}

.floating-whatsapp {
	position: fixed;
	right: 10px;
	z-index: 991;
	bottom: 150px;
	font-size: 25px;
	font-weight: 700;
	}

.floating-whatsapp a {
	position: relative;
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 15px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #25D366;
	}

.floating-whatsapp .fab {
	display: block;
	position: relative;
	line-height: 28px;
	}

.floating-whatsapp a:hover {
	color: #fff;
	background: #01843b;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -4px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 4px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    max-height: 25px;
	}

/* Contact Info Container */

.contact-container {
	padding: 110px 0px 100px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.contact-container>.wide-container>.row>.col-lg-7 {
	width: 57%;
	}

.contact-container>.wide-container>.row>.col-lg-5 {
	width: 43%;
	}

.contact-info-box {
	padding-bottom: 30px;
	}

.company-innerinfo-box {
	margin: 0px 0px 30px;
	}

.company-info-icon {
	position: relative;
	display: flex;
	width: 100px;
	height: 100px;
	font-size: 30px;
	color: #ffffff;
	margin: 0px auto;
	align-items: center;
	border-radius: 100px;
	background: #E30016;
	justify-content: center;
	border: 1px solid #E30016;
	}

.company-innerinfo-box h6 {
	font-family: "Work Sans", sans-serif;
	font-size: 25px;
	color: #303030;
	font-weight: 500;
	padding: 0px 0px 5px;
	}

.company-innerinfo-box a {
	color: #757575;
	}

.company-innerinfo-box a:hover {
	color: #E30016;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 430px;
	overflow: hidden;
	border-radius: 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.zIndex2 {
	z-index: 2;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 55px;
    font-size: 16px;
	color: #707070;
    border-radius: 50px;
    line-height: normal;
    background: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 15px 50px 14px 30px;
	}

.nice-select,
.nice-select .list {
	font-size: 16px;
	font-weight: 400;
	color: #989898;
	border-radius: 50px;
	background: #ffffff;
	border: 1px solid #DDDDDD;
	}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover, .nice-selected .nice-select {
	border-color: rgba(228, 111, 27, 1);
	background-color: #ffffff;
	}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: #262626;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #E30016 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #FAFAFA;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #1d1d1d;
	font-size: 14px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #E30016;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	padding: 75px 100px;
	background: #F6F6F6;
	clip-path: polygon(0 0, 78% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%);
	}

.contactForm-container {
	padding-right: 70px;
	}

.contactForm-container .wpcf7-spinner {
    display :none;
    }
    
.contactForm .pageTitle h2 {
	padding-bottom: 20px;
	letter-spacing: -1.20px;
	}

.form-group.floating-label label {
	font-family: "Red Rose", serif;
	position: absolute;
	top: 22px;
	left: 0px;
	width: auto;
	margin: 0px;
	z-index: 2;
	padding: 0px;
	line-height: 1;
	font-size: 16px;
	background: none;
	color: #303030;
	pointer-events: none;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	transition: 0.2s ease all;
	}

.form-group.floating-label .focus label, 
.form-group.floating-label .not-empty label, 
.form-group.floating-label .focus + label, 
.form-group.floating-label .not-empty + label, 
.form-group.floating-label.focus label, 
.form-group.floating-label.not-empty label {
	top:-4px;
	font-size: 10px;
	padding: 0px 0px;
	opacity: 1 !important;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #EE2E24;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	font-family: "Red Rose", serif;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 0px;
	border-radius: 0px;
	background-clip: unset;
	background-image: none;
	border: 1px solid #303030;
	border-width: 0px 0px 1px 0px;
	background-color: transparent;
	}

textarea.form-control {
	min-height: 100px;
	line-height: 24px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover,
.floating-label.not-empty .form-control {
	color: #303030;
	outline: none !important;
	border: 1px solid #E30016;
	border-width: 0px 0px 1px 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.6;
    font-weight: 400;
	color: #5C5A5D;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.6;
    font-weight: 400;
	color: #5C5A5D;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.6;
    font-weight: 400;
	color: #5C5A5D;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.6;
    font-weight: 400;
	color: #5C5A5D;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary {
	position: relative;
	display: block;
	width: auto;
	font-size: 16px;
	margin: 0px 0px;
	min-width: 180px;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 0px;
	background: #1D2C67;
	letter-spacing: 0.32px;
	border: 1px solid #1D2C67;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #E30016; border-color: #E30016; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #E30016; border-color: #E30016; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #E30016; border-color: #E30016; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container {
	padding: 0px 60px;
	background: #F9F9F9;
	}

.thank-you-container figure img {
	width: 100%;
	clip-path: polygon(0 0, 82% 0, 100% 33%, 100% 100%, 0 100%, 0% 50%);
	}
	
.thank-you-content-area {
	position: relative;
	z-index: 5;
	display: block;
	margin: 0px auto;
	padding: 60px 0px;
    }
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	font-size: 18px;
	color: #757575;
	max-width: 650px;
	margin: 0px 0px 0px 125px;
	}
	
.thank-you-content h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	padding-bottom: 20px;
	letter-spacing: -1.8px;
	}

.thank-you-content p {
	letter-spacing: 0.36px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 90px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -40px no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: #233684;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #233684;
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 78px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #233684 !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #000000;
	text-transform: uppercase;
	}

.awf-preset-title {
    margin: 0px 0px;
    }
    
.grecaptcha-badge {
    z-index: 9;
    }
    
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
    }

@media (max-width: 1699.98px) {
    body, .nav>ul ul, .nav>ul ul ul, .link-btn, .link-btn1, .solutionMore-box a, ul.footer-nav, .copyright, .sideNav ul, .filter-select-text, .filter-select-box .nice-select, .page-item, .product-btns-group a, .addToWishlist-icon > a, .filter-box, .csm-product-availability, .csm-product-instock, .block-title, .addToCartBtn, .csm-product-quantity input, .csm-social-media h5, .form-group.floating-label label, .form-control, .form-custom-select, .form-select, .btn-primary, .footer-top, .awf-filters-container ul, .price-range, .awf-filters-container .awf-filter-container.awf-range-slider-container { font-size: 14px }
	.breadcrumb-container ul li, .csm-product-name, .price>del, .csm-product-price-box del bdi, .csm-social-media ul li a, .portfolio-title h4, .portfolio-mask-content h4, .fancybox__caption h4, .thank-you-content-area .thank-you-content { font-size: 16px; }
	.container { max-width: 1000px; }
    .wide-container, .header-container { max-width: 1200px; }
    h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2 { font-size: 40px; }
    h3, .h3 { font-size: 34px; }
    h4, .h4 { font-size: 20px; }
    h5, .h5, .footer-head, .guidingValues-box h4 { font-size: 18px; }
    h6, .h6 { font-size: 16px; }
	.logo { width: 250px; height: 53px; margin: 24px 0px; }
	.headerTopLinks>li a img { max-width: 20px; }
	.headerCart-menu a img { max-width: 25px !important; }
	.headerTopLinks>li.headerCart-menu a span { width: 25px; height: 25px; font-size: 13px; line-height: 25px; margin: -30px 0px 0px -10px; }
	.nav>ul ul a, .nav>ul ul ul a { padding: 18px 20px; }
	.notificationHeader { padding: 15px 30px; }
	.bannerWrapper, .thank-you-container { padding: 0px 30px; }
	.banner_caption .bannerHeading1, .inner_banner_caption .innerBannerHeading1, .thank-you-content h1 { font-size: 50px; }
	.homeBannerSlider .slick-dots li a:hover, .homeBannerSlider .slick-dots li.slick-active a { font-size: 25px; }
	.banner_caption .captionContainerInner { font-size: 16px; margin-left: 90px; }
	.pageBg-icon img { max-width: 280px; }
	.homeGuiding-box h4 { font-size: 18px; }
	.solutionMore-waySection { padding: 0px 30px 60px; }
	.moreWays-slider { margin: 0px -15px; }
	.moreWays-slide { padding: 0px 15px; }
	.homeIndustries-icon { width: 77px; height: 77px; }
	.lArrrow-icon { max-width: 30px; margin-left: 40px; }
	.ctc-wrapper { margin-bottom: -134px; }
	.ctcFooter-wrapp .footer-top { padding: 220px 0px 60px; }
	.ftcol1 { min-width: 400px; }
	ul.solutionTab>li a { font-size: 16px; }
	.awf-filter-wrapper {  padding: 30px 30px; }
	.sidebarHeading, .company-innerinfo-box h6, .awf-filter-title { font-size: 22px; }
	.csm-product-description-box > a { padding: 20px 30px 25px; }
	.csm-product-price-box, .csm-product-price-box bdi, .csm-product-price-box ins bdi { font-size: 16px; }
	.csm-product-stock { font-size: 12px; }
	.csm-product-stock-wrapper { top: 17px; left: -18px; }
	.csm-product-stock-wrapper.sale { top: 19px; left: -19px; }
	.csm-product-stock-wrapper.outOfStock { top: 48px; left: -48px; }
	.csmProduct-mask-content { padding: 20px 30px; }
	.csm-product-details-box .csm-product-price-box, .csm-product-details-box .csm-product-price-box bdi, .csm-product-details-box .csm-product-price-box ins bdi, .csm-product-details-box .csm-product-price-box del bdi { font-size: 20px; }
	.featuredProduct-container { padding: 0px 30px 100px; }
	.contactForm { padding: 75px 70px; }
	.map-container { height: 410px; }
	.thank-you-content-area .thank-you-content { margin: 0px 0px 0px 85px; }
    .sale .csm-product-stock-wrapper { top: 19px; }
    .noUi-value { font-size: 14px !important; }





	}

@media (max-width: 1499.98px) {
	.pageBg-icon img { max-width: 200px; }
	.slick-prev, .slick-next { width: 35px; height: 35px; font-size: 14px; }
	.slick-prev { left: -50px; }
	.slick-next { right: -50px; }
	
    }

@media (max-width: 1399.98px) {
	.notificationHeader { padding: 10px 15px; }
	.noti_close { top: 10px; right: 10px; }
	.bannerWrapper, .thank-you-container { padding: 0px 15px; }
	.homeBannerSlider .slick-dots li a::before { width: 8px; height: 8px; }	
	.homeBannerSlider .slick-dots li a:hover, .homeBannerSlider .slick-dots li.slick-active a { font-size: 20px; }
	.homeBannerSlider .slick-dots { bottom: 20px; }
	.banner_caption, .inner_banner_caption, .thank-you-content-area { padding: 40px 0px; }
	.banner_caption .captionContainerInner, .thank-you-content-area .thank-you-content { font-size: 14px; }
	.homeIntro-section { padding: 70px 0px 30px; }
	.homeGuiding-section { padding: 40px 0px 20px; }
	.homeClient-section { padding: 30px 0px 70px; }
	.pageBg-icon img { max-width: 180px; }
	.solutionMore-waySection { padding: 0px 15px 30px; }
	.solutionMore-wayBox, .contact-container { padding: 70px 0px; }
	.solutionMore-box a { padding: 20px 20px; }
	.moreWays-slider .slick-next, .product-slider .slick-next { right: -30px; }
	.moreWays-slider .slick-prev, .product-slider .slick-prev { left: -30px; }
	.homeIndustries-section { padding: 60px 0px 20px; }
	.homeIndustries-section hr { margin: 10px 0px 30px; }
	.ctc-wrapper { padding: 30px 0px 0px; }
	.ctcFooter-wrapp .footer-top { padding: 200px 0px 50px; }
	.ftcol1 { min-width: 300px; }
	.footer-bottom { padding: 10px 0px; }
	.breadcrumb-container ul li { font-size: 14px; }
	.about-container { padding: 70px 0px 30px; }
	.aboutIntro-section { padding: 0px 0px 70px; }
	.guidingValues-listing { padding: 0px 0px; }
	.solutionGroup-section { padding-bottom: 70px; }
	.solutionTab-section { margin-bottom: 50px; }
	.main-container, .shop-container, .shop-top-container { padding: 70px 0px 60px; }
	.filter-box { margin: 0px auto 25px; }
	.featuredProduct-container { padding: 0px 15px 70px; }
	.shop-featured-section { padding: 65px 0px 70px; }
	.footer-top { padding: 65px 0px 50px; }
	.pageTitle { padding: 0px 0px 30px; }

	}

@media (max-width: 1299.98px) {
	.pageBg-icon img { max-width: 120px; }
	.moreWays-slider .slick-dots li button::before, .product-slider .slick-dots li button::before  { background: #ffffff; }
	.moreWays-slider { margin: 0px -10px; }
	.moreWays-slide { padding: 0px 10px; }
	.aboutContent-box, .csm-product-details-box { padding-left: 0px; }
	.woocommerce ul.products { margin: 0px -10px; }
	.contactForm-container { padding-right: 0px; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 0px 10px !important; margin: 0px 0px 20px !important; }
	.company-info-icon { width: 70px; height: 70px; padding: 20px 20px; }
	.contactForm { padding: 32px 30px; }




	}

@media (max-width: 1199.98px) {
	#pageHeaderWrapper { position: relative; top: auto; left: auto; }
	.logo { width: 180px; height: 38px; margin: 20px 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .mean-container a.meanmenu-reveal { top: 20px; right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 0px 50px 0px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	ul.headerTopLinks>li.headerCart-menu a { width: 78px; height: 78px; }
	.banner_caption .captionContainerInner, .thank-you-content-area .thank-you-content { margin-left: 0px; }
	.homeBannerSlider { padding-bottom: 50px !important; }
	.homeBannerSlider .slick-dots { left: 0px; width: 100%; text-align: center; bottom: 10px; }
	.banner_caption .wide-container, .thank-you-content-area .wide-container { padding: 0px 0px; }
	.pageBg-icon img { display: none; }
	.inner_banner_caption { padding: 20px 0px; }
	.inner_banner_caption .innerBannerHeading1 { padding-bottom: 10px; }
	.guidingValues-item { width: 33.3333%; }
	ul.solutionTab>li a { font-size: 14px; padding: 0px 15px 20px; }
	.solutionContent-box { padding: 20px 15px; }
	.awf-filter-wrapper { padding: 20px 15px; margin-bottom: 20px; }
	.csmProduct-mask-content { padding: 20px 15px; }
	.csm-product-description-box > a { padding: 15px 15px 25px; }
	.portfolio-title, .portfolio-mask-content { padding: 20px 15px; }

	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.banner_caption .row .col-auto { width: 100%;}
	.banner_caption .captionContainerInner { margin-bottom: 25px; max-width: 100%; }
	.homeIntro-section .pageTitle { padding-bottom: 20px; }
	.homeIntro-section .d-lg-none { display: block !important; }
	.solutionMore-box a { padding: 15px 15px; }
	.homeIndustries-box .row .col-md-4 { width: auto; }
	.ctc-wrapperSection { padding: 30px 0px; clip-path: polygon(0 0, 95% 0%, 100% 20%, 100% 98%, 5% 100%, 0% 80%); }
	.aboutIntro-section .pageTitle { margin-bottom: 20px; }
	.guidingValues-icon, .csm-productGalleryContainer { margin-bottom: 20px; }
	.about-container { padding: 70px 0px 0px; }
	ul.solutionTab>li a { font-size: 13px; padding: 0px 10px 15px; }
	.sidebar { margin-bottom: 40px; }
	.shop-top-container>.container>.row>.col-lg-5, .shop-top-container>.container>.row>.col-lg-7, .contact-container>.wide-container>.row>.col-lg-7, .contact-container>.wide-container>.row>.col-lg-5 { width: 100%; }
	.contactForm { padding: 30px 15px; clip-path: polygon(0 0, 100% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%); margin-bottom: 40px; }
	.map-container { height: 300px; }
	.thank-you-content { margin-bottom: 30px !important;}



	.ftcol1 { min-width: 100%; text-align: center; margin-bottom: 25px; }
	.footLogo img { max-width: 250px; }
	.footer-bottom { text-align: center; }
	.footer-bottom .row .col-auto { width: 100%; }
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .pageTitle h1, .pageTitle h2, .thank-you-content h1, .banner_caption .bannerHeading1, .inner_banner_caption .innerBannerHeading1 { font-size: 28px !important; letter-spacing: 0px !important; }
	h2 { font-size: 26px; letter-spacing: 0px !important; }
	h3 { font-size: 24px; letter-spacing: 0px !important; }
	h4, .sidebarHeading, .company-innerinfo-box h6, .awf-filter-title { font-size: 18px; letter-spacing: 0px !important; }
	h5, .homeGuiding-box h4 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px; letter-spacing: 0px !important; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50%  !important; }
	.banner_caption .bannerHeading1 { padding-bottom: 15px; }
	.ctc-wrapperSection { clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 98%, 5% 100%, 0% 100%); }
	.guidingValues-item { width: 50%; }
	ul.solutionTab>li { width: 100%; margin-bottom: 10px; }
	.solutionGroup-box { clip-path: polygon(0% 0, 100% 0, 100% 100%, 90% 100%, 0 100%, 0 20%); }
	.solutionGroup-info { text-align: left; padding: 30px 15px; justify-content: start; }
	.copyright { font-size: 12px; }
	.thumbSliderBox { padding: 10px 60px 0px 60px; }
	.thumbSliderBox .slick-prev { left: -50px; }
	.thumbSliderBox .slick-next { right: -50px; }
	.csm-social-media ul { margin: 0px -8px; }
	.csm-social-media ul li { padding: 0px 8px 10px; }
	.csm-social-media ul li a { font-size: 14px; }
	.company-info-icon { width: 50px; height: 50px; padding: 12px 12px; }
	.company-innerinfo-box { margin: 0px 0px 20px; }
	.company-innerinfo-box .row .col-auto { padding-right: 5px; }


	.ftcol { max-width: 100%; width: 100%; }
	.ftcol2, .ftcol3 { margin-bottom: 15px; }
    }

@media (max-width: 575.98px) {	
	.smNone { display: none !important; }
	.mobileHeader-links { display: block; }
	.mobileHeader-links ul.headerTopLinks li { width: 25%; text-align: center; padding: 0px 15px; margin: 0px 0px; }
	.headerTopLinks>li a { width: auto; height: auto; background: transparent; padding: 10px 10px; }
	.mobileHeader-links.hideBox { opacity: 0; visibility: hidden; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%  !important; }
	.logo { margin: 15px 0px; }
	.mean-container a.meanmenu-reveal { top: 15px; }
	.mean-container .mean-nav { margin-top: 68px; }
	#toTop { bottom: 80px; }
	.homeIndustries-box .row .col-md-4, .homeIndustries-box .row .col-md-8 { width: 100%; text-align: center; }
	.homeIndustries-icon { margin: 0px auto 15px; }
	}

@media (max-width: 480px) {
	ul.footer-nav.twoCol { column-count: 1; }
	.guidingValues-item { width: 100%; }
	.ftcol1 { text-align: left; }
	}

@-ms-viewport{ width: auto !important; }