/****************************** ****************************** 
                   		fonts
****************************** *****************************/

@font-face {
	font-family: 'dinregular';
	src: url('../fonts/dinbold-webfont.woff2') format('woff2'), url('../fonts/dinbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinmedium';
	src: url('../fonts/dinmedium-webfont.woff2') format('woff2'), url('../fonts/dinmedium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'din_blackregular';
	src: url('../fonts/ufonts.com_din-black-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_din-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/****************************** ****************************** 
                   		 Reset CSS
****************************** *****************************/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
a[href^=tel]:active, a[href^=tel]:hover {
	color: inherit;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #fcf8e3;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
 @media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " ("attr(href) ")";
}
abbr[title]:after {
	content: " ("attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	color: #1a1a1a;
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #303030;
	text-decoration: none;
	transition: all .2s ease;
}
a:hover {
	color: #191919;
	text-decoration: none;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
 [role="button"] {
 cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
 @media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
/*********** Padding/Margin CSS ***********/

.no-margin {
	margin: 0 !important;
}
.margin-bottom-lg {
	margin-bottom: 5px;
}
.margin-bottom-xl {
	margin-bottom: 10px;
}
.margin-bottom-xxl {
	margin-bottom: 20px;
}
.no-padding {
	padding: 0 !important;
}
.force-padding {
	padding: 24px;
}
.large-padding {
	padding: 48px;
}
.small-padding {
	padding: 12px;
}
.no-y-padding {
	padding: 0 24px;
}
.no-side-padding {
	padding: 24px 0;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .row:before, .row:after, .form-group::after, .form-group::before {
	content: " ";
	display: table;
}
.clearfix:after, .dl-horizontal dd:after, .row:after, .form-group::after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.visible-small {
	display: none !important;
}
.affix {
	position: fixed;
}
 @-ms-viewport {
 width: device-width;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
 @media (min-width: 768px) {
.container {
	width: 750px;
}
}
 @media (min-width: 992px) {
.container {
	width: 970px;
}
}
 @media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*********** Grid ***********/

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.small-1, .medium-1, .large-1, .small-2, .medium-2, .large-2, .small-3, .medium-3, .large-3, .small-4, .medium-4, .large-4, .small-5, .medium-5, .large-5, .small-6, .medium-6, .large-6, .small-7, .medium-7, .large-7, .small-8, .medium-8, .large-8, .small-9, .medium-9, .large-9, .small-10, .medium-10, .large-10, .small-11, .medium-11, .large-11, .small-12, .medium-12, .large-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12 {
	float: left;
}
.small-12 {
	width: 100%;
}
.small-11 {
	width: 91.66666667%;
}
.small-10 {
	width: 83.33333333%;
}
.small-9 {
	width: 75%;
}
.small-8 {
	width: 66.66666667%;
}
.small-7 {
	width: 58.33333333%;
}
.small-6 {
	width: 50%;
}
.small-5 {
	width: 41.66666667%;
}
.small-4 {
	width: 33.33333333%;
}
.small-3 {
	width: 25%;
}
.small-2 {
	width: 16.66666667%;
}
.small-1 {
	width: 8.33333333%;
}
.small-pull-12 {
	right: 100%;
}
.small-pull-11 {
	right: 91.66666667%;
}
.small-pull-10 {
	right: 83.33333333%;
}
.small-pull-9 {
	right: 75%;
}
.small-pull-8 {
	right: 66.66666667%;
}
.small-pull-7 {
	right: 58.33333333%;
}
.small-pull-6 {
	right: 50%;
}
.small-pull-5 {
	right: 41.66666667%;
}
.small-pull-4 {
	right: 33.33333333%;
}
.small-pull-3 {
	right: 25%;
}
.small-pull-2 {
	right: 16.66666667%;
}
.small-pull-1 {
	right: 8.33333333%;
}
.small-pull-0 {
	right: auto;
}
.small-push-12 {
	left: 100%;
}
.small-push-11 {
	left: 91.66666667%;
}
.small-push-10 {
	left: 83.33333333%;
}
.small-push-9 {
	left: 75%;
}
.small-push-8 {
	left: 66.66666667%;
}
.small-push-7 {
	left: 58.33333333%;
}
.small-push-6 {
	left: 50%;
}
.small-push-5 {
	left: 41.66666667%;
}
.small-push-4 {
	left: 33.33333333%;
}
.small-push-3 {
	left: 25%;
}
.small-push-2 {
	left: 16.66666667%;
}
.small-push-1 {
	left: 8.33333333%;
}
.small-push-0 {
	left: auto;
}
.small-offset-12 {
	margin-left: 100%;
}
.small-offset-11 {
	margin-left: 91.66666667%;
}
.small-offset-10 {
	margin-left: 83.33333333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-offset-8 {
	margin-left: 66.66666667%;
}
.small-offset-7 {
	margin-left: 58.33333333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-offset-5 {
	margin-left: 41.66666667%;
}
.small-offset-4 {
	margin-left: 33.33333333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-offset-2 {
	margin-left: 16.66666667%;
}
.small-offset-1 {
	margin-left: 8.33333333%;
}
.small-offset-0 {
	margin-left: 0;
}
 @media only screen and (min-width: 600px) {
.medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12 {
	float: left;
}
.medium-12 {
	width: 100%;
}
.medium-11 {
	width: 91.66666667%;
}
.medium-10 {
	width: 83.33333333%;
}
.medium-9 {
	width: 75%;
}
.medium-8 {
	width: 66.66666667%;
}
.medium-7 {
	width: 58.33333333%;
}
.medium-6 {
	width: 50%;
}
.medium-5 {
	width: 41.66666667%;
}
.medium-4 {
	width: 33.33333333%;
}
.medium-3 {
	width: 25%;
}
.medium-2 {
	width: 16.66666667%;
}
.medium-1 {
	width: 8.33333333%;
}
.medium-pull-12 {
	right: 100%;
}
.medium-pull-11 {
	right: 91.66666667%;
}
.medium-pull-10 {
	right: 83.33333333%;
}
.medium-pull-9 {
	right: 75%;
}
.medium-pull-8 {
	right: 66.66666667%;
}
.medium-pull-7 {
	right: 58.33333333%;
}
.medium-pull-6 {
	right: 50%;
}
.medium-pull-5 {
	right: 41.66666667%;
}
.medium-pull-4 {
	right: 33.33333333%;
}
.medium-pull-3 {
	right: 25%;
}
.medium-pull-2 {
	right: 16.66666667%;
}
.medium-pull-1 {
	right: 8.33333333%;
}
.medium-pull-0 {
	right: auto;
}
.medium-push-12 {
	left: 100%;
}
.medium-push-11 {
	left: 91.66666667%;
}
.medium-push-10 {
	left: 83.33333333%;
}
.medium-push-9 {
	left: 75%;
}
.medium-push-8 {
	left: 66.66666667%;
}
.medium-push-7 {
	left: 58.33333333%;
}
.medium-push-6 {
	left: 50%;
}
.medium-push-5 {
	left: 41.66666667%;
}
.medium-push-4 {
	left: 33.33333333%;
}
.medium-push-3 {
	left: 25%;
}
.medium-push-2 {
	left: 16.66666667%;
}
.medium-push-1 {
	left: 8.33333333%;
}
.medium-push-0 {
	left: auto;
}
.medium-offset-12 {
	margin-left: 100%;
}
.medium-offset-11 {
	margin-left: 91.66666667%;
}
.medium-offset-10 {
	margin-left: 83.33333333%;
}
.medium-offset-9 {
	margin-left: 75%;
}
.medium-offset-8 {
	margin-left: 66.66666667%;
}
.medium-offset-7 {
	margin-left: 58.33333333%;
}
.medium-offset-6 {
	margin-left: 50%;
}
.medium-offset-5 {
	margin-left: 41.66666667%;
}
.medium-offset-4 {
	margin-left: 33.33333333%;
}
.medium-offset-3 {
	margin-left: 25%;
}
.medium-offset-2 {
	margin-left: 16.66666667%;
}
.medium-offset-1 {
	margin-left: 8.33333333%;
}
.medium-offset-0 {
	margin-left: 0;
}
}
 @media only screen and (min-width: 992px) {
.large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
	float: left;
}
.large-12 {
	width: 100%;
}
.large-11 {
	width: 91.66666667%;
}
.large-10 {
	width: 83.33333333%;
}
.large-9 {
	width: 75%;
}
.large-8 {
	width: 66.66666667%;
}
.large-7 {
	width: 58.33333333%;
}
.large-6 {
	width: 50%;
}
.large-5 {
	width: 41.66666667%;
}
.large-4 {
	width: 33.33333333%;
}
.large-3 {
	width: 25%;
}
.large-2 {
	width: 16.66666667%;
}
.large-1 {
	width: 8.33333333%;
}
.large-pull-12 {
	right: 100%;
}
.large-pull-11 {
	right: 91.66666667%;
}
.large-pull-10 {
	right: 83.33333333%;
}
.large-pull-9 {
	right: 75%;
}
.large-pull-8 {
	right: 66.66666667%;
}
.large-pull-7 {
	right: 58.33333333%;
}
.large-pull-6 {
	right: 50%;
}
.large-pull-5 {
	right: 41.66666667%;
}
.large-pull-4 {
	right: 33.33333333%;
}
.large-pull-3 {
	right: 25%;
}
.large-pull-2 {
	right: 16.66666667%;
}
.large-pull-1 {
	right: 8.33333333%;
}
.large-pull-0 {
	right: auto;
}
.large-push-12 {
	left: 100%;
}
.large-push-11 {
	left: 91.66666667%;
}
.large-push-10 {
	left: 83.33333333%;
}
.large-push-9 {
	left: 75%;
}
.large-push-8 {
	left: 66.66666667%;
}
.large-push-7 {
	left: 58.33333333%;
}
.large-push-6 {
	left: 50%;
}
.large-push-5 {
	left: 41.66666667%;
}
.large-push-4 {
	left: 33.33333333%;
}
.large-push-3 {
	left: 25%;
}
.large-push-2 {
	left: 16.66666667%;
}
.large-push-1 {
	left: 8.33333333%;
}
.large-push-0 {
	left: auto;
}
.large-offset-12 {
	margin-left: 100%;
}
.large-offset-11 {
	margin-left: 91.66666667%;
}
.large-offset-10 {
	margin-left: 83.33333333%;
}
.large-offset-9 {
	margin-left: 75%;
}
.large-offset-8 {
	margin-left: 66.66666667%;
}
.large-offset-7 {
	margin-left: 58.33333333%;
}
.large-offset-6 {
	margin-left: 50%;
}
.large-offset-5 {
	margin-left: 41.66666667%;
}
.large-offset-4 {
	margin-left: 33.33333333%;
}
.large-offset-3 {
	margin-left: 25%;
}
.large-offset-2 {
	margin-left: 16.66666667%;
}
.large-offset-1 {
	margin-left: 8.33333333%;
}
.large-offset-0 {
	margin-left: 0;
}
}
/*********** Label  ***********/

.label {
	border-radius: 0.2em;
	color: #1a1a1a;
	display: inline;
	font-size: 95%;
	font-weight: normal;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/*********** Form Group ***********/

.form-group {
	margin-bottom: 14px;
	position: relative;
}
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 1.42857143;
	color: rgb(151, 153, 155);
	background-color: #f3f3f3;
	background-image: none;
	border: 2px solid rgb(151, 153, 155);
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	text-transform: capitalize;
}
.form-control:focus {
	border-color: rgb(186, 12, 47);
	outline: 0;
}
 .form-control::-moz-placeholder {
 color: rgb(151, 153, 155);
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: rgb(151, 153, 155);
}
 .form-control::-webkit-input-placeholder {
 color: rgb(151, 153, 155);
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
textarea.form-control {
	height: 160px;
	resize: none;
}
.contact-form-part .form-captcha img {
	margin-top: 0;
}
/* Stylist Select Box styles */

.cs_select {
	margin-bottom: 15px;
	position: relative;
}
.cs_select:last-child {
	margin-bottom: 0;
}
.cs_select>select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cs_select .arrow {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 4px 4px 0;
	height: calc(100% - 2px);
	pointer-events: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 30px;
	z-index: 16;
}
.cs_select .arrow:after, .cs_select .arrow:before {
	content: "";
	left: 9px;
	pointer-events: none;
	position: absolute;
}
.cs_select .arrow:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333333;
	content: "";
	top: 48%;
}
/************ Button ***********/

.btn {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 3px solid rgb(186, 12, 47);
	border-radius: 0px;
	min-width: 180px;
	min-height: 44px;
	text-transform: uppercase;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
}
.btn-fill {
	background: rgb(186, 12, 47);
	color: #ffffff;
	border-color: rgb(186, 12, 47);
}
.btn-fill:hover {
	color: #ffffff;
	border-color: rgb(29, 79, 145);
	background: rgb(29, 79, 145);
}
.btn-fill:active, .btn-fill:active:hover {
	color: #ffffff;
	border-color: rgb(29, 79, 145);
	background: rgb(29, 79, 145);
}
.btn-line {
	color: rgb(186, 12, 47);
	background: transparent;
	border-color: rgb(186, 12, 47);
}
.btn-line:hover {
	color: #ffffff;
	background: rgb(29, 79, 145);
	border-color: rgb(29, 79, 145);
}
.btn-line:active, .btn-line:active:hover {
	color: #ffffff;
	background: rgb(29, 79, 145);
	border-color: rgb(29, 79, 145);
}
.btn-small {
	font-size: 16px;
}
.btn-large {
	font-size: 22px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
/*Gradient Button 1*/

.btn-1 {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	border: none;
	min-width: 180px;
	min-height: 46px;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-1:hover {
	color: #fff;
}
.btn-1::before {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-1.loading::after {
	top: 0 !important;
}
.btn-1:hover::before {
	opacity: 1;
}
.btn-1 span {
	display: inline-block;
	position: relative;
}
.btn-1.loading span {
	display: none;
}
.btn-1 i.icon-arrow {
	background: url(../images/arrow-left-white.png) 50% 50% no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.btn-1 i.icon-star {
	background: url(../images/star-icon.png) 50% 50% no-repeat;
	height: 18px;
	width: 18px;
	display: block;
	background-size: cover;
}
.btn-gradient-fill {
	background: rgb(186, 12, 47);
}
.btn-gradient-fill:hover {
	background: rgb(29, 79, 145);
}
.woocommerce a.btn-gradient-fill {
	background: rgb(186, 12, 47);
}
.woocommerce a.btn-gradient-fill:hover {
	background: rgb(29, 79, 145);
}
/*Gradient Button 2*/

.btn-2 {
	background-color: transparent;
	border: none;
	backface-visibility: hidden;
	border-radius: 0px;
	color: rgb(186, 12, 47);
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 20px;
	position: relative;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0;
	opacity: 1;
	min-width: 180px;
	min-height: 46px;
	-ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-gradient-line::before, .btn-gradient-line::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	backface-visibility: hidden;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-gradient-line::before {
	z-index: 1;
	background: rgb(186, 12, 47);
}
.btn-gradient-line::after {
	background-color: rgb(186, 12, 47);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border-radius: 0;
	z-index: 2;
}
.btn-gradient-line:hover {
	color: rgb(186, 12, 47) !important;
}
.btn-gradient-line:hover::after {
	opacity: 0;
}
.btn-gradient-line:hover span {
	color: rgb(186, 12, 47);
}
.btn-gradient-line:hover::before {
	background: #ffffff;
	border: 3px solid rgb(186, 12, 47);
}
.btn-2 span {
	left: 0px;
	display: inline-block;
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
	position: relative;
	z-index: 3
}
/****************************** ****************************** 
                   		 Home Page CSS
****************************** *****************************/

header {
	/*display: none !important;*/
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: block;
	height: 140px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
}
/**Top Bar Section**/

.top-bar {
	display: block;
	background: rgb(29, 79, 145);
	height: 40px;/*overflow: hidden;*/
}
.top-social-part {
	display: block;
}
.top-social-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.top-social-part ul li {
	display: inline-block;
	margin-right: 15px;
	color: rgb(151, 153, 155);
}
.top-social-part ul li a {
	color: rgb(151, 153, 155);
	font-size: 20px;
	line-height: 40px;
	display: block;
	vertical-align: middle;
}
.top-social-part ul li a:hover {
	color: rgb(186, 12, 47);
}
/**Top Right Section**/

.top-right-part {
	display: block;
	text-align: right;
	padding-top: 42px;
}
.top-right-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	float: right;
	text-align: right;
}
.top-right-part ul li {
	display: inline-block;
	font-size: 18px;
	color: rgb(151, 153, 155);
	font-weight: 600;
	text-transform: none;
	margin-right: 15px;
}
.top-right-part ul li:last-child {
	margin-right: 0;
}
.top-right-part ul li a {
	color: rgb(151, 153, 155);
	vertical-align: middle;
}
.top-right-part ul li a:hover {
	color: rgb(186, 12, 47);
}
/***.top-right-part li a i.search-icon {
	width: 143px;
	height: 24px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-color:#f3f3f3;
	display: inline-block;
	transition: .5s ease;
	vertical-align: sub;
	background-position:96% 50%;
	padding:2px; margin-left:10px;
}**/

.top-right-part li.sroption input.search-fld {
	width: 143px;
	height: 24px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	display: inline-block;
	transition: .5s ease;
	vertical-align: sub;
	background-position: 96% 50%;
	padding: 2px 10px;
	border: none;
	color: rgb(151, 153, 155);
	font-size: 14px;
	margin-right: 0px;
	position: relative;
	top: -4px;
}
.top-contact-part {
	padding-left: 20px;
	padding-top: 32px;
}
.top-contact-part div.sroption input {
	color: rgb(151, 153, 155) !important;
}
.top-contact-part div.sroption input.search-fld {
	width: 143px;
	height: 24px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	display: inline-block;
	transition: .5s ease;
	vertical-align: sub;
	background-position: 96% 50%;
	padding: 2px 10px;
	border: none;
	color: rgb(151, 153, 155) !important;
	font-size: 14px;
	margin-right: 0px;
	position: relative;
	top: 0px;
}
/**.add-quote-part {
	float: right;
	position: relative;
	margin-left: 30px;
}**/
.add-quote-part .qbadge {
	background: #ffffff;
	min-width: 18px;
	min-height: 18px;
	display: block;
	border-radius: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	font-weight: 600;
	color: #202020;
	position: absolute;
	top: -6px;
	left: 12px;
	padding: 0 4px;
}
/***.user-icon {
	float: right;
	margin-left: 15px;
}**/
/**Header Main Section**/

.header-main {
	display: block;
	background: #fff;
	height: 140px;
}
/**Logo Section**/

.logo {
	float: left;
	margin-top: 17px;
	width: 309px;
}
.logo img {
	max-width: 100%;
	display: block;
	width: 100%;
}
/**Navigation Section**/

.main-menu {
	display: block;
	margin-top: 20px;
	text-align: left;
	border-top: 1px solid rgb(151, 153, 155);
}
.main-menu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	list-style-type: none;
	width: 100%;
}
.main-menu ul li {
	display: inline-block;
	padding: 0 4px;
	position: relative;
	vertical-align: middle;
	font-family: 'dinregular';
}
.main-menu ul li:first-child {
	padding-left: 0;
}
.main-menu ul li:last-child {
	padding-right: 0;
}
.main-menu ul li a {
	color: rgb(151, 153, 155);
	font-weight: normal;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
.main-menu ul li a i.home-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/home-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	transition: .5s ease;
	vertical-align: middle;
	margin-top: -2px;
}
.main-menu ul li a:hover i.home-icon, .main-menu ul li.active a i.home-icon, .main-menu ul li.current_page_item a i.home-icon, .main-menu ul li.current_page_ancestor a i.home-icon {
	background-image: url(../images/home-icon-blue.png);
}
.main-menu ul li a i.menu-arrow {
	width: 11px;
	height: 11px;
	background-image: url(../images/menu-arrow-down-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	transition: .5s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.main-menu ul li:hover a i.menu-arrow {
	background-image: url(../images/menu-arrow-down-icon-blue.png);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.main-menu ul li a:hover, .main-menu ul li.active a, .main-menu ul li.current_page_item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
	color: rgb(186, 12, 47);
}
.main-menu ul li:hover > a {
	color: rgb(186, 12, 47);
}
.main-menu ul li.active a i.menu-arrow, .main-menu ul li.current_page_item a i.menu-arrow, .main-menu ul li.current_page_ancestor a i.menu-arrow, .main-menu ul li.current-menu-ancestor a i.menu-arrow {
	background-image: url(../images/menu-arrow-down-icon-blue.png);
}
.main-menu ul li:hover > a i.menu-arrow {
	background-image: url(../images/menu-arrow-down-icon-blue.png);
}
.sub-menu, .product-megamemu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	display: block !important;
	max-width: 100%;
	min-width: 270px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10;
	left: calc(50% - 135px);
	transition: .5s ease;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	pointer-events: none;
}
.main-menu ul li:hover .sub-menu, .main-menu ul li:hover .product-megamemu {
	opacity: 1;
	-webkit-transform: translateY(41px);
	transform: translateY(41px);
	pointer-events: auto;
}
.main-menu ul li:hover .product-megamemu {
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
}
.sub-menu::after, .product-megamemu::after {
	content: "";
	height: 52px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 100%;
}
.sub-menu::before, .product-megamemu::before {
	border-bottom: 14px solid #ffffff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	content: "";
	position: absolute;
	left: calc(50% - 14px);
	top: -14px;
}
ul.sub-menu li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #dfdfdf;
}
ul.sub-menu li::after {
	display: none;
}
ul.sub-menu li:last-child {
	border-bottom: 0;
}
ul.sub-menu li a {
	font-size: 15px;
	font-weight: normal;
	color: rgb(151, 153, 155) !important;
	text-align: center;
	display: block;
	padding: 15px 15px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
ul.sub-menu li a:hover, ul.sub-menu li.active a, ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-menu-ancestor a {
	color: rgb(186, 12, 47) !important;
}
.product-megamemu {
	left: 0;
	right: 0;
	width: calc(100% - 30px);
	margin: 0 15px;
	text-align: left;
}
.product-megamemu::before {
	left: auto;
	right: 20%;
}
.product-megamemu-title {
	display: block;
	border-bottom: solid 1px #e3e3e3;
	padding: 0 30px;
	height: 65px;
}
.product-megamemu-title h4 {
	font-size: 15px;
	line-height: 65px;
	color: #191919;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.megamenu {
	display: block;
}
.megamenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	width: 33.33%;
	height: auto;
	position: relative;
	min-height: 100%;
}
.megamenu ul li {
	position: static;
	margin: 0;
	display: block;
	text-align: left;
	padding: 0;
}
.megamenu > ul li a {
	color: #191919;
	border-left: 5px solid transparent;
	display: block;
	overflow: auto;
	position: relative;
	text-decoration: none;
	padding: 10px 25px;
	font-size: 13px;
	text-align: left;
	text-transform: capitalize;
	line-height: initial;
}
.megamenu ul li a:hover, .megamenu ul li.hassub.selected > a {
	color: rgb(186, 12, 47);
	border-left: 5px solid rgb(186, 12, 47);
}
.megamenu > ul li.hassub > a::after {
	background: url(../images/menu-arrow-down-icon.png) 0 0 /cover no-repeat;
	content: '';
	height: 10px;
	width: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.megamenu > ul li.hassub.selected > a::after {
	background: url(../images/menu-arrow-down-icon-blue.png) 0 0 /cover no-repeat;
}
.megamenu ul li > div, .megamenu ul li > ul {
	border-left: 1px solid #e3e3e3;
	display: none;
	min-height: 100%;
	width: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	z-index: 1000;
}
#mobile-menu {
	display: none;
}
.mobile-icon, .call-icon, .addcart-icon {
	color: rgb(186, 12, 47);
	float: right;
	font-size: 24px;
	height: 40px;
	text-align: center;
	width: 40px;
	line-height: 40px;
	display: none;
	margin-top: 27px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-icon a, .call-icon a, .addcart-icon a {
	color: #000;
	display: block;
	height: 100%;
	text-align: center;
}
.mobile-icon img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
}
.call-icon, .addcart-icon {
	margin-right: 10px;
}
.addcart-icon img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	margin-top: -5px;
}
.call-icon em {
	background: url(../images/call-icon.png) 0 0 /cover no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	filter: invert(100%);
	-webkit-filter: invert(100%);
}
.mobile-icon:hover, .call-icon:hover, .addcart-icon:hover {
	background: rgb(186, 12, 47);
}
.addcart-icon:hover .add-quote-part .qbadge {
	background: #ffffff;
	color: #202020;
}
.mobile-icon:hover a {
	color: #ffffff;
}
.call-icon:hover em, .addcart-icon:hover img {
	filter: invert(0%);
	-webkit-filter: invert(0%);
}
.addcart-icon .add-quote-part {
	margin-left: 0;
	float: none;
}
.addcart-icon .add-quote-part .qbadge {
	top: 4px;
	left: 20px;
	background: rgb(29, 79, 145);
	color: #ffffff;
}
.top-right-part {
	margin-top: -2px;
	display: block;
	vertical-align: middle;
}
.top-right-part .add-quote-part {
	margin: 0 12px;
	display: none;
}
.top-right-part .add-quote-part .qbadge {
	background: rgb(29, 79, 145);
	color: #ffffff;
}
.top-right-part .user-icon {
	margin: 0 0 0 12px;
	display: none;
}
.top-right-part .user-icon img, .top-right-part .add-quote-part img:not(.attachment-woocommerce_thumbnail) {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}
/**Sticky Header Section**/

header.sticky {
	padding-top: 0;
	background: #fff;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
}
header.sticky .top-right-part {
/**display: inline-block;**/
}
/**Banner Section**/

.banner-section {
	background: rgb(29, 79, 145);
	display: block;
	position: relative;
	min-height: 669px;
	height: 100vh;
}
.banner-slide {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0);
	height: 100%;
	position: relative;
}
.banner-slide::before {
	content: "";
	background: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}
.banner-inner {
	display: block;
	min-height: 669px;
	height: 100vh;
	position: relative;
	z-index: 1;
}
.banner-inner .container {
	position: relative;
	height: 100%;
}
.comarw .container {
	position: relative;
	background: black;
}
.comarw .container .banner-arw {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
}
.banner-text {
	max-width: 715px;
	position: absolute;
	top: 55%;
	width: calc(100% - 30px);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner-text.banner-text-center {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner-text.banner-text-right {
	left: auto;
	right: 15px;
	text-align: right;
}
.banner-text h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'dinmedium';
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.banner-text p {
	color: #ffffff;
	font-size: 25px;
	margin: 30px 0 0;
	line-height: 30px;
	font-family: 'dinmedium';
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.banner-text .btn {
	padding: 15px 20px;
	margin-top: 60px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 300;
	border: solid 3px #fff;
}
.banner-text .btn+.btn {
	margin-right: 0;
}
/*Jump Point Section*/

.jump-point-section {
	flex-direction: row;
	display: flex;
}
.jump-point-section p {
	color: #000;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
}
.jump-point-part-main {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
}
.jump-banner-block {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 50%;
}
.jump-banner-content {
	display: flex;
	flex-shrink: 0;
	flex-basis: 50%;
}
.jump-banner-block:nth-child(4n+1) .jump-banner, .jump-banner-block:nth-child(4n+2) .jump-banner {
	order: 1;
}
.jump-banner-block:nth-child(4n+3) .jump-banner-content, .jump-banner-block:nth-child(4n) .jump-banner-content {
	order: 2;
}
.jump-banner-block:nth-child(4n+3) .jump-banner .jump-banner-arrow-right, .jump-banner-block:nth-child(4n) .jump-banner .jump-banner-arrow-right {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.jump-banner {
	background-color: #fff;
	overflow: hidden;
	flex: 1 1 25%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.jump-banner-arrow-right {
	position: absolute;
	bottom: 25px;
	left: 0;
}
.jump-banner-arrow-left {
	position: absolute;
	bottom: 25px;
	right: 0;
}
.jump-banner a {
	display: block;
}
/*.jump-banner:nth-child(12n+1), .jump-banner:nth-child(12n+3), .jump-banner:nth-child(12n+5), .jump-banner:nth-child(12n+8), .jump-banner:nth-child(12n+10), .jump-banner:nth-child(12n) {
	background-color: #fff;
}
.jump-banner:nth-child(12n+2), .jump-banner:nth-child(12n+4), .jump-banner:nth-child(12n+6), .jump-banner:nth-child(12n+7), .jump-banner:nth-child(12n+9), .jump-banner:nth-child(12n+11) {
	background-color: #fff;
}*/
.jump-banner:hover {
	background: cover;
}
.jump-banner-container {
	height: 100%;
	width: 100%;
	flex-direction: row;
	display: flex;
	position: relative;
	min-height: 284px;
}
.jump-banner-text {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 20px 0 20px 30px;
}
.jump-banner-text h2 {
	font-size: 30px;
	color: rgb(186, 12, 47);
	text-transform: uppercase;
	margin: 0 0 12px;
	transition: all .2s ease;
	font-family: 'dinmedium';
}
.jump-banner:hover .jump-banner-text h2 {
	color: rgb(29, 79, 145);
}
.jump-banner-text p {
	font-size: 25px;
	color: #000;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 30px;
	transition: all .2s ease;
	text-align: left;
	line-height: 32px;
	min-height: 60px;
}
.view-range-btn {
	color: rgb(186, 12, 47);
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	padding-right: 20px;
	display: inline-block;
	transition: all .2s ease;
}
.jump-banner:hover .view-range-btn {
	color: rgb(29, 79, 145);
	padding-right: 25px;
}
/****industries****************/

.indus-cat {
	flex-direction: row;
	display: flex;
	margin: 35px 0;
}
.indus-inner {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
}
.indus-image {
	background-color: #fff;
	overflow: hidden;
	flex: 1 1 25%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	transition: all 0.2s ease-in-out;
	position: relative;
	border: 4px solid #fff;
}
.indus-image::before {
	background: rgba(18, 18, 18, 0.6);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.indus-image a {
	display: block;
}
.indus-image:hover::before {
	background: rgba(29, 79, 145, 0.6);
}
.indus-image-con {
	height: 100%;
	width: 100%;
	flex-direction: row;
	display: flex;
	position: relative;
	min-height: 280px;
	justify-content: center;
	align-items: center;
}
.indus-cat h3 {
	color: #fff;
	text-align: center;
	font-size: 39px;
	font-weight: 600;
}
/*Welcome Content Section*/

.our-service {
	display: block;
	padding: 20px 0 0;
}
.welcome-content-inner {
	display: block;
	margin: 0 auto;
	padding: 50px 0 0;
}
/**.welcome-content-inner:last-child {
	padding-bottom: 100px;
}**/
.welcome-content-inner h1 {
	font-size: 44px;
	color: #191919;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 60px;
	font-style: italic;
}
.welcome-content-inner p {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin: 0 0 30px;
	text-align: center;
}
.welcome-content-inner p:last-child {
	margin-bottom: 0;
}
.welcome-box-section {
	display: block;
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.welcome-box {
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 200ms ease;
}
.welcome-box:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.welcome-box img {
	max-width: 100%;
	display: block;
}
.welcome-box::after {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.welcome-box h4 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 300;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	line-height: 42px;
	font-style: italic;
}
.hdarw h2 {
	text-align: center;
	color: rgb(29, 79, 145);
	font-size: 45px;
	background: #fff;
	padding: 27px 25px;
	display: inline-block;
	position: relative;
	z-index: 999;
	font-weight: 600;
	margin: 0;
}
.hdarw h2::before {
	content: url(../images/hdarw.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -30px;
}
.hdarw {
	position: relative;
	text-align: center;
	padding: 0px;
}
.hdarwline {
	background: rgb(151, 153, 155);
	height: 1px;
	position: absolute;
	bottom: 44%;
	width: 100%;
}
/*Latest Product Section*/

.latest-product-section {
	display: block;
	background: #f2f2f2;
	padding: 200px 0 75px;
	position: relative;
	margin-top: -125px;
}
.latest-product-inner-section {
	overflow: hidden;
	display: block;
}
.latest-product-content {
	width: 30%;
	padding-right: 65px;
	float: left;
	padding-top: 25px;
}
.latest-product-content h2 {
	font-size: 44px;
	color: #191919;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.latest-product-content p {
	font-size: 15px;
	color: #191919;
	line-height: 28px;
	margin: 0 0 30px;
}
.latest-product-slider-part {
	margin-left: 30%;
	width: 100%;
}
.latest-product .owl-stage-outer {
	padding: 0 6px;
}
.latest-product-slider-part .owl-dots {
	display: none !important;
	bottom: 10px !important;
	position: relative !important;
}
.product-item-box {
	background: #ffffff;
	text-align: center;
	margin: 0 5px;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	position: relative;
	z-index: 1;
}
.latest-product.owl-carousel .owl-item {
	padding: 25px 2px;
}
.product-item-box:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
	z-index: 2!important;
}
.product-pic {
	display: block;
	position: relative;
	height: 272px;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-pic a {
	display: block;
}
.product-pic img {
	max-width: 100% !important;
	width: auto !important;
	display: inline-block !important;
}
.product-pic span.new-label {
	background: url(../images/new-label.png) 0 0 /cover no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.product-pic span.sale-label, .woocommerce span.onsale {
	background: url(../images/sale-label.png) 0 0 /cover no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	text-indent: -999px;
	min-height: auto;
	min-width: auto;
	padding: 0;
	border-radius: unset;
}
.woocommerce span.onsale {
	left: 20px;
	top: 5px;
}
.product-content {
	display: block;
	padding: 0 15px;
	margin-bottom: 22px;
}
.product-name {
	display: block;
	min-height: 70px;
}
.product-name h2 {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.product-name h2 a {
	color: #191919;
}
.product-btns {
	display: block;
	font-size: 0;
	margin-top: -22px;
	transform: translateY(22px);
	-webkit-transform: translateY(22px);
	position: relative;
	z-index: 1;
}
.product-btns .btn-1 {
	min-width: initial;
	max-width: 170px;
	margin: 0 3px;
	width: 100%;
}
.product-btns .btn-1.btn-star {
	width: 44px;
	height: 44px;
	min-width: inherit;
	padding: 0;
	line-height: 50px;
	font-size: initial;
	border-radius: 0;
	display: none !important;
}
.ajax_add_to_cart.btn-1.btn-gradient-fill.btn-star.added {
	display: none;
}
.product-btns .added_to_cart {
	width: 44px;
	height: 44px;
	min-width: inherit;
	padding: 0;
	line-height: 44px;
	font-size: 0px;
	border-radius: 0;
	background: rgb(186, 12, 47);
	position: relative;
	display: inline-block;
}
.product-btns .added_to_cart::after {
	font-family: WooCommerce;
	content: '\e017';
	vertical-align: bottom;
	font-size: 14px;
	color: #FFF;
}
.latest-product .owl-nav {
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: -30%;
}
/*Our Client Section*/

.our-client-section {
	display: block;
	padding: 75px 0 0px;
	text-align: center;
}
/*.owl-carousel .owl-stage {*/
/*	height: 148px;*/
/*}*/
.client-slider.owl-carousel .owl-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.client-slider.owl-carousel .owl-item img {
	display: inline-block;
	width: initial;
	max-width: 100%;
}
.client-logo {
	text-align: center;
	padding: 0 25px;
}
.industries {
	padding: 65px 0 0px;
}
.industries .welcome-content-inner {
	padding: 0;
}
.end-content {
	/*padding-bottom: 60px;*/
}
/*Footer Part*/

footer {
	background: rgb(186, 12, 47);
	display: block;
	position: relative;
	color: #fff;
}
.copy {
	padding-top: 41px;
}
.copy p {
	margin-top: 8px;
}
.ul {
	text-decoration: underline;
}
footer .container {
	position: relative;
}
footer p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
	font-size: 14px;
}
footer a:hover {
	opacity: .7;
	color: inherit;
}
.footer-top {
	display: block;
	padding: 70px 0 15px;
}
.ft-arw {
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer-menu {
	display: block;
}
.footer-menu h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	display: block;
	margin: 15px 0;
}
.footer-menu ul li a {
	font-size: 14px;
	color: #fff;
}
.footer-menu ul li a:hover {
	opacity: .7;
}
.footer-info {
	display: block;
	padding-left: 80px;
	padding-top: 26px;
}
img.footer-logo {
	margin-bottom: 20px;
	max-width: 100%;
}
img.footer-info-logo {
	max-width: 100%;
}
.footer-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-info ul li {
	display: block;
	margin: 16px 0;
}
.footer-info ul li:before, .footer-info ul li:after {
	content: " ";
	display: table;
}
.footer-info ul li:after {
	clear: both;
}
.footer-info ul li a {
	font-size: 14px;
	color: #fff;
}
.footer-info ul li a:hover {
	opacity: .7;
}
.footer-info ul li .f-info-icon {
	float: left;
	width: 28px;
	margin-right: 15px;
}
.footer-info ul li .f-info-content {
	font-size: 15px;
	overflow: hidden;
}
.footer-bottom {
	display: block;
	margin-top: 40px;
}
.copyright {
	font-size: 12px;
	color: #303030;
	line-height: 30px;
}
.copyright a {
	color: #303030;
}
.copyright a:hover {
	color: rgb(186, 12, 47);
}
.footer-social {
	display: block;
	text-align: right;
}
.footer-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-social ul li {
	display: inline-block;
	margin-left: 15px;
}
.footer-social ul li:first-child {
	margin-left: 0;
}
.footer-social ul li a {
	display: block;
	color: rgb(186, 12, 47);
	font-size: 22px;
	text-align: center;
}
.footer-social ul li a:hover {
	color: rgb(29, 79, 145);
}
/****************************** ****************************** 
                   	 About Us Page CSS
****************************** *****************************/
.main-container-section {
	display: block;
	margin-top: 140px;
}
.about-section {
	display: block;
	background: #ffffff;
	padding: 70px 0;
}
.about-section:nth-child(2n) {
	background: #f8f8f8;
}
.about-us-content {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	text-align: left;
}
.static-content-page {
	padding: 70px 0;
	background: #ffffff;
}
.about-section .static-content-page {
	padding: 0 0;
}
.about-us-content img, .static-content-page img {
	padding: 0;
	max-width: 100%;
	margin: 40px 0;
}
.about-us-content img:last-child, .static-content-page img:last-child {
	margin-bottom: 0;
}
.about-us-content h2, .static-content-page h2 {
	display: block;
	font-size: 40px;
	color: rgb(29, 79, 145);
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 45px;
}
.about-us-content h3, .static-content-page h3 {
	font-size: 24px;
}
.about-us-content h2:first-child, .static-content-page h2:first-child {
	margin-top: 0;
}
.about-us-content h5, .static-content-page h5 {
	font-size: 30px;
	color: rgb(151, 153, 155);
	font-weight: 600;
	margin: 0 0 10px;
}
.about-us-content p, .static-content-page p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}
.about-us-content p a, .static-content-page p a {
	color: rgb(186, 12, 47);
}
.about-us-content p a:hover, .static-content-page p a:hover {
	color: rgb(29, 79, 145);
	text-decoration: underline;
}
.about-us-content p:last-child, .static-content-page p:last-child {
	margin-bottom: 0;
}
.about-us-content ul, .static-content-page ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
	margin-top: 30px;
}
.about-us-content ol, .static-content-page ol {
	margin: 0 0 0 15px;
	padding: 0;
}
.about-us-content ul li, .static-content-page ul li, .about-us-content ol li, .static-content-page ol li {
	font-size: 20px;
	font-weight: 400;
	color: rgb(151, 153, 155);
	line-height: normal;
	position: relative;
	padding-left: 25px;
	padding-right: 0;
	margin: 10px 0;
	background-image: url('../images/li-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left 6px;
}
.about-us-content ol li, .static-content-page ol li {
	padding-left: 5px;
}
.about-us-content ul li::before, .static-content-page ul li::before {
	content: "";
	color: #191919;
	font-size: 20px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 10px;
	opacity: 0.7;
}
.about-us-content blockquote, .static-content-page blockquote {
	border-left: 3px solid rgb(186, 12, 47);
	padding-left: 30px;
}
.about-us-content table, .static-content-page table {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.about-us-content table a, .static-content-page table a {
	color: rgb(186, 12, 47);
}
.about-us-content table a:hover, .static-content-page table a:hover {
	color: rgb(29, 79, 145);
}
/*Meet the Team Part CSS*/

.meet-team-section {
	display: block;
	padding-top: 70px;
}
.team-pic-part {
	display: block;
	overflow: hidden;
	max-height: 390px;
	position: relative;
	cursor: pointer;
}
.tbox-active .team-pic-part::after {
	content: '';
	border-bottom: 44px solid #ffffff;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	position: absolute;
	bottom: 0;
	left: calc(50% - 48px);
	z-index: 1000;
}
.team-pic-part img {
	max-width: 100%;
}
.view-profile-btn {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: -150px;
	text-align: center;
	transition: bottom .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.view-profile-btn .btn-1 {
	font-size: 13px;
	line-height: 24px;
}
.team-pic-part:hover .view-profile-btn {
	bottom: 65px;
}
.team-info-part {
	display: none;
	background: #fff;
	padding: 40px 22px 40px 40px;
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 1140px;
	left: 0;
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.1);
}
.tbox-1 .team-info-part {
	left: -390px;
}
.tbox-2 .team-info-part {
	left: -780px;
}
.team-close {
	display: block;
	position: absolute;
	background: url(../images/close-icon.png) 0 0 /cover no-repeat;
	height: 14px;
	width: 14px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: all .30s ease;
}
.team-close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.team-info-left {
	float: left;
	width: 350px;
}
.team-info-left h3 {
	font-size: 26px;
	color: rgb(186, 12, 47);
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.team-info-left p {
	font-size: 14px;
	color: #303030;
}
.team-info-left ul {
	list-style-type: none;
	margin: 50px 0;
	padding: 0;
}
.team-info-left ul li {
	display: block;
	margin: 10px 0;
}
.team-info-left ul li:before, .team-info-left ul li:after {
	content: " ";
	display: table;
}
.team-info-left ul li:after {
	clear: both;
}
.team-info-left ul li a {
	font-size: 15px;
	color: #303030;
}
.team-info-left ul li a:hover {
	color: rgb(186, 12, 47);
}
.team-info-left ul li .t-info-icon {
	float: left;
	width: 28px;
	margin-right: 15px;
}
.team-info-left ul li .t-info-content {
	font-size: 15px;
	overflow: hidden;
}
.tsocial {
	display: inline-block;
	color: rgb(186, 12, 47);
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	margin-left: 15px;
}
.tsocial:hover {
	color: rgb(29, 79, 145);
}
.team-info-right {
	overflow: hidden;
	margin-left: 35px;
	padding-top: 10px;
}
.team-info-right h4 {
	font-size: 18px;
	color: rgb(186, 12, 47);
	text-transform: uppercase;
	margin: 0 0 30px;
}
.team-info-right p {
	font-size: 15px;
	color: #303030;
	line-height: 28px;
	margin: 0 0 30px;
	padding-right: 50px;
}
.team-info-right .demo>div {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
/****************************** ****************************** 
                   	 Contact Us Page CSS
****************************** *****************************/
.contact-form-section {
	display: block;
	background: #ffffff;
	padding: 70px 0;
}
.contact-form-part {
	display: block;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.contact-form-section h2 {
	display: block;
	font-size: 40px;
	color: #191919;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-style: italic;
}
.contact-form-section p {
	color: #191919;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.contact-form-section ul {
	list-style-type: none;
	margin: 35px 0;
	padding: 0;
	text-align: center;
}
.contact-form-section ul li {
	display: inline-block;
	margin: 10px 20px;
	vertical-align: middle;
}
.contact-form-section ul li:before, .contact-form-section ul li:after {
	content: " ";
	display: table;
}
.contact-form-section ul li:after {
	clear: both;
}
.contact-form-section ul li a {
	font-size: 21px;
	color: #191919;
}
.contact-form-section .form-control {
	text-transform: inherit;
}
.visit-showroom-part ul li a:hover {
	color: rgb(186, 12, 47);
}
.contact-form-part .btn-1 {
	margin-left: 10px;
}
.pad-right {
	padding-right: 7px;
}
.pad-left {
	padding-left: 7px;
}
.visit-showroom-section {
	display: block;
	padding: 70px 0;
	background: #ffffff;
}
.visit-showrrom-title {
	display: block;
	width: 100%;
	max-width: 770px;
	margin: 0 auto 60px;
}
.visit-showrrom-title h2 {
	display: block;
	font-size: 40px;
	color: #191919;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-style: italic;
}
.visit-showrrom-title p {
	color: #191919;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.visit-showrrom-title p:last-child {
	margin-bottom: 0;
}
.visit-showroom-part {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.visit-showroom-part ul {
	padding: 0 15px 0px;
	margin-top: 40px;
}
.visit-showroom-part ul li {
	background: none;
	padding-left: 0;
	display: inline-block;
	width: 49%;
}
.visit-showroom-part ul li .t-info-icon {
	float: left;
	width: 54px;
	margin-right: 15px;
	margin-top: 0px;
}
.visit-showroom-part ul li .t-info-icon img {
	margin-top: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.visit-showroom-part ul li .t-info-content {
	font-size: 21px;
	overflow: hidden;
}
.visit-showroom-part ul li a {
	font-size: 30px;
	font-weight: 700;
	color: rgb(151, 153, 155);
}
.showroom-section {
	display: block;
	margin: 0;
}
.showroom-section img.sh-pic {
	width: 100%;
	display: block;
}
.showroom-info-part {
	display: block;
	padding: 40px 30px;
}
.showroom-info-part h4 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: rgb(186, 12, 47);
	text-transform: uppercase;
	margin: 0 0 20px;
}
.showroom-info-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.showroom-info-part ul li {
	display: block;
	margin: 7px 0;
	font-size: 15px;
}
.showroom-info-part ul li:before, .showroom-info-part ul li:after {
	content: " ";
	display: table;
}
.showroom-info-part ul li:after {
	clear: both;
}
.showroom-info-part ul li a {
	font-size: 15px;
	color: #191919;
}
.showroom-info-part ul li a:hover {
	color: rgb(186, 12, 47);
}
.showroom-info-part ul li span {
	font-weight: 600;
}
.showroom-info-part ul li .f-info-icon {
	float: left;
	width: 18px;
	margin-right: 10px;
}
.showroom-info-part ul li .f-info-icon img {
	max-width: 100%;
	height: auto;
}
.showroom-info-part ul li .f-info-content {
	font-size: 15px;
	overflow: hidden;
}
.showroom-info-part h5 {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: rgb(186, 12, 47);
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-top: 25px
}
.showroom-map-part {
	display: block;
}
.showroom-map-part iframe {
	display: block;
	width: 100%;
	height: 300px;
}
.page-template-template-contact .static-content-page {
	padding: 0;
}
/****************************** ****************************** 
                   	 Case Study Page CSS
****************************** *****************************/

.case-study-page {
	display: block;
	background: #ffffff;
	padding: 70px 0;
}
.section-title {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.section-title h2 {
	display: block;
	font-size: 40px;
	color: #191919;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.section-title p {
	color: #191919;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.section-title p:last-child {
	margin-bottom: 0;
}
.section-title p a {
	color: rgb(186, 12, 47);
}
.section-title p a:hover {
	color: #191919;
	text-decoration: underline;
}
.case-study-section {
	display: block;
}
.case-study-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.case-study-section ul li {
	float: left;
	width: 25%;
	position: relative;
	transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.case-study-section ul div.clearfix {
	display: none;
}
.case-study {
	display: block;
	margin: 5px;
	position: relative;
}
.case-study a {
	display: block;
}
.case-study-pic {
	display: block;
	position: relative;
}
.case-study-pic::after {
	background: rgba(18, 18, 18, 0.6);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.case-study-section ul li:hover .case-study-pic::after {
	background: rgba(29, 79, 145, 0.6);
}
.case-study-pic img {
	width: 100%;
}
.case-study-name {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 50px 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-study-name h3 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 15px;
	width: 100%;
}
.load-more {
	display: block;
	text-align: center;
	margin-top: 50px;
}
/****************************** ****************************** 
                   	Case Study Detail Page CSS
****************************** *****************************/


/*Slider Section*/

.case-study-slider-section {
	display: block;
	background: #ffffff;
	padding: 0 0 70px;
}
.case-study-slider-section .static-content-page {
	padding: 0;
}
.case-study-slider {
	display: block;
	width: 100%;
	margin: 0 auto 80px;
}
.case-study-slider #casecarousel img {
	display: block;
	cursor: pointer;
}
.case-study-slider #casecarousel img:hover {
	opacity: 1;
}
.case-study-slider #casecarousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.case-study-slider #casecarousel .flex-direction-nav {
	display: none;
}
.case-study-slider-section .section-title {
	margin-bottom: 0;
}
/*Product Used Section*/

.product-used-section {
	display: block;
	background: #f8f8f8;
	padding: 80px 0 100px;
}
.product-used-section .section-title {
	text-align: center;
	margin-bottom: 50px;
}
.product-used-part {
	display: block;
	padding: 0 10px;
}
.product-used-slider.owl-carousel .owl-item {
	padding: 25px 2px;
}
.product-used-slider.owl-carousel .owl-nav div {
	position: absolute;
	top: calc(50% - 13px);
}
.product-used-slider.owl-carousel .owl-nav div.owl-next {
	right: -60px;
}
.product-used-slider.owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: -60px;
}
/*Case Testimonial Section*/

.case-testimonial-section {
	display: block;
	background: #f2f2f2;
	padding: 80px 0;
}
.case-testimonial-section .testimonial-section {
	background: transparent;
	min-height: initial;
	padding: 0;
	max-width: 770px;
	margin: 0 auto;
}
.case-testimonial-section .testimonial-box {
	min-height: initial;
}
.case-testimonial-section .testimonial-section .owl-nav {
	position: relative;
	bottom: -30px;
}
.case-testimonial-section .testimonial-box p {
	font-size: 13px;
	line-height: 22px;
}
/****************************** ****************************** 
   				  Thank You and 404 Page CSS
****************************** *****************************/

.thanks-section {
	background: rgb(29, 79, 145);
	display: block;
	height: 100vh;
	min-height: 600px;
}
.thanks-inner-section {
	background-color: rgba(0, 0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
.thanks-inner-section:after {
	background: #121212;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.75;
}
.thanks-content {
	display: block;
	max-width: 530px;
	padding: 250px 0 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.thanks-content h2 {
	color: #ffffff;
	display: block;
	font-size: 44px;
	font-weight: 300;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.thanks-content p {
	font-size: 18px;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 50px;
	text-align: center;
	padding: 0 15px;
}
/****************************** ****************************** 
                   	Category Page CSS
****************************** *****************************/

.main-title-section {
	background: rgb(29, 79, 145);
	display: block;
	position: relative;
}
.main-title-section+.main-container-section {
	margin-top: 0;
}
.title-inner-section {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/default-page-bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	position: relative;
}
.title-inner-section:after {
	background: rgb(29, 79, 145);
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.8;
}
.page-title-part {
	left: 0;
	position: absolute;
	top: calc(50% + 60px);
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.page-title-align-center {
	display: flex;
	align-items: center;
}
.category-title-part {
	float: left;
	width: 28%;
	padding-right: 15px;
	flex-shrink: 0;
}
.category-title-part h1 {
	display: block;
	font-size: 40px;
	font-family: 'dinregular';
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(2,2,2,0.6);
}
.breadcrumb-part {
	display: block;
	margin-top: 8px;
	font-size: 11px;
	color: #ffffff;
	opacity: 0.9;
}
.breadcrumb-part span {
	vertical-align: middle;
	font-size: 10px;
	display: inline-block;
	margin: 0 1px;
}
.breadcrumb-part a {
	color: #ffffff;
	opacity: 0.9;
}
.breadcrumb-part a:hover {
	text-decoration: underline;
	opacity: 1;
}
.category-info-part {
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
}
.category-info-part p {
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-bottom: 18px;
	text-shadow: 2px 2px 5px rgba(2,2,2,0.6);
}
.category-info-part p:last-child {
	margin-bottom: 0;
}
/*New Page Main Title Part CSS*/
.main-title-section-new {
	background: rgb(29, 79, 145);
	display: block;
	position: relative;
}
.main-title-section-new+.main-container-section {
	margin-top: 0;
}
.title-inner-section-new {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/default-page-bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	position: relative;
	text-align: left;
}
.title-inner-section-new:after {
	background: rgb(29, 79, 145);
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.8;
}
.page-title-part-new {
	left: 0;
	position: absolute;
	top: calc(50% + 60px);
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.page-title-part-new h1 {
	display: block;
	font-size: 40px;
	font-family: 'dinregular';
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(2,2,2,0.6);
}
.page-title-part-new p {
	font-size: 20px;
	color: #ffffff;
	padding-top: 15px;
}
.page-title-part-new p:last-child {
	margin-bottom: 0;
}
/*Product Part CSS*/

.product-page {
	display: block;
	background: #f2f2f2;
	padding: 65px 0 80px;
}
.product-filter-box {
	background: #ffffff;
	padding: 22px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.15);
}
.filter-title {
	position: relative;
	cursor: pointer;
}
.filter-title h3 {
	font-size: 16px;
	color: #191919;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.toggler {
	height: 100%;
	line-height: 18px;
	position: absolute;
	text-align: right;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 30px;
	color: #3d3d3d;
	font-size: 26px;
	margin-top: -5px;
}
.product-filter {
	display: block;
	padding: 0 15px;
}
.product-filter ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
.product-filter ul li {
	display: block;
	border-bottom: 1px solid #b0b0b0;
	position: relative;
}
.product-filter ul li:last-child {
	border-bottom: none;
}
.product-filter ul li div {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 20px;
	width: 28px;
	text-align: center;
	cursor: pointer;
}
.product-filter ul li a {
	font-size: 14px;
	color: #161616;
	padding: 8px 0;
	display: block;
	font-weight: 600;
}
.product-filter ul li a:hover {
	color: rgb(29, 79, 145);
}
.product-filter ul li ul {
	margin: 0 0 15px 20px;
	display: none;
}
.product-filter ul li ul li {
	border-bottom: none;
}
.product-filter ul li ul li a {
	font-size: 13px;
	padding: 5px 0;
	font-weight: 400;
}
.price-count {
	font-size: 13px;
	font-weight: 600;
	color: #191919;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.price-slider {
	display: block;
	margin: 30px 0 20px;
	text-align: center;
}
.price-slider img {
	max-width: 100%;
}
/*== Stylist Checkbox Styles Option 2 CSS ==*/

.checkbox-custom {
	opacity: 0;
	position: absolute;
}
.checkbox input.checkbox-custom[type="checkbox"] {
	margin-left: 0;
}
.checkbox-custom, .checkbox-custom-label {
	display: block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-custom-label {
	font-size: 13px;
	color: #191919;
	font-weight: 300;
	line-height: 18px;
}
.checkbox-custom+.checkbox-custom-label::before {
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-radius: 50px;
	content: "";
	font-size: 12px;
	height: 25px;
	line-height: 24px;
	margin-right: 12px;
	text-align: center;
	vertical-align: top;
	width: 25px;
	float: left;
}
.checkbox-custom:checked+.checkbox-custom-label::before {
	content: "";
	background: url(../images/check-icon.png) 50% 50% no-repeat rgb(186, 12, 47);
	border: 1px solid rgb(186, 12, 47);
}
.checkbox-custom-label span {
	overflow: hidden;
	display: block;
	padding-top: 3px;
}
.checkbox-filter {
	display: block;
}
.checkbox-filter ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
.checkbox-filter ul li {
	display: block;
	position: relative;
}
.checkbox-filter ul li .checkbox {
	margin: 0;
	padding: 8px 0;
}
/*Product Listing Part*/

.product-listing-part {
	display: block;
}
.product-listing-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-listing-part ul li {
	float: left;
	width: 33.33%;
	margin-bottom: 18px;
}
/****************************** ****************************** 
                   	Product Detail Page CSS
****************************** *****************************/

.product-detail-section {
	display: block;
	background: #ffffff;
	padding: 60px 0;
}
.product-detail-section .medium-5 {
	width: 45%;
	padding-right: 25px;
}
.product-detail-section .medium-7 {
	width: 55%;
	padding-left: 25px;
}
.product-image-part {
	display: block;
}
.product-image-part #productcarousel img {
	display: block;
	opacity: .4;
	cursor: pointer;
}
.product-image-part #productcarousel img:hover {
	opacity: 1;
}
.product-image-part #productcarousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.product-image-part .flex-direction-nav {
	display: none;
}
.product-share-part {
	display: block;
	margin-top: 20px;
}
.video-sec {
	margin: 20px 0;
	max-width: 300px;
	width: 100%;
	position: relative;
}
.video-sec:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: "";
}
.video-sec .plicon {
	position: absolute;
	width: 54px;
	height: 54px;
	top: calc(50% - 27px);
	z-index: 1;
	left: calc(50% - 27px);
}
.product-btn-part {
	display: block;
	margin-top: 25px;
}
.product-btn-part a {
	margin-right: 5px;
	margin-bottom: 5px
}
.product-btn-part a img {
	margin-right: 5px;
	vertical-align: middle;
}
.product-btn-part a:hover img {
	filter: brightness(1000%);
	-webkit-filter: brightness(1000%);
}
.prodcut-heading-part {
	display: block;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 25px;
}
.prodcut-heading-part .breadcrumb-part {
	color: #191919;
	margin: 10px 0;
}
.prodcut-heading-part .breadcrumb-part a {
	color: #191919;
}
.prodcut-heading-part h1 {
	display: block;
	font-size: 28px;
	color: #191919;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 25px;
}
.product-info-left {
	float: left;
	width: 65%;
	padding-right: 20px;
}
.product-info-right {
	float: right;
	width: 35%;
	padding-left: 20px;
}
.product-info {
	display: block;
	margin-bottom: 25px;
}
.product-info h3 {
	font-size: 16px;
	color: #191919;
	font-weight: 600;
	margin: 0 0 5px;
	line-height: 22px;
}
.product-info h4 {
	font-size: 20px;
	color: #191919;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.product-info p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
}
.product-info p:last-child {
	margin-bottom: 0;
}
.product-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-info ul li {
	background: url(../images/dot-blue-icon.png) 0 6px no-repeat;
	font-size: 13px;
	line-height: 20px;
	color: #191919;
	padding-left: 20px;
	margin-bottom: 8px;
}
.product-info dl {
	display: block;
	margin: 0;
	padding: 0;
}
.product-info dl dt {
	display: block;
	margin: 7px 0;
	font-size: 13px;
	color: #191919;
	font-weight: 400;
}
.product-info dl dt a {
	color: #191919;
}
.product-info dl dt a:hover {
	color: rgb(186, 12, 47);
}
.product-info dl dt:before, .product-info dl dt:after {
	content: " ";
	display: table;
}
.product-info dl dt:after {
	clear: both;
}
.product-info dl dt span:first-child {
	font-weight: 400;
	float: left;
	width: 100px;
}
.product-info dl dt span:last-child {
	overflow: hidden;
	display: block;
}
/*Related Product Slider*/

.related-product-section {
	display: block;
	background: #f2f2f2;
	padding: 70px 0;
}
.related-product-section .section-title {
	text-align: center;
}
.related-product-part {
	display: block;
	padding: 0 10px;
}
.related-product-part .owl-carousel .owl-item {
	padding: 25px 2px;
}
.related-product-part .owl-carousel .owl-nav div {
	position: absolute;
	top: calc(50% - 13px);
}
.related-product-part .owl-carousel .owl-nav div.owl-next {
	right: -60px;
}
.related-product-part .owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: -60px;
}
.related-product-part .product-item-box:hover {
	box-shadow: none;
}
/*Project Slider*/

.product-project-section {
	display: block;
	background: #f2f2f2;
	padding: 70px 0;
}
.product-project-section .section-title {
	text-align: center;
}
.product-project-part {
	display: block;
	padding: 0 10px;
}
.product-project-part .owl-carousel .owl-item {
	padding: 25px 2px;
}
.product-project-part .owl-carousel .owl-nav div {
	position: absolute;
	top: calc(50% - 13px);
}
.product-project-part .owl-carousel .owl-nav div.owl-next {
	right: -60px;
}
.product-project-part .owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: -60px;
}
.product-project-part .case-study {
	transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.product-project-part .case-study:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #ffffff;
}
.woocommerce-error {
	display: none;
}
.woocommerce-message {
	border-top-color: rgb(186, 12, 47);
}
.woocommerce-message::before {
	color: rgb(186, 12, 47);
}
.ajax-data-loading::before {
	background: rgba(0, 0, 0, 0.5) url(../images/loader.svg) 50% 50% no-repeat;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
/*****************Price-range-slider*****************/

.price-range-slider label, .price-range-slider input {
	display: inline-block;
	width: 48%;
}
.price-range-slider label {
	font-size: 16px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
}
.price-range-slider input {
	text-align: right;
	font-size: 13px;
	font-weight: 600 !important;
	color: #191919 !important;
}
.price-slider #slider-range.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	top: -8px;
	background: rgb(186, 12, 47) !important;
	border-color: rgb(186, 12, 47) !important;
}
.price-slider .ui-widget-content {
	background: #ececec;
	border: 1px solid #ececec !important;
	border-radius: 0;
	height: 6px;
}
.price-slider #slider-range .ui-widget-header {
	background: #e9e9e9;
	height: 6px;
}
.cstvariationprice .woocommerce-Price-amount {
	display: none;
}
/****************media page css**************/
.static-page {
	padding: 80px 0;
	background: #f2f2f2;
}
.portfolio-grid {
	display: block;
	margin-left: -15px;
}
.portfolio-nine-box {
	display: block;
}
.portfolio-box {
	float: left;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	width: 385px;
	height: 252px;
}
.portfolio-box:nth-child(1) {
	width: 770px;
	height: 518px;
}
.portfolio-nine-box:nth-child(2n) .portfolio-box {
	float: right;
}
.portfolio-pic-part {
	position: relative;
	display: block;
	height: 100%;
}
.portfolio-pic-part .plicon {
	position: absolute;
	width: 54px;
	height: 54px;
	top: calc(50% - 27px);
	z-index: 1;
	left: calc(50% - 27px);
}
.portfolio-pic-part img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.portfolio-pic-overlay {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.portfolio-pic-overlay .btn-view {
	color: #1a1a1a;
	border-color: #ffffff;
	background: #ffffff;
	font-weight: 700;
}
.portfolio-pic-overlay .btn-view:hover {
	color: #ffffff;
	border-color: #1a1a1a;
	background: #1a1a1a;
}
.portfolio-pic-overlay .btn-view:active, .portfolio-pic-overlay .btn-view:active:hover {
	color: #ffffff;
	border-color: #1a1a1a;
	background: #1a1a1a;
}
.portfolio-box:hover .portfolio-pic-overlay {
	bottom: 20px;
	opacity: 1;
	pointer-events: all;
}
.fancybox-caption {
	text-align: center;
}
.fancybox-caption::after {
	border-bottom: none !important;
}
.portfolio-caption {
	max-width: 1170px;
	margin: 0 auto;
}
.portfolio-caption span {
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	display: block;
	margin: 0 0 10px;
	text-align: left;
}
.portfolio-caption p {
	font-size: 19px;
	font-weight: 400;
	color: rgb(186, 12, 47);
	line-height: 24px;
	text-align: left;
}
.portfolio-social {
	float: right;
}
.portfolio-social ul li {
	display: inline-block;
	margin-left: 6px;
}
.portfolio-caption::after {
	content: '';
	display: table;
	clear: both;
}
.portfolio-details {
	float: left;
}
.portfolio-box span.countdata {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
	background: rgb(186, 12, 47);
	color: #ffffff;
	min-height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
}
/****************News Page Css******************/
.news-box {
	margin-bottom: 30px;
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	position: relative;
	z-index: 1;
}
.news-box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2 !important;
}
.news-pic {
	display: block;
	position: relative;
	height: 228px;
	overflow: hidden;
}
.news-pic img {
	max-width: 100% !important;
	width: 100% !important;
	display: inline-block !important;
}
.news-content {
	padding: 20px 30px;
}
.news-text {
	overflow: hidden;
	height: 120px;
}
.news-box h4 {
	text-align: left;
	font-size: 16px;
	color: #191919;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}
.news-box p {
	font-size: 14px;
	font-weight: 500;
	color: #191919;
	margin: 20px 0 0;
	text-align: left;
}
.news-box p a {
	color: rgb(186, 12, 47);
	margin: 10px 0;
	display: block;
}
.news-box-text {
	float: left;
	margin-top: 30px;
	text-align: left;
}
.news-box-read {
	margin-top: 30px;
	float: right;
}
.news-box-read a {
	background: url(../images/green-arrow.png) 100% 50% / 14px 11px no-repeat;
	color: rgb(186, 12, 47);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 20px;
}
.news-box-read a:hover {
	background: url(../images/blue-arrow.png) 100% 50% / 14px 11px no-repeat;
	color: rgb(29, 79, 145);
}
.news-box-text p {
	margin-top: 0px;
	color: rgb(186, 12, 47);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 3px;
}
.news-box p a.more-link {
	display: none;
}
.news-box-logo::after {
	display: block;
	content: '';
	clear: both;
}
/****************Pagination CSS ******************/
.custom-pagination {
	text-align: center;
	font-size: 0;
	margin-top: 25px;
}
.custom-pagination .page-numbers {
	background-color: rgb(186, 12, 47);
	color: #ffffff;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 4px;
	text-align: center;
}
.custom-pagination .page-numbers:hover, .custom-pagination .page-numbers.current {
	background-color: rgb(29, 79, 145);
	color: #fff;
}
.custom-pagination .prev, .custom-pagination .next, .custom-pagination .prev, .custom-pagination .prev {
	width: 80px;
}
/****************News Detail Page CSS***************/
.news-detail-section {
	max-width: 750px;
	margin: 0 auto;
	display: block;
}
.news-detail-section .heading-h2 h2 {
	font-weight: 600;
	margin-bottom: 10px;
}
.news-detail-img {
	text-align: center;
	margin: 0 0 30px;
}
.news-detail-img img {
	display: inline-block;
}
.news-detail-section .news-detail-content p {
	margin-bottom: 22px;
}
.news-detail-section .news-detail-content span {
	color: rgb(186, 12, 47);
	font-weight: 500;
}
.news-detail-section img.mouse {
	margin-bottom: 40px;
	width: 100%;
}
.news-detail-section .news-detail-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #191919;
	margin-bottom: 20px;
}
.news-detail-section ul {
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 25px;
}
.news-detail-section ul li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 0 !important;
	line-height: 28px;
}
.news-detail-section ul li::before {
	content: "\2022";
	color: rgb(186, 12, 47);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 25px;
}
.news-detail-section .news-detail-content .para {
	margin-bottom: 38px;
}
.news-detail-section .news-detail-content .post-thumbnail img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.news-detail-social {
	color: rgb(186, 12, 47);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
/****************My Account CSS***************/
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: rgb(186, 12, 47);
	border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #191919;
	padding: 15px;
	margin: 0;
	background-image: none !important;
}
.woocommerce-MyAccount-navigation ul li:before {
	display: none;
}
.woocommerce-MyAccount-navigation ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 65%;
}
.woocommerce-account .woocommerce a.button, .woocommerce-account .woocommerce button.button, .woocommerce-account .woocommerce input.button {
	min-width: auto;
	min-height: auto;
	line-height: initial;
	font-size: 12px;
}
.product-info-left .accordion {
	color: #191919;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	font-weight: 700;
	position: relative;
}
.product-info-left .accordion button {
	padding: 15px;
	border-bottom: 1px solid #rgb(29, 79, 145);
	background-color: transparent;
}
.product-info-left .accordion button::after {
	content: '';
	background-image: url(../images/menu-arrow-down-icon.png);
	position: absolute;
	right: 5px;
	top: 32%;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	display: block;
	z-index: 999;
	transform: scale(0.5);
}
.product-info-left .accordion button:first-child {
	border-bottom: 1px solid #rgb(29, 79, 145);
}
.product-info-left .panel {
	padding: 0px 18px;
	background-color: #ebebeb;
	max-height: 0;
	line-height: 22px;
	overflow: hidden;
	font-weight: 400;
	transition: max-height 0.2s ease-out;
}
.product-info-left .accordion p {
	font-size: 13px;
	font-weight: 400;
}
.product-info-left .woocommerce #reviews #comments h2 {
	clear: none;
}
.product-info-left #reviews #comments h2 {
	font-size: 18px;
	font-weight: 500;
	color: #rgb(29, 79, 145);
}
.product-info-left #reviews #review_form_wrapper #review_form {
	color: #rgb(29, 79, 145);
}
.product-info-left #reviews #review_form_wrapper #review_form span#reply-title {
	font-weight: 600;
}
.product-info-left #reviews #review_form_wrapper #review_form span#reply-title {
	font-weight: 600;
}
.product-info-left #reviews #review_form_wrapper #review_form p {
	font-size: 13px;
}
.product-info-left #reviews #review_form_wrapper #review_form #commentform p {
	margin-bottom: 20px;
}
.product-info-left #reviews #review_form_wrapper #review_form p label {
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.product-info-left #reviews #review_form_wrapper #review_form textarea {
	min-height: 150px;
	resize: none;
}
.product-info-left #reviews #review_form_wrapper #review_form input, .product-info-left #reviews #review_form_wrapper #review_form textarea {
	border: 1px solid #ededed;
	color: #323232;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	padding: 10px 20px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.product-info-left #reviews #review_form_wrapper #review_form #commentform .form-submit input.submit {
	background: rgb(186, 12, 47);
	padding: 13px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all .2s ease;
	border-radius: 0;
}
.product-info-left #reviews #review_form_wrapper #review_form #commentform .form-submit input.submit:hover {
	background: rgb(29, 79, 145);
}
.quantity {
	text-align: center;
	margin: 0 auto 5px;
	display: inline-block !important;
	max-width: 170px;
}
.quantity.hidden {
	display: none !important;
}
.quantity:after {
	content: '';
	display: block;
	clear: both;
}
.quantity input {
	height: 43px;
	float: left;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.quantity .minus, .quantity .plus {
	background: #f2f2f2;
	border: solid 1px #c7c7c7;
	width: 45px;
	color: #rgb(29, 79, 145);
	font-size: 30px;
	height: 45px;
	text-align: center;
	padding: 0;
	padding: 0;
	margin: 0;
}
.quantity .minus:hover, .quantity .plus:hover, .quantity .minus:focus, .quantity .plus:focus {
	color: #fff;
	background: rgb(186, 12, 47);
}
.quantity .minus {
	border-right: 0;
	border-radius: 0px 0 0 0px;
}
.quantity .plus {
	border-left: 0;
	border-radius: 0 0px 0px 0;
}
.quantity .input-text {
	width: 70px !important;
	border: solid 1px #c7c7c7;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
}
.download .single_add_to_cart_button {
	min-height: 49px;
	background-color: rgb(186, 12, 47) !important;
	border-radius: 0 !important;
	margin: 0 auto 20px !important;
	width: 100%;
	text-transform: uppercase;
}
.download .single_add_to_cart_button:hover {
	background-color: rgb(29, 79, 145) !important;
}
.download .single_add_to_cart_button.loading::after, .download .single_add_to_cart_button a.button.loading::after, .download .single_add_to_cart_button button.button.loading::after, .download .single_add_to_cart_button input.button.loading::after {
	top: 1.218em !important;
}
.download .single_add_to_cart_button.loading::after {
	top: initial !important;
}
.product-info-right .download {
	text-align: center;
	margin-bottom: 30px;
}
.download-pdf-btns .btn-2 {
	display: block;
	margin: 10px 0;
	padding: 0;
	line-height: 50px;
}
.download-pdf-btns .btn-2 span {
	font-weight: 600;
	font-size: 13px;
	text-transform: capitalize;
}
.download-pdf-btns .btn-2 span img {
	margin-right: 5px;
}
/*.download-pdf-btns .btn-2:hover img {
	filter: invert(100%) brightness(1000%);
	-webkit-filter: invert(100%) brightness(1000%);
}*/
.product-price-part {
	display: block;
	margin-bottom: 20px;
}
.product-price-part .red {
	display: block;
	color: #191919;
}
.product-price-part .red ins {
	float: left;
	margin-right: 20px;
	text-decoration: none;
}
.product-price-part .red del {
	display: inline-block;
	text-decoration: none;
}
.product-price-part .red span {
	font-size: 26px;
	font-weight: 700;
}
.product-price-part .red del span {
	color: #191919;
	text-decoration: line-through;
}
.product-price-part .red ins span {
	color: rgb(29, 79, 145);
}
.grecaptcha-badge {
	display: none;
}
.stock.out-of-stock {
	font-size: 12px;
	padding: 10px;
	opacity: 0.75;
	color: #fff;
	background: rgb(186, 12, 47);
	border-radius: 0px;
}
.multipal-purchase-option {
	display: block;
	position: relative;
}
.multipal-purchase-option .select_size_varition {
	background: url(../images/menu-arrow-down-icon.png) 88% 50% /12px 12px no-repeat #ffffff;
	border-radius: 25px;
	border: 1px solid #c7c7c7;
	font-size: 14px;
	color: #191919;
	text-align: left;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 30px;
}
.single-product .multipal-purchase-option .cstvarition {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	display: block;
	max-width: 100%;
	min-width: 300px;
	position: absolute;
	top: 70px;
	width: 100%;
	right: 0;
	z-index: 1000;
}
.single-product .multipal-purchase-option .cstvarition::after {
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: -28px;
	width: 100%;
}
.single-product .multipal-purchase-option .cstvarition::before {
	border-bottom: 14px solid #ffffff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	content: "";
	position: absolute;
	right: calc(10% - 14px);
	top: -14px;
}
.single-product .multipal-purchase-option .cstvarition .variations {
	width: 100%;
	padding: 20px;
	display: block;
}
.single-product .multipal-purchase-option .cstvarition .variations tbody {
	width: 100%;
	display: table;
	text-align: left;
}
.single-product .multipal-purchase-option .cstvarition .variations .variation_select_size_inner_label {
	padding: 6px 0;
	display: block;
}
.single-product .multipal-purchase-option .cstvarition .variations .variation_select_size_inner_label .label {
	font-size: 16px;
	font-weight: 700;
	display: table-cell;
}
.single-product .multipal-purchase-option .cstvarition .variations .variation_select_size_inner_label td {
	width: 130px;
	font-size: 13px;
	color: #191919;
	font-weight: 400;
	line-height: 18px;
	padding: 0 2px;
	text-align: left;
}
.single-product .multipal-purchase-option .cstvarition .variations .variation_select_size_inner_label td .checkbox-custom-label {
	font-weight: 400;
}
.single-product .multipal-purchase-option .cstvarition .pricecstm {
	display: block;
	padding: 0 15px 20px;
	font-size: 26px;
	font-weight: 700;
	color: #191919;
	text-align: center;
}
.cstvariationprice .woocommerce-variation-availability {
	display: none;
}
.quantity .qtyvl {
	display: block;
	padding-bottom: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li.empty, .woocommerce.widget_shopping_cart .cart_list li.empty {
	width: 100%;
	text-align: center;
	padding: 10px 0 0;
	color: #191919;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.for-mobile-heading {
	display: none;
}
.parentclscc .toggler {
	top: 12px;
}
.checkbox-filter li ul.material-subcategory, li.childclscc ul {
	display: none;
}
/**********************************
	New Css 6-3-19
***********************************/
.page-heading {
	margin-bottom: 35px;
}
.page-heading .heading-part {
	float: left;
}
.page-heading .heading-btns {
	float: right;
	margin-top: -12px;
}
.page-heading .heading-btns:after {
	display: block;
	content: '';
	clear: both;
}
.heading-part h2 {
	font-size: 40px;
	font-weight: 600;
	color: rgb(29, 79, 145);
	margin: 0;
	background-image: url('../images/heading-arrow-img.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 34px;
}
.page-heading .container::after {
	content: '';
	display: block;
	clear: both;
}
.page-heading .heading-btns .btn {
	display: flex;
	margin-left: 10px;
	float: left;
	min-width: 175px;
	height: 70px;
	padding: 12px 20px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.page-heading .heading-btns .btn:nth-child(1) {
	margin-left: 0;
}
.visit-showroom-section .heading-part-inner h2 {
	margin-bottom: 25px;
}
.contact-form-part .btn {
	min-width: 240px;
	min-height: 54px;
	margin-top: 15px;
}
/* Page Heading */
.page-heading-title {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.page-heading-title h2 {
	background: url(../images/heading-arrow-img.png) no-repeat 0 5px;
	display: block;
	font-size: 40px;
	color: rgb(29, 79, 145);
	font-weight: 600;
	margin: 0 0 25px;
	padding-left: 35px;
	min-height: 40px;
	line-height: 42px;
}
.page-heading-title p {
	color: #000000;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.page-heading-title p:last-child {
	margin-bottom: 0;
}
.welcome-content-inner p:empty {
	display: none;
}
.client-slider {
	padding: 20px 0 0px;
}
.case-study-slider .flex-direction-nav {
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 24px;
	right: 30px;
}
.case-study-slider .flex-direction-nav li {
	display: inline-block;
	margin: 0 17px;
}
.case-study-slider .flex-direction-nav .flex-prev {
	left: 0;
}
.case-study-slider .flex-direction-nav .flex-next {
	right: 0;
}
.case-study-slider .flex-direction-nav a {
	width: auto;
	height: auto;
	position: relative;
}
.case-study-slider #casecarousel ul li {
	position: relative;
}
.case-study-slider #casecarousel ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(29, 79, 145, 0.6);
	opacity: 0;
	cursor: pointer;
}
.case-study-slider #casecarousel ul li:hover:before {
	opacity: 1;
}
.case-study-slider #casecarousel ul li.flex-active-slide:before {
	opacity: 1;
}
.contact_us p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}
/**********************************
For Table Data CSS 24-05-2019
***********************************/
.table-data {
	display: block;
	width: 100%;
}
.table-data .table-title {
	display: block;
	border-bottom: 2px solid rgb(186, 12, 47);
	margin-top: 25px;
}
.table-data .table-title h3 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	line-height: normal;
}
.table-data table img {
	max-width: 160px;
	display: block;
	margin: 0;
}
.table-inner-data tr {
	border-bottom: 1px solid #eeeeee;
}
.table-inner-data tr:last-child {
	border: 0;
}
.table-inner-data tr td {
	padding: 15px 5px;
	height: 130px;
}
.industry_table_data {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.industry_table_data .table-title {
	font-size: 24px;
	color: rgb(29, 79, 145);
	font-weight: 700;
	display: block;
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}
.industry_table_data tr td {
	padding: 7px 0px;
	vertical-align: top;
}
.industry_table_tr span {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	position: relative;
	padding-left: 25px;
	padding-right: 0;
	background-image: url('../images/li-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
}
/**********************************
For Table Data CSS 29-05-2019
***********************************/
.jtTableContainer table.features-table {
	text-align: left;
	width: 1140px;
	table-layout: fixed;
}
.jtTableContainer table.features-table tr td, .jtTableContainer table.features-table tr th {
	white-space: normal;
}
.jtTableContainer table.features-table tr th {
	font-size: 24px;
	color: rgb(29, 79, 145);
	font-weight: 700;
	padding-bottom: 10px;
	line-height: normal;
}
.jtTableContainer table.features-table tr td {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	position: relative;
	background-image: url('../images/li-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left 11px;
	padding: 5px 25px;
	vertical-align: top;
}
/*Partern Table CSS*/
.jtTableContainer {
	margin: 30px 0;
}
.jtTableContainer table.partner-table {
	text-align: left;
	width: 1140px;
	table-layout: fixed;
}
.jtTableContainer table.partner-table tr td, .jtTableContainer table.partner-table tr th {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	padding: 15px 5px;
	vertical-align: middle;
	white-space: normal;
}
.jtTableContainer table.partner-table h3 {
	font-size: 24px;
	color: rgb(29, 79, 145);
	font-weight: 700;
	margin: 25px 0 0;
	padding: 0;
	line-height: normal;
}
.jtTableContainer table.partner-table tr td img {
	max-width: 160px;
	margin: 0;
	padding: 0;
}
.jtTableContainer table.partner-table tr td a {
	color: rgb(186, 12, 47);
}
.jtTableContainer table.partner-table tr td a:hover {
	color: rgb(29, 79, 145);
}
.jtTableContainer table.partner-table tr {
	border-bottom: 1px solid #eeeeee;
}
/*Find Out More Table CSS*/
.jtTableContainer table.findoutmore-table {
	text-align: left;
	width: 1140px;
	table-layout: fixed;
}
.jtTableContainer table.findoutmore-table tr td, .jtTableContainer table.findoutmore-table tr th {
	white-space: normal;
}
.jtTableContainer table.findoutmore-table tr th {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: normal;
}
.jtTableContainer table.findoutmore-table tr td {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	position: relative;
	background-image: url('../images/li-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left 11px;
	padding: 5px 25px;
	vertical-align: top;
}
.jtTableContainer table.findoutmore-table tr td a {
	color: rgb(186, 12, 47);
}
.jtTableContainer table.findoutmore-table tr td a:hover {
	color: rgb(29, 79, 145);
    text-decoration: underline;
}
.top-right-part .mbd li i img {
	height: auto;
}