@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
		url("../fonts/Montserrat-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
		url("../fonts/Montserrat-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 18px;
	line-height: 32px;
	font-family: "Montserrat";
	font-weight: normal;
	color: #363636;
	font-style: normal;
	letter-spacing: -0.25px;
}
body {
	overflow-x: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
ul,
ol {
	padding: 0;
}
ul li,
ol li {
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
}
ul li:before {
	position: absolute;
	content: "";
	top: 14px;
	left: 0;
	z-index: 0;
	background-color: #de2a2a;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
body.page-template-default .entry ul li,
body.page-template-default .entry ol li {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
	display: table;
}

body.page-template-default .entry ul li:before {
	display: inline-block;
	content: "";
	z-index: 0;
	background-color: #de2a2a;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	position: relative;
	vertical-align: top;
	margin-left: -10px;
	margin-right: 10px;
}

body.page-template-default .entry a:link,
body.page-template-default .entry a:visited,
body.page-template-default .entry a:active {
	color: #de2a26;
}

body.page-template-default .entry a:hover {
	color: #de2a26;
}

a {
	outline: 0;
	text-decoration: none;
}
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
b,
strong {
	font-weight: bold;
}
a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

figure,
address {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
body.page-template-default h2,
body.page-template-default h3,
body.page-template-default h4 {
	padding: 10px 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
table {
	border-collapse: collapse;
}
[hidden] {
	display: none !important;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.form-control:focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
	border-color: #ced4da;
}
.btn {
	font-size: 15px;
	padding: 0 28px;
	height: 50px;
	border-radius: 0;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #de2a2a;
	border: 0;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn:hover {
	color: #ffffff;
	background-color: #343434;
	transition: all 0.3s;
}
.btn-plain {
	background: transparent;
	border: 1px solid #131f2b;
	color: #131f2b;
	transition: all 0.3s;
}
.btn-plain:hover {
	background: #fb861e;
	border: 1px solid #fb861e;
	color: #fff;
	transition: all 0.3s;
}
/* =========================================== */
/* Typography */
/* =========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: bold;
	display: block;
	position: relative;
}
h1 {
	font-size: 38px;
	font-weight: bold;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 24px;
	font-weight: 500;
}
h5 {
}
h6 {
}

.bg-yellow {
	background: #f3d559;
}
.bg-blue {
	background: #263e91;
}

/*** HEADER CSS START ***/
.mobile-note {
	background-color: #de2a2a;
	color: white;
	font-weight: 700;
	display: block;
	padding: 1rem;
	text-align: center;
	font-size: 16px;
}

.mobile-note p {
	font-size: 16px;
	margin: 0;
}

@media only screen and (min-width: 1200px) {
	.mobile-note p {
		font-size: 18px;
	}
}

.contact-section {
	display: flex;
	align-items: center;
}
.container {
	max-width: 1440px;
	margin: 0 auto;
}
.site-header {
	border-top: solid 3px #DE2A2A;
	background: rgb(54, 54, 54);
	background: linear-gradient(
		180deg,
		rgba(54, 54, 54, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.top-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.site-logo {
	width: 100%;
	max-width: 40%;
	padding-top: 24px;
	padding-bottom: 15px;
}

.site-header__phone-search {
	max-width: 550px;
}
.header-contact {
	width: 100%;
	/* max-width: 60%; */
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
	.site-logo {
		position: absolute;
		left: 0;
	}

	.top-header {
		justify-content: flex-end;
	}

	.header-contact {
		padding-right: 20px;
	}
}

.page-template-contact .site-footer {
	float: left;
	width: 100%;
}


.contact-tagline {
	font-size: 16px;
	color: #b8b8b8;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.contact-tagline p {
	padding-bottom: 11px;
	font-size: 16px;
}
.contact-tagline strong {
	color: #de2a2a;
}
.contact-section-main {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	color: #fff;
	align-items: center;
	min-height: 534px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
span.wpcf7-not-valid-tip {
	font-size: 13px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 13px;
}
.map-iframe {
	width: 100%;
	height: 576px;
}
.contact-section-inner {
	display: flex;
	justify-content: space-between;
}
.contact-right {
	width: 100%;
	max-width: 50%;
	padding-left: 140px;
}
.contact-right p:last-child {
	font-size: 18px;
}
.map-section img {
	width: 100%;
}
.contact-section-inner p {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 25px;
}
.contact-left {
	width: 100%;
	max-width: 50%;
}
.header-reviews ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.header-reviews ul li {
	padding: 0;
	margin-bottom: 0;
	display: flex;
}
.header-reviews ul li:before {
	display: none;
}
.header-reviews {
	display: flex;
	align-items: center;
	background: #de2a2a;
	padding: 0px 11px;
}
.header-reviews p {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
	color: white;
}
.header-reviews p img {
	margin-left: 10px;
}
.contact-number {
	font-size: 32px;
	font-weight: 500;
}
.contact-number a {
	color: #fff;
}
.contact-number span {
	color: #b2b2b2;
}
.contact-number a:hover {
	color: #de2a2a;
	transition: all 0.3s;
}
.header-cart {
	padding-left: 15px;
}
.header-cart a {
	color: #313131;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	display: block;
	padding-bottom: 7px;
	transition: all 0.3s;
}
.header-cart a:hover {
	color: #de2a2a;
	transition: all 0.3s;
}

.header-cart span {
	background: #fff;
	position: absolute;
	top: 7px;
	right: 0px;
	height: 17px;
	min-width: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.header-nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.header-nav ul li {
	padding: 0;
	margin: 0;
}
.header-nav ul li:before {
	display: none;
}
.header-nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 7px 20px;
	text-transform: uppercase;
	transition: all 0.3s;
	background: linear-gradient(
		0deg,
		rgba(54, 54, 54, 0) 0%,
		rgba(199, 199, 199, 0) 100%
	);
}
.header-nav ul li a:hover {
	background: linear-gradient(
		0deg,
		rgba(54, 54, 54, 1) 0%,
		rgba(199, 199, 199, 1) 100%
	);
	color: #fff;
	transition: all 0.3s;
}
.header-nav ul li.current-menu-item a {
	background: linear-gradient(
		0deg,
		rgba(54, 54, 54, 1) 0%,
		rgba(199, 199, 199, 1) 100%
	);
	color: #fff;
	transition: all 0.3s;
	font-weight: bold;
}

/*** HEADER CSS End ***/

/*** Home Banner CSS Start ***/
.home-banner {
	width: 100%;
	height: 764px;
	position: relative;
	z-index: 0;
}
.home-banner-slide {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 764px;
	position: relative;
	z-index: 0;
}
.home-banner-content {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.home-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.label-circle {
	height: 279px;
	width: 279px;
	border-radius: 50%;
	padding: 0 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	z-index: 2;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.label-circle.camera-specialist {
	background: #de2a2a;
	top: -60px;
	left: 47px;
	text-align: center;
	color: #fff;
}
.label-circle.camera-specialist .label-content {
	width: 100%;
}
.label-circle.camera-specialist .label-content p {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 34px;
	letter-spacing: -2px;
	color: #282828;
	font-weight: bold;
	padding-bottom: 0;
}
.label-circle.camera-specialist .label-content p:first-child {
	margin-bottom: 6px;
}

.label-circle.camera-specialist .label-content p span {
	font-size: 26px;
	max-width: 140px;
	font-weight: 400;
	color: #fff;
}
.label-circle.free-installs {
	bottom: 74px;
	background: #343434;
	left: -23px;
	color: #fff;
}
.label-circle.free-installs p strong {
	font-size: 31px;
	font-weight: bold;
	display: block;
}
.label-circle.free-installs p span {
	font-size: 24px;
	line-height: 25px;
	font-weight: 400;
	display: block;
	color: #de2a2a;
	transition: all 0.4s;
}
.label-circle.free-installs p a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #fff;
}
.label-circle.free-installs p a:hover {
	color: #de2a2a;
	transition: all 0.4s;
}

.plug-play {
	right: 10px;
	bottom: 22px;
	position: absolute;
	z-index: 30;
	width: 200px;
}

@media only screen and (min-width: 1200px)	{
	.plug-play {
		right: 240px;
		bottom: 220px;
		width: 320px;
	}
}
.label-circle.plug-play p {
	padding-bottom: 0;
	line-height: 28px;
}
.label-circle.plug-play span {
	color: #de2a2a;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	display: block;
	padding-top: 10px;
}
.label-circle.plug-play strong {
	color: #282828;
	padding-top: 5px;
	font-size: 31px;
	font-weight: bold;
	line-height: 30px;
	display: block;
}
.banner-right-box {
	position: absolute;
	right: 0;
	top: -150px;
	z-index: 1;
	pointer-events: none;
}
.banner-right-box img {
	width: 635px;
}
.home-banner .container {
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.banner-content {
	width: 100%;
	max-width: 1160px;
	font-size: 30px;
}
.banner-content h1 {
	text-transform: uppercase;
}
.banner-content .btn {
	font-size: 24px;
	height: 56px;
}
.banner-content-box {
	color: #fff;
	background: rgba(49, 49, 49, 0.6);
	padding: 30px 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.banner-content-box p {
	font-size: 30px;
}
div.single-product img {
	width: 100%;
}
.home-banner .banner-content h1 {
	font-size: 84px;
	font-weight: bold;
	color: #de2a2a;
	letter-spacing: -2.5px;
}
.site-footer {
	background: #181818;
	padding-top: 56px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.site-footer li {
	padding-left: 0;
	padding-bottom: 8px;
}
.site-footer li:before {
	display: none;
}

.site-footer a {
	color: #fff;
	transition: all 0.4s;
}
.site-footer a:hover {
	color: #de2a2a;
	transition: all 0.4s;
}
.footer-menus {
	padding-bottom: 58px;
	display: flex;
	justify-content: space-between;
}
.footer-address {
	width: 100%;
	max-width: 460px;
}
.footer-address ul {
	padding-top: 15px;
}
.footer-address a {
	color: #666666;
	font-size: 30px;
}
.footer-address li:first-child a {
	color: #de2a2a;
}
.footer-address a:hover {
	color: #de2a2a;
}

.footer-logo {
	padding-bottom: 15px;
}

/*** Home Banner CSS End ***/

.latest-news {
	padding-top: 30px;
}
.footer-nav {
	padding-top: 76px;
	width: 100%;
	max-width: 200px;
}
.footer-links ul {
	display: flex;
	padding: 30px 0;
	margin-bottom: 0;
}
.footer-links ul li {
	padding-right: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.copy-right-section {
	background: linear-gradient(
		0deg,
		rgba(54, 54, 54, 1) 37%,
		rgba(0, 0, 0, 0.1) 100%
	);
	padding-top: 24px;
	height: auto;
}
.copy-right-section .container {
	display: flex;
	justify-content: space-between;
}
.copyright {
	display: flex;
}
.copyright a {
	color: #de2a2a;
}
ul.footer-social {
	display: flex;
}
ul.footer-social {
	display: flex;
	margin-left: 30px;
}
.footer-social li {
	padding-left: 20px;
}
.footer-links a {
	color: #fff;
	font-size: 16px;
	opacity: 1;
	transition: all 0.3s;
	text-transform: uppercase;
}
.footer-links a:hover {
	color: #fff;
	opacity: 0.7;
	transition: all 0.3s;
}
.latest-news span {
	color: #f20;
	margin-left: 6px;
}
.footer-links {
	background-color: #de2a2a;
}
.footer-links .footer-nav {
	padding-top: 0;
}

.latest-news ul {
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
}
.latest-news ul li a {
	position: relative;
}
.latest-news ul li a:after {
	content: ">";
	position: absolute;
	right: -15px;
	color: #f20;
	top: 0;
}
.btn img {
	margin-left: 10px;
}
.latest-news + .latest-news ul li a:after {
	display: none;
}
.copyright p {
	font-size: 14px;
}
.popular-products {
	display: flex;
	justify-content: space-between;
	padding: 0 22px 0;
}
.popular-products a {
	max-width: 24.2%;
	width: 100%;
	position: relative;
}
.single-product-heading::after {
	position: absolute;
	content: "";
	right: 12px;
	bottom: 13px;
	background-image: url(../images/arrow-right.png);
	height: 40px;
	width: 26px;
	background-repeat: no-repeat;
}
.single-product-heading {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 360px;
	width: 100%;
	padding: 10px 24px 15px;
	background-color: rgba(0, 0, 0, 0.54);
}

/* .single-product img{
    width: 100%;
} */
#nextButton {
	color: #000;
	font-size: 2em;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	background: #fff;
	padding: 26px 10px;
	width: 54px;
	left: -54px;
	position: relative;
	cursor: pointer;
}
#prevButton {
	color: #000;
	font-size: 2em;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	background: #fff;
	padding: 26px 10px;
	width: 54px;
	right: -54px;
	position: relative;
	cursor: pointer;
}
.popular-products-section {
	background: linear-gradient(180deg, #363636 48%, rgba(199, 199, 199, 1) 63%);
	padding: 22px 0 0;
	overflow-x: hidden;
}
.fast-delivery {
	height: 590px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.fast-delivery-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1220px;
	position: absolute;
	top: 30%;
	left: 50px;
}

.fast-delivery__img {
	max-width: 10%;
}
.fast-delivery-heading {
	width: 90%;
	padding-left: 20px;
}
.fast-delivery-heading p {
	color: #fff;
	font-size: 19px;
	line-height: 27px;
	padding-top: 15px;
	padding-right: 20px;
}
.fast-delivery-btn a.btn {
	font-size: 16px;
	height: 51px;
}
.fast-delivery-btn a.btn img {
	margin-bottom: 4px;
	width: auto;
}
.fleet-install {
	text-align: center;
	background-color: #de2a2a;
	padding: 75px 0;
}
.fast-delivery-heading h2 {
	font-family: "Montserrat";
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 52px;
	line-height: 48px;
}
.fast-delivery-btn {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
}
.single-product-heading h2 {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 35px;
	color: #de2a2a;
	text-transform: uppercase;
	line-height: 32px;
}
.single-product-heading span {
	color: #fff;
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.2px;
}
.our-excting-prdouct h2 {
	font-size: 38px;
	font-weight: 800;
	padding-bottom: 32px;
	color: #de2a2a;
	line-height: 24px;
}
.our-excting-prdouct span {
	color: #cccccc;
	display: inline-block;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: normal;
	letter-spacing: 0.2px;
	align-items: center;
}
.our-excting-prdouct {
	padding: 0 22px 0;
}
.excting-prdouct-inner {
	padding: 0 15px;
}
.excting-prdouct-inner img {
	width: 100%;
	min-height: 324px;
}
.excting-prdouct-slider {
	width: 100%;
	margin: 0 -15px;
}
.excting-prdouct-inner h3 {
	font-weight: 600;
	font-size: 18px;
	padding: 26px 4px 6px 0;
	color: #fff;
	line-height: 25px;
}
.empirical-technology {
	background-size: auto;
	background-position: top left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 85px 50px 115px;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 60px;
}
.mobile-supply-label p {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	padding-top: 24px;
}
.mobile-supply-label p span {
	font-size: 29px;
}
.empirical-technology-left {
	width: 100%;
	max-width: 60%;
	padding-right: 126px;
}
.mobile-supply-label {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(10deg);
	width: 264px;
	background-color: #de2a2a;
	text-align: center;
	height: 264px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 6px solid #fff;
}

.excting-prdouct-inner strong {
	font-weight: normal;
	display: block;
	font-size: 18px;
	color: #cccccc;
}
.excting-prdouct-inner a.btn {
	font-size: 12px;
	font-family: "Montserrat";
	font-weight: normal;
	display: inline-flex;
	margin-top: 10px;
	height: 40px;
}

.excting-prdouct-slider .slick-prev {
	background-image: url(../images/slider-arrow-left.png) !important;
	height: 48px;
	width: 25px;
	text-indent: 10000000000000000px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	right: 50px;
	z-index: 1;
	background-color: transparent !important;
	left: auto;
	top: -50px;
}
.excting-prdouct-slider .slick-arrow.slick-disabled {
	opacity: 0.5;
	cursor: default;
}
.excting-prdouct-slider .slick-next {
	background-image: url(../images/slider-arrow-right.png) !important;
	background-position: center !important;
	height: 48px;
	background-repeat: no-repeat !important;
	width: 25px;
	text-indent: 10000000000000000px;
	right: 10px;
	top: -50px;
	z-index: 1;
	background-color: transparent !important;
}
.empirical-technology-left h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}
.empirical-technology-left ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 35px 30px;
}
.empirical-technology-left p i {
	color: #de2a2a;
	font-weight: bold;
}
.empirical-technology-left a.btn {
	font-size: 15px;
	display: inline-flex;
	height: 50px;
}
.empirical-technology-right {
	width: 100%;
	max-width: 40%;
}
.empirical-technology-left ul li {
	width: 33.33%;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}
.empirical-technology-left p {
	padding-bottom: 25px;
}

/* homepage install addition - dda */
body.page-template-homepage div.experience-theory-section div.container {
	max-width: 92%;
}
body.page-template-homepage
	div.experience-theory-section
	div.mobile-fitting-content {
	max-width: 100%;
}
body.page-template-homepage
	div.experience-theory-section
	div.mobile-fitting-content
	h4 {
	color: #de2a2c;
}

.fleet-install h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	line-height: 36px;
}
.fleet-install p {
	font-size: 19px;
	color: #fff;
	/* text-transform: uppercase; */
	max-width: 1327px;
	margin: 0 auto;
	line-height: 28px;
	padding-top: 8px;
}
.fleet-install a {
	display: inline-flex;
	border: 2px solid #363636;
	padding: 5px 30px;
	align-items: center;
	color: #363636;
	font-weight: 600;
	font-size: 22px;
}
.our-services {
	height: 578px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.our-services::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
}
.services-heading h4 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	padding-bottom: 25px;
	margin-bottom: 0;
	font-weight: normal;
}
.services-slider .slick-slide {
	margin: 0 20px;
}
.services-box {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	max-width: inherit;
	padding: 28px 60px 36px 88px;
	position: relative;
	z-index: 2;
	min-height: 220px;
}
.services-slider {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.services-box p {
	padding-bottom: 0;
	color: #fff;
	line-height: 28px;
	padding-top: 12px;
}
.services-box img {
	max-width: 135px;
}
.services-box-inner {
	display: flex;
	align-items: center;
	padding-bottom: 4px;
	justify-content: space-between;
}
.services-box-inner span img {
	margin-right: 5px;
}
.services-box-inner span {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0;
	margin-left: 0;
	text-transform: capitalize;
	color: #666;
	display: flex;
	align-items: center;
	max-width: 50%;
	width: 100%;
}

.services-box::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/quote-img.png);
	height: 46px;
	width: 64px;
	background-repeat: no-repeat;
	background-color: #de2a2a;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
}
.services-heading {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}
.our-services-section {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	z-index: 1;
}
.fleet-install a img {
	height: 18px;
	margin-left: 18px;
	margin-top: -2px;
}

.services-slider .slick-prev {
	background-image: url(../images/slider-arrow-left.png) !important;
	height: 48px;
	width: 25px;
	text-indent: 10000000000000000px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	right: 0;
	z-index: 1;
	background-color: transparent !important;
	left: -44px;
	margin: 0 auto;
	bottom: -80px;
	top: auto;
	transform: unset;
}
.services-slider .slick-next {
	background-image: url(../images/slider-arrow-right.png) !important;
	background-position: center !important;
	height: 48px;
	background-repeat: no-repeat !important;
	width: 25px;
	text-indent: 10000000000000000px;
	right: -44px;
	bottom: -80px;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	background-color: transparent !important;
	top: auto;
	transform: unset;
}

.latest-news h3 {
	line-height: 24px;
	font-weight: 400;
	color: #de2a2a;
}

/* About */
.site-footer li.active a {
	color: #de2a2a;
}
.inner-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
}
.inner-banner h1 {
	color: #ebebeb;
}
.inner-banner .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.experience-theory-section {
	background: #363636;
	padding: 35px 0;
	letter-spacing: 0px;
	line-height: 36px;
}
.experience-theory-section .label-circle.free-installs {
	position: relative;
	left: 0;
	bottom: 0;
	box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.6);
}
.experience-theory-section .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.experience-theory-section .top-contet p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 1rem;
}
.experience-theory-section .top-contet p span {
	color: #de2a2a;
}

.experience-theory-section .label-circle-right {
	width: 100%;
	max-width: 25%;
	display: flex;
	justify-content: center;
}
.experience-theory-content {
	color: #fff;
	width: 100%;
	max-width: 73%;
	padding-top: 20px;
}
.experience-theory-content .top-content {
	font-size: 24px;
	margin-bottom: 1rem;
}
.mobile-fitting-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 75px 0 60px;
	position: relative;
	z-index: 0;
}
.mobile-fitting-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(38, 38, 38, 0.85);
	height: 100%;
	width: 100%;
	z-index: -1;
}
.mobile-fitting-content {
	max-width: 680px;
	color: #ebebeb;
	line-height: 24px;
}
.mobile-fitting-content .btn {
	font-size: 15px;
	font-weight: 500;
}
.mobile-fitting-content h4 {
	color: #ebebeb;
	margin-bottom: 32px;
}
.mobile-fitting-content ul {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 24px;
}
.mobile-fitting-content ul li {
	width: 100%;
	max-width: 50%;
}

.mobile-fitting-content ul li:before {
	top: 10px;
}
.mobile-fitting-content p {
	padding-bottom: 30px;
}
.mobile-fitting-content .btn {
	margin-top: 30px;
}

/* contact page css start */
.para-content p {
	font-size: 24px;
	color: #fff;
	padding-bottom: 0;
	padding-top: 10px;
}
.contact-detail ul {
	display: flex;
	align-items: center;
	margin: 0;
}
.contact-detail ul li a {
	color: #fff;
}
.contact-detail ul li:nth-child(even) {
	background-color: #de2929;
}
.contact-detail ul li {
	width: 25%;
	text-align: center;
	background-color: #262626;
	margin: 0;
	padding: 72px 0;
	font-weight: bold;
	color: #fff;
	font-size: 36px;
}
.contact-detail ul li::before {
	display: none;
}
.form-group {
	width: 50%;
	padding: 0 15px;
	margin: 0 0 20px;
}
.contact-form {
	z-index: 2;
	position: relative;
	margin-left: -13px;
}
.contact-form form {
	display: flex;
	justify-content: center;
	padding-top: 0;
	flex-wrap: wrap;
}
.form-group.textarea {
	width: 100%;
}
.contact-form .form-control {
	height: 54px;
	width: 100%;
	padding: 20px 20px;
	border-radius: 0;
	color: #ffffff;
	margin-right: 0;
	font-size: 18px;
	border: 2px solid #424242;
	background-color: #363636;
	box-shadow: unset;
	background-clip: unset;
	font-weight: 500;
}
.contact-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.contact-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.contact-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.contact-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
span.wpcf7-list-item:first-child {
	margin-left: 0;
}
.contact-form textarea.form-control {
	width: 100% !important;
	height: 112px !important;
	padding: 15px 20px;
	resize: none;
}
.checkbox {
	/* padding-top: 40px; */
	display: inline-block;
	width: 65%;
}
.checkbox h3 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 8px;
	font-family: "Montserrat";
	letter-spacing: 0.25px;
}
.checkbox-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.checkbox label {
	font-size: 18px;
	letter-spacing: 1px;
	vertical-align: middle;
	position: relative;
	padding-left: 25px;
	display: flex;
	align-items: center;
	width: 26%;
	margin-bottom: 36px;
	font-weight: 400;
	padding-bottom: 0;
	font-family: "Montserrat";
}
.checkbox label input {
	margin: 0;
	padding: 20px 20px;
	background: #e2e6e900;
	width: 100%;
	height: 82px;
	outline: none;
	border: none;
	border-radius: 0;
	color: #287bbf;
	font-size: 23px;
	font-weight: 300;
	font-family: "Nunito Sans";
	-webkit-appearance: none;
	resize: none;
	z-index: 2;
	left: 0;
	top: 50%;
	opacity: 0;
	margin: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.checkbox .check {
	width: 20px;
	height: 20px;
	left: 0;
	top: 49%;
	background: #363636;
	border: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.checkbox .check .fa {
	top: 10px;
	font-size: 16px;
	left: 10px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	color: #de2929;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.checkbox input:checked ~ .check .fa {
	opacity: 1;
	visibility: visible;
}
.form-group.btn {
	width: 30%;
}
/* contact page css end */

/* product single css end */
.prdouct-single .container {
	display: flex;
	justify-content: space-between;
}
.prdouct-single + .site-footer {
	margin-top: 35px;
}
p a {
	color: #de2a2a;
}
.slider-section .container {
	display: block;
}
.prdouct-single-left {
	width: 100%;
	max-width: 935px;
}
.prdouct-single-right {
	width: 100%;
	max-width: 505px;
	padding-left: 30px;
}
.prdouct-single {
	background-color: #363636;
	padding: 35px 0 0;
}
.prdouct-single nav {
	background-color: transparent;
	max-width: 1412px;
	margin: 0 auto;
}
li.breadcrumb-item {
	padding: 0;
}
ol.breadcrumb {
	background-color: transparent;
}
.prdouct-single-left ul li:before {
	display: none;
}
.prdouct-single-left ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 40px;
}
ol.breadcrumb {
	background-color: transparent;
	border-bottom: 1px solid #464646;
	border-radius: 0;
	padding: 0 0 20px;
	margin-bottom: 40px;
}
.prdouct-single-left ul li img {
	width: 100%;
	height: 100%;
}
.prdouct-single-left ul li {
	margin-bottom: 15px;
	padding-left: 0;
	width: 18.6%;
}
li.breadcrumb-item a {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}
.breadcrumb-item.active {
	color: #cccccc;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: none;
}
.stocks p {
	color: #cccccc;
	font-weight: 500;
	font-size: 14px;
}
.stocks {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #464646;
}
.stocks span {
	width: 82px;
	height: 24px;
	background-color: #54b70b;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	color: #363636;
	font-weight: 500;
	margin-left: 4px;
}
.review-section h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 27px;
	padding-top: 12px;
	letter-spacing: 0;
}
.review-section strong {
	color: #cccccc;
	font-weight: normal;
	display: block;
	padding-top: 0;
	font-size: 18px;
}
.review-section {
	padding: 15px 0 0;
	letter-spacing: 0;
}
.review-section span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding-left: 0;
	display: flex;
	align-items: center;
}
.review-section span img {
	margin-right: 20px;
}
.review-section p {
	color: #fefefe;
	padding: 0;
	display: flex;
	align-items: center;
	line-height: 26px;
}
.review-quantity {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.review-quantity a.btn {
	width: 50%;
}
.review-quantity strong {
	color: #fff;
	font-weight: bold;
	width: 50%;
}
h2.mb-0 button.btn-link {
	color: #fff;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: left;
	height: 100%;
}
.card {
	background: transparent;
}
.card-body {
	background-color: #262626;
	padding: 20px 30px 10px;
}
h2.mb-0 button.btn-link:focus {
	text-decoration: none;
}
h2.mb-0 button.btn-link:hover {
	text-decoration: none;
}
.accordion .card .card-header {
	margin-bottom: -1px;
	border: 2px solid #3f3f3f;
	border-radius: 0;
	padding: 20px 28px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 95%;
}
div#accordionExample {
	padding-top: 30px;
}
.card {
	border: 0;
}
.card-body p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}
h2.mb-0 {
	padding: 0;
}
.excting-prdouct-slider-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.excting-prdouct-slider-inner .excting-prdouct-inner {
	padding: 0 15px;
	width: 100%;
	max-width: 25%;
}
.product-page {
	background: #363636;
}
.our-excting-prdouct.product {
	background-color: #181818;
	padding-bottom: 60px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
.review-quantity p input[type="number"] {
	background: transparent;
	border: 2px solid #464646;
	color: #fff;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-left: 15px;
}
/* product single css end */

/* Newspage Css */
.news-page {
	padding: 30px 0;
	background: #363636;
}
.news-card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #ebebeb;
	line-height: normal;
	font-weight: 500;
	padding: 10px;
}
.news-image {
	width: 100%;
	max-width: 50%;
}
.news-image img {
	width: 100%;
}

.news-content {
	width: 100%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 30px;
	background: #262626;
}
.news-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
}
.news-cards .news-card:first-child {
	width: 100%;
	margin-top: 0;
	max-width: 100%;
}
.news-cards .news-card .btn {
	min-width: 180px;
	height: 40px;
	font-weight: 500;
	color: #fefefe;
	font-size: 12px;
}

.news-cards .news-card:first-child .btn {
	margin-top: 22px;
}
.news-cards .news-card:first-child .news-content {
	padding: 70px;
	font-size: 18px;
}

.news-cards .news-card {
	width: 100%;
	max-width: 50%;
}

.news-cards .news-card:first-child .news-contet-box h4 {
	font-size: 24px;
	margin-bottom: 30px;
}
.news-contet-box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.news-contet-box p {
	font-size: 14px;
}

/* news single page css start */
.news-single-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid #464646;
	margin-bottom: 25px;
}
.news-single-top h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
.news-single {
	padding: 30px 0;
	background-color: #363636;
}
.news-left {
	max-width: 815px;
	width: 100%;
}
.news-right {
	max-width: 570px;
	width: 100%;
	padding: 0 1rem;
}
.news-single-inner {
	display: flex;
	justify-content: space-between;
}
.news-left-heading {
	background-color: #262626;
	padding: 40px 35px;
}
.news-left-heading h2 {
	color: #dd2929;
	font-size: 24px;
	letter-spacing: 0.1px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 30px;
}
.news-left-heading span {
	font-weight: 500;
	color: #fff;
	display: block;
	padding-bottom: 32px;
	letter-spacing: 0.1px;
	font-size: 22px;
}
.news-left-heading p {
	color: #fff;
	padding-bottom: 30px;
}
.news-left-heading strong {
	font-size: 20px;
	color: #dd2929;
	display: block;
	padding-bottom: 35px;
	letter-spacing: 0.1px;
}
.news-left-heading ul li {
	font-size: 18px;
	line-height: 32px;
	font-family: "Montserrat";
	color: #fff;
	padding-left: 18px;
	display: block;
}
.other-options-content p {
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 40px;
}
.other-options-content {
	background-color: #333333;
	padding: 40px 31px;
	margin-top: 30px;
}
.latest-posts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.latest-posts-img {
	width: 100%;
	max-width: 37%;
}
.latest-posts-content {
	width: 100%;
	max-width: 63%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 30px 30px;
	background: #262626;
	flex-wrap: wrap;
}

.latest-posts-content p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 38px;
	padding-top: 5px;
	width: 100%;
}
.news-right h4 {
	color: #dd2929;
	font-size: 18px;
	padding-bottom: 28px;
	display: block;
	line-height: 18px;
	letter-spacing: 0.1px;
}
.latest-posts-content h4 {
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 0;
}
.updated-posts {
	padding-bottom: 8px;
}
.latest-posts-content a.btn {
	height: 38px;
	font-size: 12px;
	max-width: 176px;
	width: 100%;
}
.news-right ul li:before {
	display: none;
}
.news-right ul li {
	border: 2px solid #3f3f3f;
	margin-bottom: 0;
	height: 68px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 500;
}
.news-right ul li:nth-child(1) {
	border-bottom: none;
}
.news-right ul li:nth-child(2) {
	border-bottom: none;
}
.news-right ul li:nth-child(1) {
	border-bottom: none;
}
.news-right ul li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
/* news single page css end*/
/* Product Page */
.pro_container {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.pro_container a {
	color: #fff;
}

/*DDA overide some weired global list style reset*/
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li ul {
	list-style: circle;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li ul li {
	display: list-item;
	list-style: disc;
	margin-left: 1rem;
}

.pro_container .woocommerce-result-count {
	width: 100%;
}
.woocommerce-result-count {
	color: #fff;
}
aside#sidebar {
	width: 100%;
	max-width: 226px;
	border-right: 1px solid #454545;
	color: #cbcbcb;
	font-size: 14px;
}
aside#sidebar .widget_shopping_cart_content {
	padding: 20px 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	font-size: 14px;
	padding: 7px 15px 20px;
}

aside#sidebar ul {
	padding: 7px 15px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #454545;
}
aside#sidebar ul li a,
aside#sidebar ul li span {
	color: #cbcbcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

aside#sidebar .widget h3.widget-title {
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 29px 15px;
	border-bottom: 1px solid #454545;
}
aside#sidebar .widget h3.widget-title.with-dropdown .widget-dropdown {
	background: none;
	position: absolute;
	top: 33px;
	right: 15px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #dd2929;
}
.archive {
	background: #363636;
}
/* .archive.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
    display: none;
}
.archive p.woocommerce-mini-cart__buttons.buttons {
    display: none;
} */
.archive.woocommerce .widget_shopping_cart .cart_list li + li {
	padding-top: 5px;
	border-top: 1px solid #454545;
}
.archive.woocommerce ul.products li.first,
.archive.woocommerce-page ul.products li.first {
	clear: none;
}
.archive.woocommerce ul.products li.product,
.archive.woocommerce-page ul.products li.product {
	margin: 0 3% 4% 0 !important;
	width: 31.333%;
}
.archive.woocommerce ul.cart_list li img,
.archive.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: 50px;
	height: auto;
	box-shadow: none;
	margin-right: 12px;
}
.archive.woocommerce ul.products li.product:nth-child(3n + 3),
.archive.woocommerce-page ul.products li.product:nth-child(3n + 3) {
	margin-right: 0 !important;
}
.archive .pro_container ul li {
	padding-left: 0;
}
.archive.woocommerce ul.products {
	padding-left: 130px;
	padding-left: 130px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 30px;
}
.archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #fefefe;
	letter-spacing: 0;
	padding-top: 0;
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .price {
	color: #cccccc;
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .button {
	margin-top: 1em;
	background: #dd2929;
	font-size: 12px;
	border-radius: 0;
	height: 40px;
	display: inline-flex;
	align-items: center;
	color: #fff;
	padding: 0 16px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.archive.woocommerce ul.products li.product .button:hover {
	color: #ffffff;
	background-color: #212121;
	transition: all 0.3s;
}
.archive .woocommerce-info {
	border-top-color: #de2a2a;
	padding: 1em 2em 1em 3.5em;
}
.archive.woocommerce
	ul.products
	li.product
	a:hover
	.woocommerce-loop-product__title {
	color: #f00;
}
.archive .woocommerce-info::before {
	color: #de2a2a;
}
.archive a.yith-wcan-price-link.active:before {
	display: none;
}
.archive a.yith-wcan-price-link.active {
	color: #de2a2a !important;
}
.archive aside#sidebar ul li a.active {
	color: #de2a2a !important;
}
.archive aside#sidebar ul li a.active:before {
	display: none;
}
.archive.woocommerce ul.products li.product a .woocommerce-loop-product__title {
	line-height: 24px;
}
.archive .pro_container ul li:before {
	display: none !important;
}
.archive.woocommerce .widget_shopping_cart .cart_list li,
.archive.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
}
/* .archive aside#sidebar ul.cart_list li a.remove{
    display: none;
}
.archive aside#sidebar ul.cart_list li span.quantity{
    display: none;
} */

.container-right {
	width: calc(100% - 226px);
	display: inline-block;
}
.container-right
	.yith-wcan-filters
	.yith-wcan-filter
	.filter-items
	.filter-item.label {
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
.container-right .yith-wcan-filters .yith-wcan-filter .filter-items.level-0,
.brand-slider {
	padding: 0 85px;
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
}
.filter-items .slick-list,
.brand-slider .slick-list {
	padding: 15px;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
}
.filter-items .slick-prev,
.brand-slider .slick-prev {
	left: 36px;
}
.filter-items .slick-next,
.brand-slider .slick-next {
	right: 36px;
}
.yit-wcan-container ul.products {
}
h1.woocommerce-products-header__title.page-title {
	color: #ebebeb;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.term-description {
	font-size: 24px;
	color: #ebebeb;
	line-height: 28px;
}
header.woocommerce-products-header {
	height: auto;
	display: flex;
	align-items: center;
	background-position: right;
	background-repeat: no-repeat;
	padding: 20px 0;
}
p:last-child {
	padding-bottom: 0;
}
.archive nav.woocommerce-pagination {
	padding-bottom: 20px;
}
.archive.woocommerce nav.woocommerce-pagination ul li a,
.archive.woocommerce nav.woocommerce-pagination ul li span {
	width: 30px;
	display: block;
	height: 30px;
	background: #262626;
	color: #ffffff;
	font-size: 16px;
}
.archive.woocommerce nav.woocommerce-pagination ul li {
	border-color: #313131;
}
.archive.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}
.archive.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #404040;
	color: #fff;
}
.filter-items .slick-slide,
.brand-slider .slick-slide {
	margin: 0 16px;
}
.filter-items .slick-prev:before,
.brand-slider .slick-prev:before {
	content: "";
	content: "\f0d9";
}
.filter-items .slick-next:before,
.brand-slider .slick-next:before {
	content: "";
	content: "\f0da";
}
.filter-items .slick-prev:before,
.filter-items .slick-next:before,
.brand-slider .slick-prev:before,
.brand-slider .slick-next:before {
	font-family: FontAwesome;
	line-height: 1;
	color: #fff;
	background: transparent !important;
	height: auto;
	width: auto;
	font-size: 48px;
}
.filter-items .slick-prev,
.filter-items .slick-next,
.brand-slider .slick-prev,
.brand-slider .slick-next {
	color: #fff;
	background: transparent !important;
	height: auto;
	width: auto;
	font-size: 0;
}
.brand-slide a {
	background: #333;
	border-radius: 5px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	padding: 15px 20px;
}
.brand-slide a:hover {
	background: #2e2e2e;
	transition: all 0.4s;
}
.reversing-cameras-section {
	background: #181818;
	color: #ebebeb;
	padding: 50px 0;
	font-size: 18px;
	line-height: 30px;
}
.content-box {
	max-width: 49%;
}
.retroit-reverse.reversing-cameras-section {
	background: #363636;
}
.reversing-cameras-section h3 {
	font-size: 24px;
	margin-bottom: 40px;
}
.reversing-cameras-content {
	display: flex;
	justify-content: space-between;
}
p:last-child {
	padding-bottom: 0;
}
.camera-kit-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	color: #ebebeb;
	line-height: 32px;
}
.camera-kit-section h3,
.camera-kit-section p {
	max-width: 710px;
}
.camera-kit-section h3 {
	font-size: 24px;
	margin-bottom: 40px;
}
.camera-kit-section ul {
	display: flex;
	max-width: 710px;
	flex-wrap: wrap;
}
.camera-kit-section ul li {
	width: 100%;
	max-width: 20%;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 29px 15px;
	border-bottom: 1px solid #454545;
	background: transparent;
	display: block;
	margin: 0 !important;
}
.woocommerce .widget_shopping_cart .buttons a:before,
.woocommerce.widget_shopping_cart .buttons a:before {
	content: "";
	position: absolute;
	top: 33px;
	right: 15px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #dd2929;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
	background: #2e2e2e;
	color: #fff;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	display: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fff;
	color: #000;
}
.woocommerce-checkout ul li:before {
	display: none !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #ddd;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ddd;
}

#gallery {
	padding: 60px 0;
	background: #363636;
}
#image-gallery .image {
	padding: 12px;
}
.img-wrapper {
	position: relative;
	max-height: 190px;
	overflow: hidden;
	cursor: pointer;
}
.img-wrapper img {
	width: 100%;
}

.img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	opacity: 0;
}
.img-overlay i {
	color: #fff;
	font-size: 3em;
}

#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 0;
	max-height: 811px;
}
@media screen and (min-width: 768px) {
	#overlay img {
		width: 60%;
	}
}
@media screen and (min-width: 1200px) {
	#overlay img {
		width: 50%;
	}
}
@media screen and (max-width: 2199px) {
	#overlay img {
		max-height: 540px;
	}
}
#nextButton {
	color: #de2a2a;
	font-size: 2em;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
#nextButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	#nextButton {
		font-size: 3em;
	}
}

#prevButton {
	color: #de2a2a;
	font-size: 2em;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
#prevButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	#prevButton {
		font-size: 3em;
	}
}

#exitButton {
	color: #fff;
	font-size: 2em;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
}
#exitButton:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	#exitButton {
		font-size: 3em;
	}
}
.prdouct-single ol.breadcrumb {
	display: flex;
	align-items: center;
	padding-bottom: 18px;
}
.prdouct-single ol.breadcrumb li.breadcrumb-item {
	margin-bottom: 0;
	padding-left: 0 !important;
}
.prdouct-single ol.breadcrumb li.breadcrumb-item a {
	position: relative;
	padding-right: 18px;
}
.prdouct-single ol.breadcrumb li.breadcrumb-item a:after {
	content: ">";
	position: absolute;
	right: 0;
}
section.related.products {
	background: #181818;
	padding: 55px 0 0;
}
section.related.products .container {
	display: block !important;
}
section.related.products ul li.product a {
	color: #fefefe;
	font-size: 18px;
}
section.related.products ul li.product:before {
	display: none;
}
section.related.products ul {
	padding-top: 25px;
	margin-bottom: 0;
}
span.woocommerce-Price-amount.amount {
	color: #cccccc;
	font-size: 14px;
	margin-bottom: 0;
}
.woocommerce.single-product ul.products li.product .button {
	margin-top: 1em;
	background: #dd2929;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}
.woocommerce.single-product ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 2% 2.992em 0;
	width: 23.444%;
}
.woocommerce.single-product ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0;
}
.related.products h2 {
	font-size: 38px;
	color: #de2a2a;
}
.related.products h2 span {
	font-size: 14px;
	color: #fefefe;
	display: block;
}
section.related.products ul li.product a h2 {
	line-height: 24px;
}

.tab-item-panel {
	margin: 0px auto;
	max-width: 1000px;
	text-align: left;
	padding: 20px;
	background: #222;
}

h2.woocommerce-Reviews-title {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
}

a.tab-link-title,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
	color: #fff !important;
	background-color: transparent;
	text-align: left;
	padding: 20px;
	display: block;
	position: relative;
}

a.tab-link-title::before {
	top: 50%;
	right: 20px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	font-weight: 300;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

a.tab-link-title.open::before {
	border-bottom: 6px solid #fff;
	border-top: none;
}

.tab-link-title-li,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #414141 !important;
	background: transparent;
	color: #fff;
	margin: 0;
	list-style: none;
	padding: 0;
}
.tab-link-title-li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li li {
	border: 0 !important;
	text-align: left;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
	width: 100%;
	max-width: calc(100% - 500px);
}
.single-product.woocommerce div.product div.summary {
	width: 100%;
	max-width: 460px;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
	margin-top: 7px;
}
.availability-stock {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ccc;
	padding-bottom: 10px;
	border-bottom: 1px solid #444444;
	justify-content: space-between;
	margin-bottom: 15px;
}
.stock-leftside {
	width: 100%;
	max-width: 50%;
	display: flex;
	align-items: center;
}
.availability-stock label {
	margin-bottom: 0;
}
p.stock.in-stock {
	background: #54b70b;
	color: #363636 !important;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	padding: 0 8px;
	margin-left: 10px;
}
p.stock.out-of-stock {
	background: #de2a2a;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	padding: 0 8px;
	margin-left: 10px;
}
.widget.yith-woocommerce-ajax-product-filter.yith-woo-ajax-navigation.woocommerce.widget_layered_nav {
	display: block !important;
}
.services-slider1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services-slider1 .services-box {
	width: 100%;
	max-width: 49%;
	margin: 10px 0;
}
.our-services-section-reviews .services-heading {
	padding-bottom: 30px;
}
.page-template-reviews .prdouct-single .entry {
	padding: 50px 30px 40px;
}
.page-template-reviews .prdouct-single .container {
	display: block;
}

.brand-widget ul li {
	padding: 0;
	margin: 0;
}

.brand-widget img {
	margin: auto;
}

.brand-widget a {
	background: #3a3a3a;
	display: block;
	padding: 10px;
	border-radius: 4px;
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.brand-widget a:hover {
	background: #2e2e2e;
}

/*header.php*/
.shop-serach-desktop .form-group {
	width: 100%;
	padding: 0;
	position: relative;
	align-items: stretch; /*matching the btn and text field height*/
}

.shop-serach-desktop .form-control {
	background-color: #3a3a3a;
	border-radius: 0;
	border: none;
	width: 100%;
	color: white;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}

.shop-serach-desktop .form-group::before {
	position: absolute;
	left: 10px;
	top: 10px;
	content: "";
	background-image: url('../images/search_icon.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	z-index: 1;
}
.shop-serach-desktop .form-control::-webkit-input-placeholder,
.shop-serach-desktop .form-control::placeholder {
	color: white;
}

.shop-serach-desktop .btn {
	width: 100%;
}

.shop-serach-desktop {
	width: 100%;
	margin-bottom: 1rem;
}

/* Fix fror trackers pages */
.tracker-img {
	margin-left: 96px !important;
}

/* DEFAULT WP ALIGN CSS */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.header-contact .contact-tagline p {
	padding-bottom: 0;
	margin-right: 10px;
}
/*overiding some styles to make them more responsive*/
@media (min-width: 1024px) {
	.header-contact .contact-tagline p {
		font-size: 11px;
	}
	.contact-section .contact-number {
		font-size: 15px;
	}
	.shop-serach-desktop {
		margin-bottom: 0;
	}
	.shop-serach-desktop .form-control {
		width: calc(100% - 122px);
	}
	.shop-serach-desktop .btn {
		height: auto; /*overide 50px*/
		width: auto;
	}
}

@media (min-width: 1200px) {
	.header-contact .contact-tagline p {
		font-size: 16px;
	}
	.contact-section .contact-number {
		font-size: 25px;
	}
	.shop-serach-desktop .form-control {
		width: calc(100% - 122px);
	}
}

.mobile-tel,
.mobile-search {
	width: 100%;
	background: black;
	/* float: left; */
}

@media only screen and (min-width: 1024px) {
	.mobile-tel,
	.mobile-search {
		display: none;
	}
	/* Removed while mobile number banner is showing */
	/* .site-header {
		border-top: 4px solid #de2a2a;
	} */
}

.mobile-search .form-control {
	height: auto;
	background-color: black;
	color: white;
	border-color: #de2a2a;
	border-width: 2px;
}

.form-control::placeholder,
.form-control::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

.mobile-tel .btn {
	width: 50%;
}

.btn.btn-gray {
	background-color: #343434;
}

/* Tab Update: tabs.php*/
.hidden-tab {
	display: none;
}

/* Site notice */
.site-notice {
	display: block;
	width: 100%;
	padding: 1rem;
	color: white;
	background: #de2a2c;
	text-align: center;
}


/* See Updates-2023.md */
/* index.php */
  
.news {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.post {
	display: flex;
	flex-direction: column;
	background-color: #1E1E1E;
	color: #EBEBEB;
	margin-bottom: 1rem;
}

.post p {
	line-height: 1.7;
}

.post__content {
	padding: 1rem;
}

.post__title {
	margin-bottom: 0.5em;
	line-height: 1.2;
	color: #DE2A2A;
}

.news__pagnation {
	display: flex;
	justify-content: space-between;
}

.news__pagnation a {
	background-color: #DE2A2A;
	color: white;
	padding: 1rem 2rem;
}

@media only screen and (min-width: 980px) {

	.post {
		justify-content: center;
		min-height: 565px;
		position: relative;
	}

	.post__image {
		display: flex;
		height: 100%;
		width: calc(100% - 592px);
		position: absolute;
		right: 0;
		top: 0;
	}

	.post__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}

	.post__content {
		width: 592px;
		padding: 140px 80px;
	}

	.post__title {
		font-size: 38px;
	}
	
}

/* faq.php */
.faqs h2 {
	color: #DE2A2A;
	margin-bottom: 1.5em;
	font-size: 18px;
	letter-spacing: 0;
}

.faqs p {
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 1.5em;
}

.faqs .entry {
	padding-left: 0;
	padding-right: 0;
}

/* installs.php */
.free-installs-wrap { /*cant be called free installs as badge is named free-installs*/
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #EBEBEB;
}

.free-installs__content {
	max-width: 916px;
}

.free-installs__list {
	color: #EBEBEB;
	padding: 80px 0;
	width: 100%;
}

.list__title {
	text-align: center;
	margin-bottom: 1em;
	text-transform: uppercase;
}

@media only screen and (min-width: 980px) {
	.free-installs-wrap {
		flex-direction: row;
		justify-content: space-between;
	}
}

/* homepage.php */
.home {
	background-color: #C7C7C7;
}
.home .popular-products-section {
	background: transparent;
	position: relative;
	overflow-x: visible;
}
.home .popular-products-section::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -229px;
	content: "";
	background: linear-gradient(180deg, #363636 48%, rgba(199, 199, 199, 0) 100%);
	z-index: -2;
}
.video-section {
	color: white;
	position: relative;
	padding-top: 80px;
	height: 400px;
}

.video-section::after {
	content: "";
	position: absolute;
	top: -40px;
	bottom: -120px;
	background-image: url(../images/video-background.png);
	width: 100%;
	z-index: -3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -50px center;
}
.video-section__button {
	width: 100%;
	height: 290px;
	background-color: transparent;
	cursor: pointer;
}
@media only screen and (min-width: 1200px) {
	.video-section {
		height: 800px;
	}
	.video-section::after {
		background-size: unset;
		background-position: unset;
	}
	.video-section__button {
		width: 755px;
		height: 500px;
	}
}



.video-section__row {
	display: flex;
	justify-content: space-between;
}
.video-section__van {
	display: none;
}
@media only screen and (min-width: 1200px) {
	.video-section__van {
		width: calc(100% - 755px);
		position: relative;
		display: block;
	}
	.video-section__van img.van {
		position: absolute;
		left: 0;
		top: 0;
		max-width: unset;
		position: relative;
	}
}
.video-section__logo {
	display: none;
}
.video-section__logo img {
	width: 100%;
}

.video-section__badge {
	position: absolute;
	top: 165px;
	right: -42px;
	z-index: 30;
	width: 274px;
}

.home-content {
	padding-bottom: 2rem;
}

.home-content h2 {
	font-size: 22px;
	margin-bottom: 0;
	color: #363636;
	font-weight: bold;
}

.home-content p {
	line-height: 1.333333;
	letter-spacing: -0.025em;
}

.home-content__row {
	margin-bottom: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	flex-direction: column;
}

.home-content__top-row {
	margin-top: 100px;
}

.btn_grey {
	background-color: #5e5e5e;
}

.home-content__column {
	display: block;
	padding: 0 1rem;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.home-content__row {
		flex-direction: row;
	}	
	
	.home-content__row_double > div {
		width: 50%;
	}
}

@media only screen and (min-width: 1618px) {
	.video-section__van {
		width: 885px;
		position: relative;
	}

	.video-section__logo {
        position: absolute;
        bottom: -200px;
        left: 0;
        width: 793px;
		display: block;
	}
}

/* Video player */
.video-player__wrap {
    font-size: 14px;
    margin-bottom: 1rem;
}
.video-player {
    margin-bottom: 1rem;
}
.video-player__content {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.video-player__content img {
	z-index: 1;
}
.video-player__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 70px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.6s ease-out;
}
.video-player__btn i::before {
	box-shadow: 0px 0px 20px 0px #0F182F;
	border-radius: 100%;
}
.video-player__btn:hover {
	transform: translate(-50%, calc(-50% - 3px));
}
.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-background > div {
	max-width: 800px;
	width: 100%;
	padding: 1rem;
}

.embed_container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed_container iframe,
.embed_container object,
.embed_container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

