/* CSS Document */


/********************************************************************************
Description:  Rite Way Mfg. Co. Ltd. - Master Stylesheet
*********************************************************************************
Designed and Built by Prestige Patcher.
CSS, HTML and Design Files are all Copyright 2019-2020 Prestige Patcher.
And God said "Let there be code..."

font-family: 'Roboto';
font-family: 'Oswald';
********************************************************************************/

@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/animate.css");
@import url("../css/magnific-popup.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Nunito+Sans:300,400,600,700,800&display=swap');
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Nunito Sans', sans-serif;
	color: #373737;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

@media (max-width: 991px) {
	body {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}
}

img {
	max-width: 100%;
	height: auto;
}


/* Typography */

a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	color: #e5002b;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #b60022;
	outline: 0;
}

p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}

@media (max-width: 991px) {
	p {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	p {
		font-size: 14px;
		line-height: 22px;
	}
}

h1 {
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald';
}

@media (max-width: 1199px) {
	h1 {
		font-size: 80px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 70px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 90px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Oswald';
}

h2 span {
	color: #e5002b !important;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 80px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 70px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	h2 {
		font-size: 36px;
	}
}

h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	font-family: 'Oswald';
	}

@media (max-width: 1199px) {
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 991px) {
	h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	h3 {
		font-size: 20px;
		line-height: 26px;
	}
}

h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	font-family: 'Oswald';
}

@media (max-width: 991px) {
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: 0.8px;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}

@media (max-width: 575px) {
    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 15px;
        letter-spacing: 0.4px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}

ol li,
ul li {
	list-style: none;
}

blockquote {
	border-color: #f7f7f7;
}


/* Forms */

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
input[type="date"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0;
	padding: 10px 15px;
	direction: ltr;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background-color: white;
	border: solid 1px #fff;
    border-bottom: 1px solid #b9b9b9;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
}

input:focus,
textarea:focus {
	border-color: #e5002b;
	outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	opacity: 1;
}

select {
	cursor: pointer;
	color: rgba(34, 47, 62, 0.7);
	background-image: url(../images/select_arrow.svg);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

.form-group {
	padding-top: 10px;
	margin-bottom: 10px;
}

.form-group label {
	font-size: 16px;
	color: white;
	font-weight: 300;
	margin-bottom: 10px;
}

.formbtn {
	margin-top: 25px;
	margin-bottom: 15px;
}


/*Buttons*/

.btn_holder {
	margin-top: 40px;
	text-align: center;
}

input[type="submit"],
button[type="submit"],
.my_btn {
	position: relative;
	padding: 14px 70px 14px 30px;
	min-width: 220px;
	background-color: #e5002b;
	background-image: linear-gradient(to right, #e5002b, #e5002b, #000, #000);
	background-size: 300% 100%;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	display: inline-block;
	box-shadow: none;
	border: none;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
	background-position: 100% 0;
	color: #fff !important;
}

input[type="submit"]::after,
button[type="submit"]::after,
.my_btn::after {
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 36px;
	line-height: 54px;
	width: 45px;
	color: white;
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.my_btn:not(:nth-of-type(1)) {
    margin-left: 15px;
}

input[type="submit"]:hover:after,
button[type="submit"]:hover:after,
.my_btn:hover:after {
	width: 55px;
}

.my_btn.white {
	background-image: linear-gradient(to right, #fff, #fff, #000, #000);
	color: #e5002b !important;
}

.my_btn.white:hover {
	color: #fff !important;
}
.my_btn.whiter{
	background-image: linear-gradient(to right, #fff, #fff, #e5002b, #e5002b);
	color: #e5002b !important;
}
.my_btn.whiter:hover{
	background-image: linear-gradient(to right, #fff, #fff, #e5002b, #e5002b);
	color: #fff !important;
} 
.my_btn.whiter::after {
	color: white;
	background-color: #e5002b;
}
.my_btn.sm {
	padding: 7px 55px 7px 20px;
	min-width: 125px;
	font-size: 14px;
	line-height: 20px;
}
.my_btn.sm::after {
	font-size: 24px;
	line-height: 34px;
	width: 35px;
}

.my_btn.sm:hover::after {
	width: 40px;
}
@media(max-width:991px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 11px 70px 11px 30px;
		min-width: 180px;
		font-size: 16px;
		line-height: 24px;
	}
	input[type="submit"]::after,
	button[type="submit"]::after,
	.my_btn::after {
		font-size: 30px;
		line-height: 46px;
		width: 40px;
	}
	input[type="submit"]:hover::after,
	button[type="submit"]:hover::after,
	.my_btn:hover::after {
		width: 45px;
	}
}

@media(max-width:575px) {
	.btn_holder {
		margin-top: 15px;
	}
    .my_btn:not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 8px 50px 8px 20px;
		min-width: 150px;
		font-size: 15px;
		line-height: 22px;
	}
	input[type="submit"]::after,
	button[type="submit"]::after,
	.my_btn::after {
		font-size: 26px;
		line-height: 38px;
		width: 35px;
	}
	input[type="submit"]:hover::after,
	button[type="submit"]:hover::after,
	.my_btn:hover::after {
		width: 40px;
	}
    .my_btn.sm {
        padding: 5px 45px 5px 20px;
        min-width: 110px;
        font-size: 12px;
        line-height: 20px;
    }
    .my_btn.sm::after {
        font-size: 20px;
        line-height: 30px;
        width: 30px;
    }
}


/*Buttons*/


/* Header & Navigation */

.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	display: block;
	z-index: 1000;
	text-align: center;
	animation-duration: 0.5s;
}

.top_borders {
	position: relative;
	height: 8px;
	background-color: #0077c2;
}

.top_borders:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #feca57;
}

.header .logo {
	float: left;
	overflow: hidden;
	padding: 21px 20px;
	background-color: #000;
	transition: none;
}

.header .logo a {
	display: block;
	transition: none;
}

.header .logo img {
	max-width: 321px;
}

.header ul.slimmenu>li>a {
	transition: none;
}

.header .main_menu {
	display: inline-block;
}

.header .right_btn {
	float: right;
}

.header .right_btn a {
	min-height: 91px;
	width: 115px;
	display: inline-block;
	background-color: #000000;
	text-align: center;
	padding: 15px 10px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff; 
	transition: none;
	vertical-align: top;
}

.header .right_btn a:hover {
	background-color: #2b2b2b;
}

.header .right_btn a:nth-child(2n+2) {
	background-color: #e5002b;
}

.header .right_btn a:nth-child(2n+2):hover {
	background-color: #ba0023;
}

.header .right_btn a img {
	width: 11px;
	height: 11px;
    display: block;
    margin: 0 auto 9px;
	object-fit: contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .right_btn a:hover img {
	transform: rotate(360deg);
}


/*is_fixed*/

.header.is_fixed {
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	animation-name: stickySlideDown;
	transition: none;
}

.header.is_fixed .logo img {
	max-width: 245px;
}

.header.is_fixed .right_btn a {
	padding: 9px 10px;
	min-height: 79px;
}

.header.is_fixed ul.slimmenu>li>a {
	line-height: 79px;
}


/**/

.language_dd {
	display: inline-block;
	width: auto;
	position: relative;
	margin-left: 15px;
	vertical-align: middle;
	margin: 29px 10px 29px 0px;
}
.header.is_fixed .language_dd {
	margin: 23px 0 23px 15px;
}
.language_dd::after {
	content: '\f107';
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	top: 48%;
	transform: translate(0, -50%);
	right: 0px;
	color: #e2012b;
	z-index: 1;
}

@keyframes stickySlideDown {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1300px) {
    ul.slimmenu li {
        margin: 0px 5px;
    }
    ul.slimmenu li a {
        font-size: 13px;
    }
	.header .logo img {
		max-width: 280px;
	}
	.header .right_btn a {
		padding: 12px 5px;
		min-height: 85px;
        width: 85px;
        font-size: 12px;
        line-height: 18px;
	}
	.header .right_btn a img {
		margin-bottom: 8px;
	}
	ul.slimmenu>li>a {
		line-height: 85px;
	}
	.language_dd {
		margin: 26px 0;
	}
}

@media (max-width: 1199px) {
	.header {
		text-align: right;
	}
	.language_dd {
		margin: 26px 15px;
	}
	.header .main_menu {
		vertical-align: middle;
	}
	ul.slimmenu li a,
	.header.is_fixed ul.slimmenu li a {
		line-height: 25px !important;
	}
	ul.slimmenu li {
		margin: 0px;
	}
}

@media (max-width: 767px) {
	.header,
	.header.is_fixed {
		position: relative;
		box-shadow: none;
		animation-name: none;
	}
	.header .main_menu {
		float: right;
		margin-top: 12px;
		margin-right: 15px;
	}
	.header .logo {
		padding: 12px 10px;
	}
	.header .language_dd,
	.header.is_fixed .language_dd {
		margin: 18px 10px 14px 0;
	}
	.header .logo img,
	.header.is_fixed .logo img {
		max-width: 245px;
	}
	.header .right_btn {
		float: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		border-top: 1px solid #595959;
		border-bottom: 1px solid #595959;
	}
	.header .right_btn a,
	.header.is_fixed .right_btn a {
		-ms-flex: 1;
		flex: 1;
		max-width: inherit;
		min-height: inherit;
		padding: 12px 10px;
	}
	.header .right_btn a br {
		display: none;
	}
	.header .right_btn a img {
		margin: 4px 10px 0 0;
		vertical-align: top;
        display: inline-block;
	}
	ul.slimmenu {
		left: 0;
		right: 0;
	}
}

@media (max-width: 575px) {
	.header .main_menu {
		margin-top: 8px;
	}
	.header .logo img,
	.header.is_fixed .logo img {
		max-width: 165px;
	}
	.header .language_dd,
	.header.is_fixed .language_dd {
		margin: 13px 5px 8px 0;
	}
	.header .right_btn a,
	.header.is_fixed .right_btn a {
		padding: 8px;
		font-size: 10px;
		line-height: 22px;
	}
	.header .right_btn a img {
		margin: 6px 5px 0 0;
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 420px) {
    .header .right_btn a, 
    .header.is_fixed .right_btn a {
        padding: 8px;
        font-size: 8px;
        line-height: 14px;
    }
    .header .right_btn a img {
        display: block;
        margin: 0 auto;
    }
}


/* Slider */

.billboard {
	margin-top: 88px;
	position: relative;
	background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.billboard .item {
	width: 100%;
	height: 80vh;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	max-width: none;
	background-color: #000;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.billboard .item:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.billboard #homeslider .owl-item:nth-child(3) .item:before {
    display: none;
}

.billboard .caption {
	color: white;
	width: 100%;
	animation: pulse 1.5s normal forwards ease-in-out;
}

.billboard .caption h1 {
	margin-bottom: 30px;
	text-shadow: 0 0px 50px rgba(0, 0, 0, 0.6);
}

.billboard .caption p {
	font-size: 20px;
	line-height: 32px;
	width: 45%;
	}

.billboard .caption .btn_holder {
	margin-top: 0;
}

.billboard .owl-nav {
	position: absolute;
	right: 0;
	bottom: -23px;
}

.billboard h1 {
	color: #fff;
	margin-bottom: 10px;
}

.billboard p {
	letter-spacing: 0;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}

.billboard .btn_holder {
	text-align: left;
}

@media(max-width:1300px) {
	.billboard {
		margin-top: 82px;
	}
}

@media(max-width:1199px) {
	.billboard .item {
		min-height: inherit;
		height: 600px;
	}
	.billboard .item .caption p {
		width: 65%;
	}
}

@media(max-width:991px) {
	.billboard .item {
		height: 500px;
	}
	.billboard .item .caption h1 {
		margin-bottom: 20px;
		text-shadow: 0 0px 30px rgba(0, 0, 0, 0.6);
	}
	.billboard .item .caption p {
		width: 70%;
		font-size: 16px;
		line-height: 26px;
	}
	.billboard .owl-nav {
		bottom: -18px;
	}
}

@media(max-width:767px) {
	.billboard .item {
		height: 450px;
	}
	.billboard {
		margin-top: 0px;
	}
	.billboard .item .caption p {
		width: 100%;
		font-size: 15px;
		line-height: 22px;
	}
}

@media(max-width:575px) {
	.billboard .owl-nav {
		bottom: -12px;
	}
}

@media(max-width:360px) {
	.billboard .item .caption .my_btn {
		margin-bottom: 5px;
	}
}


/* All Sections */

.sections {
	padding: 80px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sections_title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white p,
.white span {
	color: #fff;
}

@media (max-width:1199px) {
	.sections {
		padding: 60px 0px;
	}
}

@media (max-width:991px) {
	.sections {
		padding: 50px 0px;
	}
	.sections_title {
		margin-bottom: 50px;
	}
}

@media (max-width:767px) {
	.sections {
		padding: 40px 0px;
	}
	.sections_title {
		margin-bottom: 40px;
	}
}

@media (max-width:575px) {
	.sections_title {
		margin-bottom: 30px;
	}
}


/*About Section*/

.about h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Oswald';
}

.about h2 span {
	font-size: 66px;
	line-height: 1;
}

.about_text {
	margin-left: -50px;
	margin-top: 50px;
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
	padding: 40px 50px 50px 115px;
}

.about_img {
	margin-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
	z-index: 2 !important;
}

@media (max-width: 1199px) {
	.about_text {
		margin-left: -30px;
		margin-top: 30px;
		padding: 30px 30px 30px 60px;
	}
	.about_img {
		margin-bottom: 30px;
	}
	.about h2 {
		font-size: 36px;
		line-height: 44px;
	}
	.about h2 span {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.about_img {
		margin-bottom: -50px;
		min-height: 500px;
		margin-right: 30px;
		margin-left: 30px;
	}
	.about_text {
		margin-left: 0px;
		margin-top: 0px;
		padding: 80px 30px 30px 30px;
	}
	.about h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.about h2 span {
		font-size: 46px;
	}
}

@media (max-width: 767px) {
	.about_img {
		margin-bottom: -30px;
		min-height: 450px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.about_text {
		margin-left: 0px;
		margin-top: 0px;
		padding: 50px 20px 20px 20px;
	}
}

@media (max-width: 575px) {
	.about_img {
		min-height: 400px;
	}
	.about h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.about h2 span {
		font-size: 36px;
	}
}

@media (max-width: 400px) {
	.about_img {
		min-height: 350px;
	}
}


/*Our Products*/

.products {
	padding-bottom: 50px;
	background-repeat: repeat;
	background-size: auto;
	background-color: #e5002b;
}

.products #product_slider {
	margin-top: -40px;
	margin-bottom: -30px
}

#product_slider .owl-item .item {
	height: 400px;
	overflow: hidden;
	transform: scale(0.7);
	margin: 40px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#product_slider .owl-item .item .pro_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: #000;
	padding-right: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#product_slider .owl-item .item .pro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-right: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#product_slider .owl-item .item .pro_img:hover img {
	opacity: 0.7;
	transform: scale(1.05);
}

#product_slider .owl-item .item .pro_text {
	position: absolute;
	background-color: #000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 100%;
	padding: 70px 25px 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#product_slider .owl-item .item .pro_text h3 {
	color: #e5002b;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#product_slider .owl-item .item .pro_text p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
}

#product_slider .owl-item .item .pro_text p::before {
	content: '';
	position: absolute;
	top: 9px;
	left: -90px;
	width: 80px;
	height: 2px;
	background-color: #fff;
}
/**/

#product_slider .owl-item.center .item {
	transform: scale(1);
	box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.3);
}

#product_slider .owl-item.center .pro_img {
	padding-right: 240px;
}

#product_slider .owl-item.center .item .pro_text {
	opacity: 1;
}

/**/

#product_slider .owl-nav button.owl-prev,
#product_slider .owl-nav button.owl-next {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 10%;
	right: inherit;
	transform: translate(0%, -50%);
	z-index: 1;
}

#product_slider .owl-nav button.owl-next {
	right: 10%;
	left: inherit;
}

#product_slider .owl-nav button.owl-next {}

#product_slider .owl-nav button.owl-prev::after {
	content: '';
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/prev_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#product_slider .owl-nav button.owl-next::after {
	content: '';
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/next_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.arrow_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
}

.arrow_btn:hover {
	background-color: #e5002b;
	color: #fff;
}

.products .btn_holder {
	text-align: center;
	margin-top: 40px;
}

@media(max-width:1920px) {
    #product_slider .owl-nav button.owl-prev{
        left: 13%;
    }
    #product_slider .owl-nav button.owl-next {
        right: 13%;
    }
}

@media(max-width:1600px) {
    #product_slider .owl-nav button.owl-prev{
        left: 15%;
    }
    #product_slider .owl-nav button.owl-next {
        right: 15%;
    }
}

@media(max-width:1400px) {
    #product_slider .owl-nav button.owl-prev{
        left: 18%;
    }
    #product_slider .owl-nav button.owl-next {
        right: 18%;
    }
    
}
@media(max-width:1280px) {
	#product_slider .owl-nav button.owl-prev {
		left: 14%;
	}
	#product_slider .owl-nav button.owl-next {
		right: 14%;
	}
}

@media(max-width:1024px) {
	#product_slider .owl-nav button.owl-prev {
		left: 12%;
	}
	#product_slider .owl-nav button.owl-next {
		right: 12%;
	}
}

@media(max-width:991px) {
	#product_slider .owl-nav button.owl-prev {
		left: 4%;
	}
	#product_slider .owl-nav button.owl-next {
		right: 4%;
	}
	#product_slider .owl-item .item .pro_text h3 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media(max-width:767px) {
	#product_slider .owl-item .item {
		margin: 40px 50px;
	}
	#product_slider .owl-nav button.owl-prev {
		left: 10px;
		opacity: 0.7;
	}
	#product_slider .owl-nav button.owl-next {
		right: 10px;
		opacity: 0.7;
	}
	#product_slider .owl-item .item .pro_text h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media(max-width:575px) {
	#product_slider .owl-item .item {
		height: auto;
	}
	#product_slider .owl-item .item .pro_img {
		padding-right: 0px;
		height: 350px;
	}
	#product_slider .owl-item .item .pro_text {
		position: static;
		width: 100%;
		height: auto;
		padding: 25px;
		opacity: 1;
	}
	#product_slider .owl-item .item .pro_text h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	#product_slider .owl-item .item .pro_text p {
		font-size: 11px;
		line-height: 17px;
	}
	.arrow_btn {
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
}

@media(max-width:460px) {
	#product_slider .owl-item .item .pro_img {
		padding-right: 0px;
		height: 300px;
	}
	#product_slider .owl-item .item {
		margin: 30px 20px;
	}
	#product_slider .owl-item .item .pro_img {
		height: 300px;
	}
	#product_slider .owl-item .item .pro_text {
		padding: 20px;
	}
}


/*Find A Dealer*/

.sections.dealer {
	padding-bottom: 50px;
	padding-top: 50px;
	background-repeat: repeat;
	background-size: auto;
}

#dealer_slider .item .dealer_img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#dealer_slider .item .dealer_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#dealer_slider .item .row>div:nth-child(2) {
	padding-left: 20px;
	padding-right: 30px;
}

#dealer_slider .item .del_text {
	margin: 20px 0px;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 0px 20px 0px rgba(180, 180, 180, 0.3);
	padding: 30px;
}

#dealer_slider .item .del_text h4 {
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
}

#dealer_slider .item .del_text img {
	width: auto;
	height: 40px;
	object-fit: contain;
	margin-bottom: 20px;
}

#dealer_slider .owl-stage {
	left: -70px;
}

@media(max-width:991px) {
	#dealer_slider .item .del_text {
		padding: 20px;
	}
	#dealer_slider .owl-stage {
		left: -40px;
	}
	#dealer_slider h3 {
		font-size: 19px;
		line-height: 24px;
	}
}

@media(max-width:767px) {
	#dealer_slider .item .del_text {
		margin-bottom: 0;
	}
	#dealer_slider .item .dealer_img {
		height: 300px;
	}
	#dealer_slider .owl-stage {
		left: 0px;
	}
	#dealer_slider h3 {
		font-size: 16px;
		line-height: 22px;
	}
	#dealer_slider .item .row>div:nth-child(2) {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width:575px) {
	#dealer_slider .item .dealer_img {
		height: 250px;
	}
	#dealer_slider h3 {
		font-size: 15px;
		line-height: 20px;
	}
}


/*Gallery_Media*/

.gallery {
	position: relative;
}

#myModal {
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.modal-content {
	border-radius: 0;
	margin-top: 70px;
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	opacity: 1;
}


/**/

.gallery .row>div {
	padding-right: 15px;
}

button,
button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.video_thumbnail {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	position: relative;
}

.video_thumbnail::after {
	left: inherit;
	right: -30px;
}

.video_thumbnail .fit_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

.video_thumbnail .fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.video_thumbnail:hover .fit_img img {
	opacity: 0.5;
	transform: scale(1.05);
}

.video-btn {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	background-color: #e5002b;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 12px 10px 15px 15px;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.video-btn img {
	width: 30px;
	height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.video-btn:hover {
	transform: translate(-50%, -50%) rotate(-180deg) scale(0.8);
}

.video-btn:hover img {
	transform: scale(0.8);
}

.video-btn:before,
.video-btn:after {
	content: '';
	background-color: rgba(229, 0, 43, 0.7);
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	border-radius: 50%;
	z-index: -1;
	animation: zoomout 2s linear infinite;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.video-btn:after {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

@keyframes zoomout {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

.gallery .gallery_img {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 173px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}

.gallery .gallery_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery .gallery_img:hover img {
	transform: scale(1.03);
	opacity: 0.5;
}

.gallery .gallery_img:before {
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../images/plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery .gallery_img:hover:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1) rotate(-90deg);
}

.gallery .gallery_bt_img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery .gallery_bt_img>div {
	display: block;
	padding-right: 15px;
	padding-bottom: 15px;
}

.gallery .gallery_bt_img .img_left,
.gallery .gallery_bt_img .img_right {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}

.gallery .gallery_bt_img .img_left a,
.gallery .gallery_bt_img .img_right a {
	height: 370px;
}

.gallery .gallery_bt_img .img_center {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}

.gallery .gallery_bt_img .img_center a {
	margin-bottom: 15px;
	height: 178px;
}

@media (max-width: 991px) {
	.video-btn {
		width: 60px;
		height: 60px;
	}
	.video-btn::before,
	.video-btn::after {
		width: 60px;
		height: 60px;
	}
	.video-btn img {
		width: 20px;
		height: 30px;
	}
	.video_thumbnail {
		height: 280px;
	}
	.gallery .gallery_img {
		height: 133px;
	}
	.gallery .gallery_img::before {
		width: 40px;
		height: 40px;
	}
	.gallery .gallery_bt_img .img_left a,
	.gallery .gallery_bt_img .img_right a {
		height: 270px;
	}
	.gallery .gallery_bt_img .img_center a {
		height: 128px;
	}
}

@media (max-width: 767px) {
	.gallery .row>div {
		padding-right: 10px;
		padding-left: 10px;
	}
	.gallery .row>div.col-md-6:nth-child(2) {
		padding-right: 0px;
		padding-left: 0px;
	}
	.gallery .row>div.col-md-6:first-child {
		padding-bottom: 15px;
	}
	.gallery .gallery_bt_img .img_left,
	.gallery .gallery_bt_img .img_right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	.gallery .gallery_bt_img .img_center {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 10px;
	}
	.gallery .gallery_bt_img .img_center a {
		width: 48%;
		display: inline-block;
		margin-bottom: 0;
		margin-right: 3%;
	}
	.gallery .gallery_bt_img .img_center a:nth-child(2) {
		margin-right: 0;
	}
}

@media (max-width: 460px) {
	.gallery .gallery_bt_img .img_center a {
		width: 100%;
		margin-right: 0%;
	}
}


/* Footer */

.footer {
	background-color: #000000;
}

.footer p,
.footer ul li,
.footer a {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
}

.footer a:hover {
	color: #e5002b;
	opacity: 1;
}

.footer_logo {
	display: block;
	margin-bottom: 20px;
}

.footer h4 {
	text-transform: uppercase;
	color: #e5002b;
	margin-bottom: 23px;
}

.footer form button[type="submit"],
.mailing_bar form button[type="submit"] {
	padding: 10px 70px 10px 30px;
	min-width: 160px;
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
}
.footer form button[type="submit"]::after,
.mailing_bar form button[type="submit"]::after {
	font-size: 32px;
	line-height: 44px;
}
.footer form button[type="submit"] {
	background-image: linear-gradient(to right, #e5002b, #e5002b, #fff, #fff);
}

.footer form button[type="submit"]:hover {
	color: #e5002b !important;
}
.footer form input[type="submit"]::after,
.footer form button[type="submit"]::after {
	color: #e5002b;
	background-color: #fff;
}

/*Social Media*/

.footer_social_media {
	background-color: #e5002b;
	padding: 20px 16px;
    margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	text-align: center;
}

.footer_social_media li a {
	display: block;
	padding: 15px;
	color: #fff !important;
	font-size: 16px;
}

.footer_social_media li a i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer_social_media li a:hover i {
	color: #fff !important;
	transform: scale(1.8);
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}


/* Go-Up */

.go-up span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding: 25px;
	font-family: 'Oswald';
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	-webkit-writing-mode: tb-rl;
	-moz-writing-mode: tb-rl;
	writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.go-up span:hover {
	color: #e5002b;
}

.go-up span img {
	margin-bottom: 5px;
    transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.go-up span:hover img {
	transform:  rotate(180deg) translateY(-10px);
}

@media (max-width:1280px) {
	.footer .row>div {
		padding-left: 40px;
	}
	.footer .row>div:last-child {
		padding-left: 0px;
		padding-right: 40px;
	}
	.footer_social_media {
		padding: 20px 0px;
	}
	.go-up span {
		padding: 25px 10px;
	}
}

@media (max-width:991px) {
	.footer .row>div:nth-child(2n+1) {
		padding-left: 40px;
	}
	.footer .row>div:nth-child(2n+2) {
		padding-left: 15px;
		padding-right: 40px;
	}
	.footer_social_media li a {
		padding: 24px 14px;
	}
	.footer h4 {
		margin-bottom: 15px;
	}
	.footer_social_media li a {
		padding: 21px 15px;
	}
}

@media (max-width:767px) {
	.footer .row>div {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.footer_social_media li a {
		padding: 44px 15px;
	}
}

@media (max-width:575px) {
	.footer .row>div {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}


/* Page-loader */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.page-loader span {
	position: absolute;
	display: inline-block;
	background: #e5002b;
	height: 100px;
	width: 100px;
	left: 48%;
	top: 48%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.2s linear infinite;
	animation: page-loader 1.2s linear infinite;
}

.page-loader span:last-child {
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
}

@media(max-width:991px) {
	.page-loader span {
		left: 47%;
		top: 46%;
	}
}

@media(max-width:768px) {
	.page-loader span {
		left: 45%;
		top: 44%;
	}
}

@media(max-width:575px) {
	.page-loader span {
		left: 43%;
		top: 42%;
	}
}

@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}



/* Internal Pages */

.internal_cover{
    padding: 180px 0;
}
.internal_cover:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.internal_cover .caption h1{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0px;
    text-shadow: 0 0px 40px rgba(0, 0, 0, 0.6);
}
@media(max-width:1400px){
    .internal_cover .caption h1{
        font-size: 50px;
        line-height: 50px;
    }
    .internal_cover {
        padding: 150px 0;
    }
}
@media(max-width:991px){
    .internal_cover {
        padding: 120px 0;
    }
    .internal_cover .caption h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media(max-width:767px){
    .internal_cover {
        padding: 80px 0;
    }
    .internal_cover .caption h1 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media(max-width:575px){
    .internal_cover {
        padding: 60px 0;
    }
    .internal_cover .caption h1 {
        font-size: 24px;
        line-height: 30px;
    }
}
/**/
.promise_sec {
	background-repeat: repeat;
	background-size: auto;
	background-color: #e5002b;
}
.promise_sec h2 {
	padding: 0 30px 50px 30px;
	margin-bottom: 0;
    color: #fff;
}
.bg_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
}
.promise_text {
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
}
.promise_text p:last-child{
    margin-bottom: 0;
}

/**/
.sm_title h2{
    font-size: 70px;
    line-height: 80px;
}
.story_behind .bg_img{
    box-shadow: none;
}
.story_behind .row > .pt-5{
    padding: 40px 0 20px 60px !important;
}
.story_behind p {
	font-size: 14px;
	line-height: 22px;
}
@media(max-width:1199px){
    .sm_title h2 {
        font-size: 60px;
        line-height: 76px;
    }
    .story_behind .row > .pt-5 {
        padding: 30px 0 10px 40px !important;
    }
}
@media(max-width:991px){
    .sm_title h2 {
        font-size: 50px;
        line-height: 56px;
    }
    .bg_img {
        height: 400px;
        margin-bottom: 40px;
    }
    .promise_sec .bg_img,
    .our_facilities .bg_img {
        margin-bottom: 0px;
    }
    .story_behind .row > .pt-5 {
        padding: 0 !important;
    }
    .story_behind .bg_img{
        height: 500px;
    }
}
@media(max-width:767px){
    .sm_title h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .promise_sec h2 {
        padding: 0 20px 30px 20px;
    }
    .promise_text {
        padding: 30px;
    }
    .bg_img {
        height: 350px;
    }
    .promise_text {
        padding: 30px;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
    }
}
@media(max-width:575px){
    .sm_title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .promise_text {
        padding: 20px;
    }
    .bg_img {
        height: 300px;
    }
    .story_behind .bg_img {
        height: 400px;
    }
}
/**/
.our_facilities .container{
    padding: 20px !important;
}
.our_facilities h2 {
	padding: 0 30px 50px 30px;
	margin-bottom: 0;
}
@media(max-width:767px){
    .our_facilities h2 {
        padding: 0 20px 30px 20px;
    }
}

/**/
.career{
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 400px;
    background-position: bottom center;
}
.career .container{
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
}
.career .career_text h2 {
    margin-bottom: 25px;
}
.career .career_text p{
    margin-bottom: 35px;
}
.career .career_text p span strong{
    font-size: 22px;
    line-height: 36px;
}
.career .career_text p span strong a{
    font-family: 'Oswald';
    font-size: 24px;
}
ul.career_boxes{
    margin: 0;
    padding: 0;
}
ul.career_boxes li {
	background-color: #000;
	padding: 15px 170px 15px 20px;
	position: relative;
    margin-bottom: 15px;
}
ul.career_boxes li:last-child {
    margin-bottom: 0px;
}
ul.career_boxes li h4 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
    margin-bottom: 5px;
}
ul.career_boxes li p {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 22px;
}

ul.career_boxes li p img{
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    object-fit: contain;
}
ul.career_boxes li .my_btn.sm {
	background-image: linear-gradient(to right, #e5002b, #e5002b, #fff, #fff);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}
ul.career_boxes li .my_btn.sm:hover {
    color: #e5002b !important;
}
ul.career_boxes li .my_btn.sm::after {
    color: red;
    background-color: #fff;
}
@media(max-width:1199px){
    ul.career_boxes li h4 {
        font-size: 18px;
        line-height: 24px;
    }
    ul.career_boxes li p {
        font-size: 14px;
        line-height: 20px;
    }
    ul.career_boxes li p img{
        top: 3px;
        width: 8px;
    }
    .career .career_text p span strong {
        font-size: 20px;
        line-height: 28px;
    }
    
}
@media(max-width:991px){
    .career .career_text p {
        margin-bottom: 25px;
    }
}
@media(max-width:767px){
    .career .container {
        padding: 30px;
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
    }
    .career .career_text p {
        margin-bottom: 20px;
    }
    .career .career_text p span strong {
        font-size: 18px;
        line-height: 28px;
    }
    .career .career_text p span strong a {
        font-size: 22px;
    }
}
@media(max-width:767px){
    .career {
        padding-bottom: 300px;
    }
    .career .container {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width:575px){
    .career {
        padding-bottom: 250px;
    }
    .career .career_text h2 {
        margin-bottom: 15px;
    }
    .career .career_text p {
        margin-bottom: 15px;
    }
    .career .career_text p span strong {
        font-size: 16px;
        line-height: 24px;
    }
    .career .career_text p span strong a {
        font-size: 20px;
    }
    ul.career_boxes li {
        padding: 15px 20px;
    }
    ul.career_boxes li .my_btn.sm {
        margin-top: 10px;
        position: static;
        transform: translate(0,0);
    }
    ul.career_boxes li h4 {
        font-size: 16px;
        line-height: 22px;
    }
    ul.career_boxes li p {
        font-size: 12px;
        line-height: 17px;
    }
}


/* Contact */
.contact_detail .container{
    padding: 25px;
}
.contact_detail .container .address_bar,
.contact_detail .container .mailing_bar{
    margin: 0;
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
.contact_detail .address_bar p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.contact_detail .address_bar p img{
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 14px;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_detail .address_bar p:hover img{
    transform: rotate(360deg);
}
.contact_detail .address_bar p a{
    color: #363636;
}
.contact_detail .address_bar p a:hover{
    color: #e5002b;
}
.map{
    width: 100%;
    height: auto;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.map iframe{
    width: 100%;
    height: 100%;
}
.mailing_bar input[type="email"]{
    border-color: rgba(0,0,0,0.2);
}
.mailing_bar input[type="email"]:focus{
    border-color: rgba(0,0,0,1);
}
.mailing_bar form {
	width: 270px;
}
.social_media li{
    margin-top: 10px;
    display: inline-block;
    margin-right: 28px;
}
.social_media li:last-child{
    margin-right: 0px;
}
.social_media li a{
    font-size: 26px;
}
.social_media li a i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social_media li a:hover i {
	transform: scale(1.3);
}
.get_in_touch {
    padding: 50px 76px 0;
}
.get_in_touch .border_box{
    border: 1px solid #e5e5e5;
}
.get_in_touch .sections_title{
    margin-bottom: 0;
    margin-top: -52px;
}
.get_in_touch .sections_title h2{
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
}
.get_in_touch form input[type="email"], 
.get_in_touch form input[type="text"], 
.get_in_touch form input[type="password"], 
.get_in_touch form input[type="date"], 
.get_in_touch form input[type="tel"], 
.get_in_touch form input[type="file"], 
.get_in_touch form textarea, 
.get_in_touch form select{
    border: none;
    border-bottom: 1px solid #b9b9b9;
    padding-left: 0;
    padding-right: 0;
}
.get_in_touch form input[type="email"]:focus, 
.get_in_touch form input[type="text"]:focus, 
.get_in_touch form input[type="password"]:focus, 
.get_in_touch form input[type="tel"]:focus, 
.get_in_touch form input[type="file"]:focus, 
.get_in_touch form textarea:focus, 
.get_in_touch form select:focus{
    border-bottom: 1px solid #e5002b;
}
.get_in_touch form {
    padding: 40px;
    margin: 0;
}

.get_in_touch form .form-group{
    margin-bottom: 35px;
}
@media(max-width:1199px){
    .get_in_touch {
        padding: 50px 46px 0;
    }
    .get_in_touch .sections_title {
        margin-top: -46px;
    }
}
@media(max-width:991px){
    .address_bar > div:not(:last-child),
    .mailing_bar > div:not(:last-child){
        margin-bottom: 20px;
    }
    .contact_detail .address_bar p img {
        top: 5px;
    }
    .get_in_touch .sections_title {
        margin-top: -42px;
    }
    .get_in_touch form .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width:767px){
    .get_in_touch form {
        padding: 20px 40px;
    }   
    .get_in_touch .sections_title {
        margin-top: -30px;
    }
}

@media(max-width:575px){
    .contact_detail .container .address_bar, 
    .contact_detail .container .mailing_bar {
        padding: 25px 10px;
    }
    .address_bar > div:not(:last-child), .mailing_bar > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact_detail .address_bar p img {
        top: 4px;
    }
    .mailing_bar form {
        width: auto;
    }
    .social_media li a {
        font-size: 20px;
    }
    .social_media li {
        margin-top: 5px;
        margin-right: 18px;
    }
    .get_in_touch {
        padding: 30px 46px 0;
    }
    .get_in_touch .sections_title h2 {
        padding: 0 5px;
    }
    .get_in_touch .sections_title {
        margin-top: -20px;
    }
    .get_in_touch form {
        padding: 15px;
    }
    .get_in_touch form .form-group {
        margin-bottom: 0;
    }
}

/**/
.pro_boxes .container{
    padding: 25px;
}
.pro_boxes .container .row{
	margin: 0;
	background-color: #fff;
	padding: 30px 30px 40px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.pro_boxes .container .row > div {
    padding-left: 25px;
    padding-right: 25px;
	padding-bottom: 0px;
}
.boxe_details {
    position: relative;
	margin-top: 100px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxe_details:hover {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(7px);
}
.boxe_details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #d8d9db;
    z-index: 0;
}
.boxe_details .fit_img {
    display: block;
	margin-top: -100px;
	margin-bottom: 25px;
    width: 100%;
    height: 210px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    background-color: #e5002b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxe_details:hover .fit_img {
    transform: translateY(-15px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}
.boxe_details .fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxe_details .fit_img:hover img{
    opacity: 0.5;
    transform: scale(1.05);
}
.boxe_details h4 {
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 15px;
}
.boxe_details h4 a{
    color: #000;
}
.boxe_details h4 a:hover{
    color: #e5002b;
}
.boxe_details p {
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 10px;
}
.find_riteway .row > div{
    padding: 20px;
}
.findway_right_text {
	background-color: #fff;
	padding: 80px 50px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.findway_right_text img{
    margin-bottom: 30px;
}
.findway_right_text h3{
    margin-bottom: 30px;
}
.findway_left_text{
    padding: 40px !important;
    text-align: right;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.findway_left_text>*{
    position: relative;
    z-index: 1;
}
.sm_title .findway_left_text h2 {
	font-size: 64px;
	line-height: 66px;
    margin-bottom: 50px;
}
.findway_left_text .my_btn{
    margin-bottom: 50px;
}

@media(max-width:1199px){
    .pro_boxes .container .row > div {
        padding-left: 10px;
        padding-right: 10px;
		padding-bottom: 10px;
    }
    .pro_boxes .container .row {
        padding: 20px 20px 30px;
    }
    .boxe_details h4 {
        font-size: 17px;
    }
    .boxe_details .fit_img {
        height: 200px;
    }
    .sm_title .findway_left_text h2 {
        font-size: 54px;
        line-height: 56px;
    }
}

@media(max-width:991px){
    .boxe_details {
        margin-bottom: 30px;
        width: 65%;
        margin-right: auto;
        margin-left: auto;
    }
    .findway_right_text {
        padding: 50px;
    }
}
@media(max-width:575px){
    .sm_title .findway_left_text h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .findway_right_text {
        padding: 30px;
    }
    .boxe_details {
        width: 100%;
    }
    .pro_boxes .container .row {
        padding: 15px 15px 15px;
    }
    .boxe_details .fit_img {
        height: 170px;
    }
    .boxe_details::before {
        height: 60px;
    }
}



/**/
ul.arrow li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
ul.arrow li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url(../images/right_line_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
}
.bale_cart_text ul.arrow li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.bale_cart_text ul.arrow li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url(../images/right_line_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
}
h3 span,
h4 span{
    color: #e5002b !important;
}

.red_overlay,
.black_overlay{
    position: relative;
}
.red_overlay>*,
.black_overlay>*{
    position: relative;
    z-index: 1;
}
.red_overlay:before,
.black_overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index:0;
}
.red_overlay:before{
    background-color: rgba(229,0,43,0.92);
}
/**/
.bale_cart_text .prdctimg  > img{
    width: 100%;
    margin-bottom: 30px;
}
.bale_cart_text .row h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.2px;
}
.bale_cart.pro_boxes .container .row {
	margin: 0;
	background-color: #fff;
	padding: 20px 10px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.bale_cart.pro_boxes .container .row > div {
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
}
.bale_cart.pro_boxes .container .row > div > div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 50px 80px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
    justify-content: center;
}
.bale_cart.pro_boxes .container .row > div:nth-child(2) > div{
    padding-top: 70px;
}
.bale_cart.pro_boxes .container .row > div > div h3 {
	font-size: 40px;
	line-height: 50px;
    margin-bottom: 25px;
}
.related_products.pro_boxes .container .row {
	padding: 0;
	box-shadow: none;
}
.related_products.pro_boxes .boxe_details{
    text-align: center;
}
.related_products .boxe_details h4{
    text-transform: uppercase;
}
.cta_sec{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta_sec .cta_box{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
.cta_sec .cta_box .cta_text{
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
}
.cta_sec .cta_box .cta_text img{
    margin-bottom: 30px;
}
.cta_sec .cta_box .cta_text h3{
    line-height: 46px;
    margin-bottom: 30px;
}

@media(max-width:991px){
    .cta_sec .cta_box .cta_text h3 {
        line-height: 36px;
        margin-bottom: 30px;
    }
    .bale_cart.pro_boxes .container .row > div:nth-child(1){
        margin-bottom: 20px;
    }
    .bale_cart.pro_boxes .container .row > div > div h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .bale_cart.pro_boxes .container .row > div > div {
        display: block;
    }
}

@media(max-width:575px){
    .cta_sec .cta_box .cta_text {
        padding: 30px;
    }
    .cta_sec .cta_box .cta_text h3 {
        line-height: 26px;
        margin-bottom: 20px;
    }
    .cta_sec .cta_box .cta_text img {
        margin-bottom: 20px;
    }
    .bale_cart.pro_boxes .container .row > div > div h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .bale_cart.pro_boxes .container .row > div > div {
        padding: 50px 20px;
    }
    .bale_cart.pro_boxes .container .row > div:nth-child(2) > div {
        padding-top: 50px;
    }
    .bale_cart.pro_boxes .container .row > div:nth-child(2) > div .my_btn.white {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 40px;
    }
}

/* Parts And Services */

.ps_text.about h2,
.ps_text.about span{
    font-size: 62px;
    line-height: 76px;
}
.ps_text.about h2{
    margin-left: 65px;
}
.ps_text.about .about_text{
    margin-top: 40px;
}
.manuals_sec.sm_title h2 {
	font-size: 46px;
	line-height: 60px;
}
.manuals_sec.sm_title h2 img {
	vertical-align: top;
}

ul.dwnl_arrow li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.dwnl_arrow li a span{
    color: #373737;
}
ul.dwnl_arrow li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 11px;
	background-image: url(../images/download_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.dwnl_arrow li:hover:before{
    transform: scale(1.3);
}
ul.dwnl_arrow li:hover{
    padding-left: 20px;
}

.manuals_sec .row > div:not(:first-child){
    margin-top: 20px;
}
.dealer_resource.manuals_sec .row > div:not(:first-child){
    margin-top: 0px;
}
.manuals_sec h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 800;
	color: #000;
    margin-bottom: 20px;
}
.ct_details > div{
    margin-bottom: 40px;
}
.ct_boxes p,
.ct_details > div a {
	position: relative;
	padding-left: 25px;
	color: #363636;
    font-size: 20px;
}
.ct_details > div:nth-child(2) {
	text-align: center;
	padding-right: 30px;
}
.ct_details > div:nth-child(3),
.ct_details > div:last-child{
    text-align: right; 
}
.ct_boxes p img, 
.ct_details > div a img {
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 17px;
	object-fit: contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ct_boxes p:hover img,
.ct_details > div a:hover img{
    transform: rotate(360deg);
}
.ct_boxes p a {
    color: #333;
}
.ct_boxes p:hover a,
.ct_details > div a:hover {
    color: #e5002b;
}

@media(max-width:1400px){    
    .ct_boxes p,
    .ct_details > div a {
        font-size: 16px;
    }
    .ct_details > div:nth-child(2) {
        text-align: center;
        padding-right: 30px; 
    }
}
@media(max-width:1200px){    
    .ct_boxes p,
    .ct_details > div a {
        font-size: 14px;
        padding-left: 22px;
    }
    .ct_details > div:nth-child(2) {
        text-align: left;
        padding-right: 0px;
    }
    .ct_boxes p img, .ct_details > div a img {
        top: 1px;
        width: 12px;
        height: 14px;
    }
}
@media(max-width:991px){   
    .ct_details > div{
        text-align: center !important;
    }
}

/**/
.ct_boxe_section .row > div{
    padding: 0;
}
.ct_boxes {
	background-color: #fff;
	margin:  0 10px;
	padding: 20px;
}
.white_bg{
    background-color: #fff;
}
.ct_boxes .white_bg{
    padding: 40px 30px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}

@media(max-width:991px){
    .ct_boxe_section .row > div {
        margin-bottom: 30px;
    }
    .ct_details > div {
        margin-bottom: 30px;
    }
    .ps_text .about_img {
        margin-bottom: 30px;
    }
    .ps_text.about h2, 
    .ps_text.about span {
        margin-left: 0px;
        text-align: center;
        font-size: 46px;
        line-height: 56px;
    }
    .ps_text.about .about_text {
        margin-top: 0;
        padding: 30px;
    }
    
}
@media(max-width:767px){
    .manuals_sec .row > div:not(:first-child) {
        margin-top: 0px;
    }
    .manuals_sec h5 {
        margin-bottom: 10px;
    }
    .ct_details > div {
        text-align: center;
    }
    .ps_text.about h2, 
    .ps_text.about span {
        font-size: 36px;
        line-height: 42px;
    }
}

@media(max-width:575px){
    .manuals_sec h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .get_in_touch form {
        padding: 5px;
    }
}

/**/
body{
    position: static !important;
}
@media(max-width:400px){
    .language_dd select {
        font-size: 7px;
        padding-right: 7px;
    }
    .header .logo img, .header.is_fixed .logo img {
        max-width: 145px;
    }
}

/**/
.get_in_touch form .my_btn{
	padding-left: 45px;
}
input[type="submit"] {
    padding: 0;
    min-width: 0;
    background-image: none;
    background-color: transparent;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
    background-position: 96% center;
    
}

.switcher {
    width: auto !important;
}
.switcher .selected {
	background: none !important;
}
.switcher .selected a {
	border: none !important;
	width: 80px !important;
    background-position: 94% center !important;
    color: #e5002b !important;
    background: none !important;
}
.switcher .option {
	position: absolute !important;
}
.switcher .option {
	width: 90px !important;
	max-height: inherit !important;
}
.switcher .option a {
    color: #e5002b !important;
}
.switcher .option a.selected,
.switcher .option a:hover {
	background: #ccc !important;
}
/*
.embed-responsive iframe {
	width: 798px !important;
	height: 448px !important;
}
*/
.embed-responsive iframe {
	width: 100% !important;
	height: 100% !important;
}
@media(max-width:991px){
    .modal-dialog {
        max-width: 600px;
    }
	/*
    .embed-responsive iframe {
        width: 600px !important;
        height: 337px !important;
    }
	*/
}
@media(max-width:767px){
    .modal-dialog {
        max-width: 500px;
    }
	/*
    .embed-responsive iframe {
        width: 500px !important;
        height: 281px !important;
    }
	*/
}
@media(max-width:575px){
    .modal-dialog {
        max-width: 300px;
    }
	/*
    .embed-responsive iframe {
        width: 300px !important;
        height: 169px !important;
    }
	*/
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}


ul.table_border{
    margin: 15px 0;
}
ul.table_border li {
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #828186;
	margin-top: -1px;
}
ul.table_border li:nth-child(2n+1){
    background-color: #e9e9e9;
}
ul.table_border li:nth-child(1) {
	background-color: #e5002b;
	border: 1px solid #e5002b;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
}


/* Dashboard */
body.customer-area-active .cuar-css-wrapper, 
body.customer-area-active .cuar-css-wrapper.cuar-content-container {
	border: none;
}
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
	padding: 0;
}
body.customer-area-active .cuar-css-wrapper .panel-heading {
	background: #e5002b;
	color: #fff;
	font-size: 18px;
	padding: 6px 8px;
	height: auto;
	border: 1px solid #e5002b;
}
body.customer-area-active .cuar-css-wrapper .btn-default {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
body.customer-area-active .cuar-css-wrapper .btn-default:hover {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #2b2b2b;
}
body.customer-area-active .cuar-css-wrapper .btn-xs {
	padding: 8px 20px;
	font-size: 12px;
}
.page-id-534 .about_text {
	margin-left: 0;
	margin-top: 0;
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
	padding: 40px;
}
@media(max-width:575px){
    .page-id-534 .about_text {
        padding: 20px;
    }
    body.customer-area-active .cuar-css-wrapper .panel-heading {
        font-size: 15px;
    }
}

#wpsl-search-wrap div label {
	line-height: 20px;
}
#wpsl-search-wrap #wpsl-search-btn {
	padding: 7px 20px;
	text-align: center;
	color: #fff !important;
	background: #e5002b;
	border-radius: 0 !important;
	border: none !important;
}
#wpsl-search-wrap #wpsl-search-btn:hover {
	background: #ba0023;
}
#wpsl-search-btn, #wpsl-search-wrap input {
	border-radius: 0 !important;
}
#wpsl-search-btn, #wpsl-search-wrap div {
	border-radius: 0;
}
.cuar-page-without-sidebar .btn.btn-default.btn-xl{width:100%; margin:5px;font-size:15px;}
.cuar-title.media-heading.text-primary h2 {color: #e5002b;}
.customer-account .page-heading , .cuar-form.cuar-edit-account-form .page-heading{padding:0px !important;}
/**/
.bale_cart.pro_boxes .container .row > div .my_btn {
    font-size: 16px;
}
/*.bale_cart.pro_boxes .container .row > div .my_btn:nth-of-type(2){
    margin-top: 10px;
}*/
@media(max-width: 1199px){
    .bale_cart.pro_boxes .container .row > div .my_btn {
        font-size: 13px;
        padding: 14px 55px 14px 15px;
    }
}
@media(max-width: 991px){
    .bale_cart.pro_boxes .container .row > div .my_btn {
        font-size: 13px;
        padding: 11px 55px 11px 15px;
    }
}
@media(max-width: 575px){
    .bale_cart.pro_boxes .container .row > div .my_btn {
        display: block;
        padding: 8px 50px 8px 15px;
    }
}
@media(max-width: 400px){
    .bale_cart.pro_boxes .container .row > div .my_btn {
        padding: 8px 50px 8px 10px;
        font-size: 9px;
    }
    .bale_cart.pro_boxes .container .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .bale_cart.pro_boxes .container .row > div > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .bale_cart.pro_boxes .container .row {
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    }
}
/*06/01/2021*/
.pro_boxes .red_overlay a {margin: 5px 0;}

/*07-01-2021*/
input[type="submit"]::after, button[type="submit"]::after, .my_btn::after {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



/**/
.gallery_page {
    background-repeat: repeat;
    background-size: auto;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}
.gallery_page .btn_gallery {
    display: block;
    position: relative;
    background-color: #000000;
    margin-bottom: 30px;
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}
.gallery_page .btn_gallery:hover {
    background-color: #e5002b;
}
.gallery_page .btn_gallery:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    width: 70px;
    height: 57px;
    transform: translate(-50%,-50%);
    background-image: url(../images/gallery_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_page .btn_gallery:hover:before {
    transform: translate(-50%,-50%) rotate(-7deg);
}
.gallery_page .btn_gallery .prd_img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_page .btn_gallery:hover .prd_img {
    opacity: 0.4;
    transform: scale(1.04);
}
.gallery_page .video_thumbnail h3,
.gallery_page .btn_gallery h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-bottom: 0;
    color: #e5002b;
    background-color: #fff;
    padding: 9px 15px;
    font-size: 20px;
    line-height: 24px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
/* Video Popup */
.modal-open {
    padding: 0 !important;
}
#myModal {
	background-color: rgba(0, 0, 0, 0.8);
    padding: 0 !important;
}
.modal-dialog {
	max-width: 900px;
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0 auto;
}
.modal-body {
	position: relative;
	padding: 0px;
	border: 5px solid #e5002b;
}
.modal-content {
	border-radius: 0;
	margin-top: 0;
}
button.close {
	position: absolute;
	right: -30px;
	top: -8px;
	z-index: 999;
	font-weight: 500;
	color: #fff;
	opacity: 1;
}
button.close span {
	line-height: 20px;
	display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.close:hover span {
    color: #e5002b;
}


/**/
.gallery_page .video_thumbnail {
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
.gallery_page button.video-btn {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: transparent;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	transform: none;
}
.gallery_page button.video-btn:before,
.gallery_page button.video-btn:after {
    display: none;
}
.gallery_page button.video-btn .play_icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	background-color: #e5002b;
	z-index: 2;
	position: absolute;
	top: 46%;
	left: 50%;
	padding: 12px 10px 15px 15px;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_page button.video-btn:hover .play_icon {
	transform: translate(-50%, -50%) rotate(-180deg) scale(0.8);
}
.gallery_page button.video-btn:hover .play_icon img {
	transform: scale(0.8);
}
.gallery_page button.video-btn .play_icon:before,
.gallery_page button.video-btn .play_icon:after {
	content: '';
	background-color: rgba(229, 0, 43, 0.7);
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	border-radius: 50%;
	z-index: -1;
	animation: zoomout 2s linear infinite;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    
}
.gallery_page button.video-btn:hover .play_icon:before,
.gallery_page button.video-btn:hover .play_icon:after {
	width: 90px;
	height: 90px;
}
.gallery_page button.video-btn .play_icon:after {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}
@keyframes zoomout {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}


@media (max-width: 1199px) {
    .gallery_page .btn_gallery .prd_img {
        height: 240px;
    }
    .gallery_page .video_thumbnail h3,
    .gallery_page .btn_gallery h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .gallery_page .video_thumbnail {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
    .gallery_page .video_thumbnail {
        height: 350px;
    }
    .gallery_page button.video-btn .play_icon {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 560px;
        width: 560px;
    }
    button.close span {
        line-height: 20px;
        display: block;
        font-size: 18px;
    }
    button.close {
        right: -7px;
        top: -30px;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        max-width: 90%;
        width: 90%;
    }
    .gallery_page .video_thumbnail h3,
    .gallery_page .btn_gallery h3 {
        font-size: 14px;
        line-height: 16px;
        padding: 7px 10px;
    }
    .gallery_page .video_thumbnail {
        height: 300px;
    }
}
