/*
Theme Name: HOMEALARMS
Theme URI: http://www.ansonika.com/homealarms/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents]

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Services
- 2.4 Quotation
- 2.5 Quotation wizard
- 2.6 Tips / faq
- 2.7 Contact us

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- Success submit
- etc

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/

@font-face {
	font-family: 'FuturaLT-CondensedExtraBold';
	src: url('fonts/FuturaLT-CondensedExtraBold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	height: auto;
}

body {
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Poppins', Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #333;
}
h3 {
	font-size: 22px;
}

label {
	font-weight: 500;
}

/*General links color*/
a {
	color: #06c;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}
a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

a.link_normal {
	position: relative;
	font-weight: 500;
}
a.link_normal:after {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	content: '\24';
	top: 3px;
	position: relative;
	margin-left: 3px;
}
p {
	margin: 0 0 25px 0;
}
strong {
	font-weight: 600;
}
.main_title {
	background-color: rgba(0, 37, 74, 0.8);
	display: inline-block;
	padding: 15px 15px 0 15px;
	position: absolute;
	margin-left: 15px;
	left: 0;
	bottom: 0;
	z-index: 9;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px dotted #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro,
.button_intro {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff !important;
	background: #1089ff;
	cursor: pointer;
	padding: 12px 35px;
	display: inline-block;
	outline: none;
	font-size: 13px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: none;
	transition: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.button_intro:hover,
.button_intro:hover {
	background: #06c;
}
a.btn_1,
.btn_1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #06c;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
	color: #555;
	background: none;
	border: 2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
	color: #fff;
	background: #e04f67;
	border: 2px solid #e04f67;
}
a.btn_1.medium,
.btn_1.medium {
	padding: 10px 25px;
	font-size: 14px;
}
a.btn_1:hover,
.btn_1:hover {
	background: #ff3333;
}
a.btn_quote {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #222;
	background: none;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #fecd1a;
	float: right;
	white-space: nowrap;
	text-shadow: none;
	margin-top: 5px;
}
a.btn_quote:hover {
	color: #222;
	background: #fdb827;
}
a.btn_full,
.btn_full {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	width: 100%;
	background: #06c;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
a.btn_full:hover,
.btn_full:hover {
	background: #ff3333;
}
a.btn_contact,
.btn_contact {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	width: 100%;
	background: #ff3333;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
a.btn_contact:hover,
.btn_contact:hover {
	background: #06c;
}

#17 - Testimonial ============================*/ .testimonial_area {
	overflow: hidden;
	position: relative;
}
@media (max-width: 1800px) and (min-width: 1600px),
	(min-width: 1350px),
	(min-width: 992px) and (max-width: 1200px) {
	.testimonial_area .testimonial_shape_2 {
		top: -170px;
	}
	.testimonial_area .testimonial_shape_1 {
		left: 30px;
		position: absolute;
		top: -170px;
		opacity: 0.6;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.testimonial_area .testimonial_shape_1,
	.testimonial_area .testimonial_shape_2 {
		width: 500px;
	}
}
.testimonial_area > .container {
	position: relative;
}
.testimonial_area .title_shape,
.testimonial_area .slide_number {
	position: absolute;
	left: -45px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
	color: #7c7f82;
	top: 50%;
	z-index: 2;
	cursor: vertical-text;
}
.testimonial_area .testimonial_slider_section .testimonial_slider_box {
	padding: 0 230px;
	margin-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.testimonial_area .testimonial_slider_section .testimonial_slider_box {
		padding: 0 30px;
	}
}
@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px) {
	.testimonial_area .testimonial_slider_section .testimonial_slider_box {
		padding: 0 20px;
	}
}
.testimonial_area
	.testimonial_slider_section
	.testimonial_slider_box
	.slide_number {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: -25px;
	top: 72%;
	float: right;
	margin-right: 20px;
}
.testimonial_area .testimonial_slider_section .testimonial_slider_box p {
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 30px;
}
@media only screen and (max-width: 384px), only screen and (max-width: 320px) {
	.testimonial_area .testimonial_slider_section .testimonial_slider_box p {
		font-size: 20px;
		line-height: 35px;
	}
}
.testimonial_area .testimonial_slider_section .testimonial_slider_box h3 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	color: #57b857;
}
.testimonial_area .testimonial_slider_section .testimonial_slider_box .skills {
	display: block;
	color: #7c7f82;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 20px;
}
.testimonial_area .testimonial_slider_section .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial_area .testimonial_slider_section .owl-dots button {
	margin: 0 10px;
	width: 90px;
	height: 90px;
	background: url(../images/testimonials/testimonial-1.jpg) center center
		no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	position: relative;
}
@media only screen and (max-width: 384px), only screen and (max-width: 320px) {
	.testimonial_area .testimonial_slider_section .owl-dots button {
		width: 60px;
		height: 60px;
	}
}
.testimonial_area .testimonial_slider_section .owl-dots button:before {
	content: '';
	width: 76px;
	height: 76px;
	background: #f2f2f2;
	position: absolute;
	left: 50%;
	top: -60px;
	border-radius: 50%;
	margin-left: -38px;
}
@media only screen and (max-width: 320px), only screen and (max-width: 384px) {
	.testimonial_area .testimonial_slider_section .owl-dots button:before {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		top: -50px;
	}
}
.testimonial_area .testimonial_slider_section .owl-dots button.active {
	width: 128px;
	height: 128px;
	opacity: 1;
}
@media only screen and (max-width: 384px), only screen and (max-width: 320px) {
	.testimonial_area .testimonial_slider_section .owl-dots button.active {
		width: 100px;
		height: 100px;
	}
}
.testimonial_area .testimonial_slider_section .owl-dots button:nth-child(2) {
	background: url(../images/testimonials/testimonial-1.jpg) center center
		no-repeat;
	background-size: cover;
}
.testimonial_area .testimonial_slider_section .owl-dots button:nth-child(3) {
	background: url(../images/testimonials/testimonial-1.jpg) center center
		no-repeat;
	background-size: cover;
}

/* =========================
#18 - Client
============================*/
.client_logo_area .client_slider_section .client_img_box img {
	width: 123px;
	margin: auto;
	opacity: 0.3;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.client_logo_area .client_slider_section .client_img_box img:hover {
	opacity: 1;
}

/* ===========================
#19 - Features
==============================*/
.feature_area .col-md-4:last-child .feature_box {
	margin-bottom: 0;
}
.feature_area .feature_box {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
	.feature_area .feature_box {
		margin-bottom: 30px;
	}
}
@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px) {
	.feature_area .feature_box {
		width: 65%;
		margin: auto auto 30px auto;
	}
}
@media only screen and (max-width: 320px), only screen and (max-width: 384px) {
	.feature_area .feature_box {
		width: 100%;
	}
}
.feature_area .feature_box .feature_box_details {
	border: 2px solid #f2f2f2;
	border-bottom: none;
	padding: 35px 35px 35px 40px;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.feature_area .feature_box .feature_box_details h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.feature_area .feature_box .feature_box_details p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #7b8083;
}
.feature_area .feature_box .feature_img {
	position: relative;
	background: #57b857 url('../images/features/feature-1.jpg') center center
		no-repeat;
	background-size: cover;
	height: 195px;
	width: 100%;
}
.feature_area .feature_box .feature_img.bg_2 {
	background: #57b857 url('../images/features/feature-1.jpg') center center
		no-repeat;
	background-size: cover;
}
.feature_area .feature_box .feature_img.bg_3 {
	background: #57b857 url('../images/features/feature-1.jpg') center center
		no-repeat;
	background-size: cover;
}
.feature_area .feature_box a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 18px 40px;
	background: #f2f2f2;
	color: #7b8083;
}
.feature_area .feature_box a:hover {
	color: #ffffff;
}
.feature_area .feature_box a:after,
.feature_area .feature_box a:before {
	background: #57b857;
}
.feature_area .feature_box:hover {
	-webkit-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
	-ms-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
	-o-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
	-moz-box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
	box-shadow: 0 0 30px rgba(52, 55, 58, 0.1);
}
.feature_area .feature_box:hover .feature_box_details {
	border-left: 2px solid #57b857;
	border-top: 2px solid #57b857;
	border-right: 2px solid #ffffff;
}
.feature_area .feature_box:hover a {
	color: #ffffff;
}
.feature_area .feature_box:hover a:after,
.feature_area .feature_box:hover a:before {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	visibility: visible;
}

.feature_action_area {
	position: relative;
}
.feature_action_area:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 916px;
	height: 100%;
	background: url('../images/feature-action-bg.png') center left no-repeat;
	background-size: cover;
	opacity: 0.15;
}
@media (min-width: 768px) and (max-width: 991px),
	(min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 320px),
	only screen and (max-width: 384px) {
	.feature_action_area:before {
		height: 500px;
		width: 100%;
	}
}
@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 320px),
	only screen and (max-width: 384px) {
	.feature_action_area .pl_0 {
		padding-left: 15px;
	}
}
.feature_action_area .feature_action_left {
	position: relative;
	margin-right: 35px;
}
@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 384px),
	only screen and (max-width: 320px) {
	.feature_action_area .feature_action_left {
		margin-right: 0;
	}
}
.feature_action_area .feature_action_left .img_box {
	background: url('../images/feature-action.jpg') center right no-repeat;
	background-size: cover;
	width: 470px;
	height: 506px;
	border-left: 2px solid #57b857;
	border-top: 2px solid #57b857;
}
@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 384px),
	only screen and (max-width: 320px) {
	.feature_action_area .feature_action_left .img_box {
		width: 100%;
	}
}
.feature_action_area .feature_action_left .activity_title {
	width: 328px;
	height: 120px;
	background: #2f3437;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: -30px;
	padding: 30px 40px;
}
@media only screen and (max-width: 384px), only screen and (max-width: 320px) {
	.feature_action_area .feature_action_left .activity_title {
		width: 100%;
		padding: 15px 30px;
	}
}
.feature_action_area .feature_action_left .activity_title span {
	color: #57b857;
}
@media (min-width: 768px) and (max-width: 991px),
	(min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 320px),
	only screen and (max-width: 384px) {
	.feature_action_area .feature_action_right {
		margin-top: 80px;
	}
}
.feature_action_area .feature_action_right .hero_section_title h4:before {
	left: 0;
	margin-left: 0;
}
.feature_action_area .feature_action_right .hero_section_title h1 {
	font-weight: 500;
}
.feature_action_area .feature_action_right ul li {
	font-size: 18px;
	line-height: 30px;
	color: #7c7f82;
	font-weight: 300;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.feature_action_area .feature_action_right ul li i {
	font-size: 28px;
	color: #57b857;
	margin-right: 15px;
}
.feature_action_area .feature_action_right ul li:last-child {
	margin-bottom: 0;
}

@media (min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px) {
	.system_feature_area .system_feature_left {
		margin-bottom: 30px;
	}
}
.system_feature_area .system_feature_left .system_feature_box {
	background: #ffffff;
	border: 2px solid #f2f2f2;
	padding: 34px 35px 30px 35px;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.system_feature_area .system_feature_left .system_feature_box h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 15px;
}
.system_feature_area .system_feature_left .system_feature_box h3 a {
	color: #2f3437;
	text-decoration: none;
}
.system_feature_area .system_feature_left .system_feature_box p {
	line-height: 30px;
	color: #7b8083;
	font-weight: 400;
}
.system_feature_area .system_feature_left .system_feature_box:hover {
	border-left-color: #57b857;
	border-top-color: #57b857;
	-webkit-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
	-ms-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
	-o-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
	-moz-box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
	box-shadow: 0 0 30px rgba(47, 52, 55, 0.1);
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
.system_feature_area .system_feature_left .system_feature_box:hover h3 a {
	color: #57b857;
}
.system_feature_area .system_feature_middle img {
	width: 470px;
}
@media (min-width: 992px) and (max-width: 1200px),
	(min-width: 768px) and (max-width: 991px),
	(min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 384px),
	only screen and (max-width: 320px) {
	.system_feature_area .system_feature_middle img {
		width: 100%;
	}
}
.system_feature_area .system_feature_right {
	background: #57b857;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 464px;
	padding: 42px 50px 50px 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.system_feature_area .system_feature_right {
		padding: 42px 20px 50px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px),
	(min-width: 481px) and (max-width: 767px),
	only screen and (max-width: 480px),
	only screen and (max-width: 384px),
	only screen and (max-width: 320px) {
	.system_feature_area .system_feature_right {
		padding: 37px 45px 30px 45px;
		margin-top: 20px;
		height: 295px;
	}
}
@media only screen and (max-width: 320px), only screen and (max-width: 320px) {
	.system_feature_area .system_feature_right {
		height: 330px;
	}
}
.system_feature_area .system_feature_right h1 {
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}
.system_feature_area .system_feature_right a {
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 13px;
}

/* =========================
/*-------- 1.3 Structure --------*/
/* Header */
#tag_line {
	font-size: 13px;
}
a#phone_top {
	position: relative;
	font-weight: 600;
	margin-right: 10px;
	color: #ff3333 !important;
	padding-left: 22px;
}
a#phone_top:hover {
	color: #333 !important;
}
a#phone_top:before {
	font-family: 'ElegantIcons';
	content: '\e090';
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -1px;
}
#opening {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
#opening:before {
	font-family: 'ElegantIcons';
	content: '\7d';
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}
#logo {
	margin-top: 10px;
}
header {
	width: 100%;
	padding: 0 0 0 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 99999;
	position: fixed;
	left: 0;
	top: 0;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

nav {
	margin-top: 20px;
}
#top_line {
	font-size: 12px;
	background-color: #f3f3f3;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	visibility: visible;
	opacity: 1;
	padding: 8px 0;
	margin-bottom: 5px;
}
ul#top_links {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
	float: right;
}
ul#top_links li {
	display: inline-block;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	padding-left: 8px;
}
ul#top_links li:first-child {
	border-left: none;
	padding-left: 0;
}
ul#top_links a {
	color: #555;
}
ul#top_links a:hover {
	color: #ff3333;
}
/*Animate Sticky header*/
.animated {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity;
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
}

@-moz-keyframes swingOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
}

@-o-keyframes swingOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
	}
	100% {
		transform: perspective(400px) rotateX(-90deg);
	}
}

.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-100%);
	}
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-100%);
	}
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown;
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0);
	}
	100% {
		-moz-transform: translateY(-100%);
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0);
	}
	100% {
		-o-transform: translateY(-100%);
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	80% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	80% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	30% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	30% {
		opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

.parallax_window_in {
	height: 550px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 2;
}
.parallax_window_in.short {
	height: 350px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 2;
}
#sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: middle;
	text-align: right;
}
.parallax_window_in.short #sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: bottom;
	text-align: left;
	background: rgba(0, 0, 0, 0.7);
}
#sub_content_in h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0;
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

/* Main area  */
main {
	background: #fff;
	position: relative;
	z-index: 1;
}
/* Footer  */
footer:not(.customer-testimonial-card__author) {
	background: #222;
	color: rgba(255, 255, 255, 0.6);
	padding: 30px 0 0 0;
	position: relative !important;
	bottom: auto !important;
	width: auto !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	z-index: 2;
	clear: both;
}
footer h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

footer a {
	color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
	color: rgba(255, 255, 255, 1);
}
#logo_footer {
	margin: 12px 0 15px 0;
}
footer ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
#social_footer {
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 10px;
}
#social_footer p {
	font-size: 12px;
	color: #8c8c8c;
}
#social_footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#social_footer ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
#social_footer ul li a {
	color: #fff;
	text-align: center;
	line-height: 36px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	background-color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover {
	background: #fff;
	color: #ff3333;
}
#contact_bg {
	background: url(../img/map_footer.png) no-repeat bottom center;
}
ul#contact_details_footer {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul#contact_details_footer li {
	margin-bottom: 20px;
}
ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
	position: relative;
	padding-left: 30px;
}
#address_footer:before,
#phone_footer:before,
#email_footer:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	left: 0;
	top: -5px;
	color: #068fff;
}

#Branch_footer:before {
	content: '\e081';
}

#chat_footer:before {
	content: '\e009';
}

#address_footer:before {
	content: '\e009';
}
#phone_footer:before {
	content: '\e00b';
}
#email_footer:before {
	content: '\e010';
	top: -8px;
}
#copy {
	background-color: #1e1e1e;
	padding: 10px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}
#copy a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: underline;
}
#copy a:hover {
	color: #fff;
}
.footer-legal-links {
	display: block;
	margin-top: 6px;
	line-height: 1.8;
}
@media (max-width: 767px) {
	#copy .container {
		text-align: center;
	}
	.footer-legal-links {
		margin-top: 10px;
	}
}
.footer-legal-sep {
	margin: 0 8px;
	opacity: 0.45;
}
.legal-modal-body h5 {
	margin: 18px 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
.legal-modal-body p,
.legal-modal-body ul {
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}
.legal-modal-body ul {
	padding-left: 20px;
	margin-bottom: 12px;
}
.legal-page h1 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 600;
	color: #222;
}
.legal-page__back {
	margin-top: 28px;
	font-size: 14px;
}
.legal-page__back a {
	color: #1e90ff;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#full-slider-wrapper {
	margin-top: 98px;
}
#layerslider {
	font-family: 'FuturaLT-CondensedExtraBold', 'Arial Narrow', sans-serif;
}
#layerslider .ls-banner-neon-wrap {
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 3vw 7%;
	box-sizing: border-box;
	z-index: 4;
}
#layerslider .ls-banner-trust,
#layerslider .ls-banner-neon {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: contain;
	object-position: center center;
	display: block;
}
#layerslider .ls-banner-trust {
	max-width: min(780px, 94%);
	max-height: 70%;
	transform: translateX(1.5%) scale(0.672);
}
#layerslider .ls-banner-neon {
	max-width: min(920px, 100%);
	max-height: 70%;
	transform: translateX(1.5%) scale(0.83);
}
#layerslider .ls-banner-headline.ls-banner-text-hidden,
#layerslider .ls-banner-subtitle.ls-banner-text-hidden {
	display: none !important;
	visibility: hidden !important;
}
#layerslider .ls-banner-headline {
	font-family: 'FuturaLT-CondensedExtraBold', 'Arial Narrow', sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	font-size: min(max(52px, 9vw), 135px);
	letter-spacing: -0.07em;
	color: #f8f9fa;
	z-index: 2;
}
#layerslider .ls-banner-subtitle {
	font-family: 'FuturaLT-CondensedExtraBold', 'Arial Narrow', sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	font-size: max(20px, 2.4vw);
	line-height: 1.3;
	letter-spacing: -0.04em;
	color: #f8f9fa;
	text-align: center;
	margin: 0;
	padding: 0 16px;
	box-sizing: border-box;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	top: 78% !important;
	z-index: 3;
}
@media (min-width: 992px) {
	#layerslider .ls-banner-subtitle {
		top: 81% !important;
	}
}
@media (min-width: 1400px) {
	#layerslider .ls-banner-subtitle {
		top: 84% !important;
	}
}
@media (max-width: 767px) {
	#layerslider .ls-banner-neon-wrap {
		padding-bottom: 10%;
	}
	#layerslider .ls-banner-trust,
	#layerslider .ls-banner-neon {
		max-width: 98vw;
		max-height: 64%;
	}
	#layerslider .ls-banner-trust {
		transform: translateX(1.5%) scale(0.761);
	}
	#layerslider .ls-banner-neon {
		transform: translateX(1.5%) scale(0.94);
	}
}
#layerslider .ls-banner-headline,
#layerslider .ls-banner-subtitle {
	-webkit-text-stroke: 1.5px #495057;
	paint-order: stroke fill;
}

.demo-intro-section {
	position: relative;
	z-index: 2;
	overflow: visible;
	isolation: isolate;
}
.demo-video-preview {
	position: relative;
	width: 72%;
	max-width: 480px;
	margin: 15px auto 0;
	transition: width 0.05s linear, max-width 0.05s linear, margin 0.05s linear;
}
@media (max-width: 991px) {
	.demo-intro-section {
		padding-top: 32px;
		padding-bottom: 8px;
	}
	.demo-intro-section .demo-video-preview {
		margin-top: 6px;
		margin-bottom: 0;
	}
	.demo-intro-section #intro > p {
		margin-bottom: 0;
	}
	.demo-intro-section #intro h1:has(+ h4) {
		margin-bottom: 0.1em;
	}
	.demo-intro-section #intro h4 + .lead {
		margin-bottom: 0.35em;
	}
	.demo-intro-section + #get_quote {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.demo-intro-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.demo-video-preview-inner {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	transform: skewY(-12deg);
	transform-origin: center center;
	will-change: transform;
	width: 100%;
	aspect-ratio: 16 / 9;
}
@media (min-width: 992px) {
	.demo-video-preview {
		overflow: visible;
		z-index: 2;
	}
	.demo-intro-section #intro h1,
	.demo-intro-section #intro h4,
	.demo-intro-section #intro .lead {
		position: relative;
		z-index: 3;
	}
	.demo-intro-section + #get_quote {
		position: relative;
		z-index: 1;
	}
}
.demo-video-preview-inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}
.demo-video-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
	opacity: 0.95;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.demo-video-play i:before {
	margin: 0;
}
.demo-video-play:hover,
.demo-video-play:focus {
	color: #fff;
	opacity: 1;
}
.demo-video-play:hover i,
.demo-video-play:focus i {
	transform: scale(1.08);
}
.demo-video-play-icon {
	display: inline-block;
	transition: transform 0.2s ease;
}

.crime-prevent-video {
	width: 100%;
	max-width: 963px;
	margin: 0 auto;
	line-height: 0;
}
.crime-prevent-video__container {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	background: #fff;
	aspect-ratio: 963 / 487;
	isolation: isolate;
	transform: translateZ(0);
	clip-path: inset(0 round 25px);
}
.crime-prevent-video__poster,
.crime-prevent-video__player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 25px;
	backface-visibility: hidden;
}
.crime-prevent-video__poster {
	z-index: 2;
	transition: opacity 250ms ease;
}
.crime-prevent-video.is-playing .crime-prevent-video__poster,
.crime-prevent-video.has-played .crime-prevent-video__poster {
	opacity: 0;
	pointer-events: none;
}
.crime-prevent-video__player {
	z-index: 1;
	background: #fff;
}
.crime-prevent-video__mute {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 250ms ease;
}
.crime-prevent-video.is-playing .crime-prevent-video__container:hover .crime-prevent-video__mute,
.crime-prevent-video.is-playing .crime-prevent-video__container:focus-within .crime-prevent-video__mute {
	opacity: 1;
	pointer-events: auto;
}
.crime-prevent-video__mute-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.crime-prevent-video__mute-icon img {
	display: block;
	width: 72px;
	height: 72px;
	filter: brightness(0) invert(1);
	opacity: 0.75;
}
.crime-prevent-video__mute-icon--on {
	display: none;
}
.crime-prevent-video.is-unmuted .crime-prevent-video__mute-icon--off {
	display: none;
}
.crime-prevent-video.is-unmuted .crime-prevent-video__mute-icon--on {
	display: flex;
}
.crime-prevent-video__replay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: none;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.crime-prevent-video.is-replay .crime-prevent-video__replay {
	display: flex;
}
.crime-prevent-video.is-replay .crime-prevent-video__mute {
	display: none;
}
.crime-prevent-video__replay img {
	display: block;
	width: 72px;
	height: 72px;
	filter: brightness(0) invert(1);
	opacity: 0.75;
}
@media (max-width: 767px) {
	.crime-prevent-video__container {
		border-radius: 25px;
		aspect-ratio: 336 / 170;
	}
	.crime-prevent-video__mute-icon img {
		width: 60px;
		height: 60px;
	}
	.crime-prevent-video__replay img {
		width: 60px;
		height: 60px;
	}
}
#intro h1:has(+ h4) {
	margin-bottom: 0.15em;
}
#intro h4 + .lead {
	margin-top: 0;
	margin-bottom: 0;
}
.lead + #crime_prevent_video {
	margin-top: 0;
}
#crime_prevent_video {
	margin-bottom: 0;
}
#crime_prevent_video + .lead {
	margin-top: 8px;
}

/* Feature Explainers — vertical Reels / Shorts carousel */
.feature-reels-section {
	padding: 50px 0 60px;
	background: #0f1115;
	overflow: hidden;
}
.feature-reels-title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
}
.feature-reels-subtitle {
	max-width: 640px;
	margin: 0 auto 36px;
	text-align: center;
	font-size: 16px;
	line-height: 1.55;
	color: #b8bec8;
}
.feature-reel-card {
	padding: 0 6px 10px;
}
.feature-reel-frame {
	position: relative;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 18px;
	background: #000;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
	border: 2px solid rgba(255, 255, 255, 0.08);
	cursor: pointer;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.feature-reel-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	background: #111;
}
.owl-item.active.center .feature-reel-frame {
	border-color: rgba(30, 144, 255, 0.65);
	box-shadow: 0 16px 40px rgba(30, 144, 255, 0.22);
}
@media (min-width: 768px) {
	.owl-item.active.center .feature-reel-frame {
		transform: scale(1.06);
	}
}
.feature-reel-expand {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	z-index: 3;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	font-size: 26px;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
	transition: background 0.2s ease, transform 0.2s ease, opacity 0.25s ease;
}
.feature-reel-frame:hover .feature-reel-expand,
.feature-reel-frame:focus .feature-reel-expand {
	opacity: 0.95;
}
.feature-reel-expand i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.feature-reel-expand i:before {
	margin: 0;
}
.feature-reel-expand:hover,
.feature-reel-expand:focus {
	background: #1e90ff;
	color: #fff;
	transform: translate(-50%, -50%) scale(1.08);
}
.feature-reel-frame:focus {
	outline: none;
}
.feature-reel-frame:focus-visible {
	box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.45);
}
.feature-reel-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 48px 14px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}
.feature-reel-playhint {
	display: none;
}
.feature-reel-frame:not(.is-playing)::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}
.feature-reel-frame.is-playing::after {
	display: none;
}
.feature-reel-caption {
	max-width: 220px;
	margin: 12px auto 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	color: #9aa3af;
}
.owl-item.active.center .feature-reel-caption {
	color: #dce3ea;
}
.feature-reels-carousel.owl-carousel .owl-nav {
	margin-top: 28px;
}
.feature-reels-carousel.owl-carousel .owl-nav button.owl-prev,
.feature-reels-carousel.owl-carousel .owl-nav button.owl-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 28px;
	line-height: 42px;
	color: #fff !important;
}
.feature-reels-carousel.owl-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: 4px;
}
.feature-reels-carousel.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: 4px;
}
.feature-reels-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.feature-reels-carousel.owl-carousel .owl-nav button.owl-next:hover {
	background: #1e90ff !important;
	border-color: #1e90ff;
}
.feature-reels-carousel.owl-carousel .owl-dots {
	margin-top: 18px;
	text-align: center;
}
.feature-reels-carousel.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 4px 5px;
	background: rgba(255, 255, 255, 0.35);
}
.feature-reels-carousel.owl-carousel .owl-dots .owl-dot.active span,
.feature-reels-carousel.owl-carousel .owl-dots .owl-dot:hover span {
	background: #1e90ff;
}
.feature-reels-carousel.owl-carousel .owl-item video.feature-reel-video {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
}
@media (max-width: 767px) {
	.feature-reels-section {
		padding: 40px 0 48px;
	}
	.feature-reels-title {
		font-size: 22px;
	}
	.feature-reels-subtitle {
		font-size: 14px;
		margin-bottom: 28px;
		padding: 0 12px;
	}
	.feature-reel-frame {
		max-width: 200px;
		border-radius: 16px;
	}
	.feature-reels-carousel.owl-carousel .owl-stage-outer {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.owl-item.active.center .feature-reel-frame {
		transform: none;
	}
}

/* Demo video popup — darker page backdrop when playing */
.mfp-bg.mfp-demo-video-bg {
	opacity: 0.93;
}
.mfp-wrap.mfp-demo-video .mfp-container.mfp-iframe-holder .mfp-content {
	max-width: min(960px, 92vw);
}
.mfp-wrap.mfp-demo-video .mfp-iframe-scaler iframe {
	background: #000;
}

/* Portrait popup (9:16) for feature reel full videos */
.mfp-wrap.mfp-portrait-video .mfp-container.mfp-iframe-holder .mfp-content {
	width: min(420px, calc((100vh - 80px) * 9 / 16), 92vw);
	max-width: min(420px, calc((100vh - 80px) * 9 / 16), 92vw);
	margin-left: auto;
	margin-right: auto;
}
.mfp-wrap.mfp-portrait-video .mfp-iframe-scaler {
	width: 100%;
	height: 0;
	padding-top: 177.7778%;
}
@media (min-width: 768px) {
	.mfp-wrap.mfp-portrait-video .mfp-container.mfp-iframe-holder {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.mfp-wrap.mfp-portrait-video .mfp-container.mfp-iframe-holder .mfp-content {
		width: min(280px, calc((100vh - 96px) * 9 / 16));
		max-width: min(280px, calc((100vh - 96px) * 9 / 16));
	}
	.mfp-wrap.mfp-portrait-video .mfp-container.mfp-iframe-holder .mfp-close {
		top: -8px;
	}
}
.mfp-wrap.mfp-portrait-video .mfp-arrow {
	display: none;
}
.mfp-wrap.mfp-portrait-video .mfp-container.mfp-iframe-holder::after {
	content: "Swipe up / left for next video";
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
	pointer-events: none;
}

/* Brand comparison (Atomberg-style) */
.brand-compare-section {
	position: relative;
	padding: 56px 0 64px;
	background: #eef2f6 url("../img/pattern_lines.png") repeat;
	overflow: hidden;
}
#brand_compare_2 .container {
	text-align: center;
}
#brand_compare_2 .brand-compare-table-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 960px;
}
.brand-compare-badge {
	display: inline-block;
	margin-bottom: 28px;
	padding: 12px 28px;
	border-radius: 999px;
	background: #1e90ff;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 8px 24px rgba(30, 144, 255, 0.28);
}
.brand-compare-table-wrap {
	border: 2px solid #1e90ff;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}
.brand-compare-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.brand-compare-col-feature {
	width: 46%;
}
.brand-compare-col-brand {
	width: 18%;
}
.brand-compare-images-row th {
	padding: 18px 10px 8px;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 0;
	vertical-align: bottom;
}
.brand-compare-image-spacer {
	background: rgba(255, 255, 255, 0.92);
}
.brand-compare-image-cell {
	text-align: center;
}
.brand-compare-image-cell img {
	display: block;
	max-width: 100px;
	max-height: 110px;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}
.brand-compare-header-row th {
	padding: 12px 14px 16px;
	background: #f5c518;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.brand-compare-header-row th:first-child {
	text-align: center;
	padding-left: 14px;
}
.brand-compare-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.brand-compare-table tbody tr:last-child {
	border-bottom: 0;
}
.brand-compare-table tbody tr:nth-child(even) {
	background: rgba(248, 250, 252, 0.85);
}
.brand-compare-table tbody th[scope="row"] {
	padding: 18px 22px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
.brand-compare-table tbody th[scope="row"] strong {
	display: inline;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: #111;
}
.brand-compare-feature-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}
.brand-compare-feature-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 0.25em;
	border-radius: 50%;
	background: #e8ecef;
	color: #111;
	font-size: 14px;
	line-height: 1;
}
.brand-compare-feature-icon:before {
	margin: 0;
}
.brand-compare-table tbody th[scope="row"] span {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #5c6570;
	font-weight: 400;
}
.brand-compare-table tbody td {
	padding: 18px 10px;
	text-align: center;
	vertical-align: middle;
}
.brand-compare-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
}
.brand-compare-icon i:before {
	margin: 0;
}
.brand-compare-icon--yes {
	background: #1e90ff;
	color: #fff;
}
.brand-compare-icon--no {
	background: #111;
	color: #fff;
}
.brand-compare-value {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.brand-compare-value-text {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color: #5c6570;
	text-align: center;
}
.brand-compare-value:has(.brand-compare-icon--yes) .brand-compare-value-text {
	color: #1e90ff;
}
@media (max-width: 991px) {
	.brand-compare-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.brand-compare-table {
		min-width: 640px;
	}
	#brand_compare_2 .brand-compare-table-wrap {
		overflow: hidden;
		border-radius: 16px;
	}
	#brand_compare_2 .brand-compare-table {
		min-width: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.brand-compare-section {
		padding: 40px 0 48px;
	}
	.brand-compare-badge {
		font-size: 18px;
		padding: 10px 22px;
	}
	.brand-compare-table tbody td {
		padding: 12px 6px;
	}
	.brand-compare-icon {
		width: 24px;
		height: 24px;
		font-size: 11px;
	}
	.brand-compare-value {
		gap: 4px;
	}
	.brand-compare-value-text {
		font-size: 10px;
		line-height: 1.2;
	}
	.brand-compare-feature-label {
		gap: 0;
	}
	.brand-compare-feature-icon {
		margin-right: 0.25em;
		width: 24px;
		height: 24px;
		font-size: 11px;
	}
	.brand-compare-table tbody th[scope="row"] strong {
		font-size: 13px;
	}

	#brand_compare_2.brand-compare-section {
		padding: 36px 0 48px;
	}
	#brand_compare_2 .brand-compare-badge {
		margin-bottom: 20px;
		font-size: 16px;
		padding: 8px 18px;
	}
	#brand_compare_2 .brand-compare-table-wrap {
		overflow: hidden;
		max-height: none;
		border-radius: 16px;
	}
	#brand_compare_2 .brand-compare-table {
		min-width: 0;
	}
	#brand_compare_2 .brand-compare-feature-label {
		display: flex;
		justify-content: center;
	}
	#brand_compare_2 .brand-compare-images-row th:first-child {
		border-top-left-radius: 14px;
	}
	#brand_compare_2 .brand-compare-images-row th:last-child {
		border-top-right-radius: 14px;
	}
	#brand_compare_2 .brand-compare-table tbody tr:last-child th[scope="row"] {
		border-bottom-left-radius: 14px;
	}
	#brand_compare_2 .brand-compare-table tbody tr:last-child td:last-child {
		border-bottom-right-radius: 14px;
	}
	#brand_compare_2 .brand-compare-col-feature {
		width: 34%;
	}
	#brand_compare_2 .brand-compare-col-brand {
		width: 22%;
	}
	#brand_compare_2 .brand-compare-images-row th {
		padding: 12px 6px 6px;
	}
	#brand_compare_2 .brand-compare-header-row th {
		padding: 8px 6px 10px;
		font-size: 11px;
		line-height: 1.2;
	}
	#brand_compare_2 .brand-compare-header-row th:first-child {
		padding-left: 10px;
		text-align: center;
	}
	#brand_compare_2 .brand-compare-image-cell img {
		max-width: 56px;
		max-height: 58px;
	}
	#brand_compare_2 .brand-compare-table tbody th[scope="row"] {
		padding: 11px 10px;
	}
	#brand_compare_2 .brand-compare-table tbody th[scope="row"] strong {
		font-size: 12px;
		line-height: 1.25;
	}
	#brand_compare_2 .brand-compare-feature-label {
		gap: 0;
	}
	#brand_compare_2 .brand-compare-feature-icon {
		margin-right: 0.25em;
		width: 24px;
		height: 24px;
		font-size: 11px;
	}
	#brand_compare_2 .brand-compare-table tbody td {
		padding: 11px 4px;
	}
	#brand_compare_2 .brand-compare-icon {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}
	#brand_compare_2 .brand-compare-value {
		gap: 3px;
	}
	#brand_compare_2 .brand-compare-value-text {
		font-size: 9px;
		line-height: 1.15;
	}
}

.get_quote-survey-cta {
	margin-bottom: 0 !important;
}
hr + .get_quote-survey-cta {
	margin-top: 0;
}
#get_quote {
	background: #1e90ff;
	padding: 30px 0;
	color: #fff;
	margin-bottom: 2rem !important;
}
#get_quote1 {
	background: #07689f;
	padding: 30px 0;
	color: #fff;
}
#get_quote1 h3 {
	color: #fff;
	margin: 5px 0 0 0;
	font-size: 32px;
	font-weight: 300;
}
#get_quote h3 {
	color: #fff;
	margin: 5px 0 0 0;
	font-size: 32px;
	font-weight: 300;
}
.get_quote-survey-cta h3 {
	margin-bottom: 4px;
}
@media (min-width: 992px) {
	.get_quote-survey-cta > .container > .row {
		display: flex;
		align-items: center;
	}
	.get_quote-survey-cta > .container > .row > .col-md-9,
	.get_quote-survey-cta > .container > .row > .col-md-3 {
		float: none;
	}
	.survey-cta-content {
		display: flex;
		align-items: center;
		gap: 24px 32px;
		width: 100%;
	}
	.get_quote-survey-cta h3 {
		margin: 0;
		flex: 0 0 auto;
		max-width: 300px;
		line-height: 1.15;
	}
	.survey-cta-countdown {
		margin-top: 0;
		flex: 0 0 auto;
	}
	.get_quote-survey-cta .col-md-3 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-top: 0;
	}
	.get_quote-survey-cta .col-md-3 .btn_quote {
		float: none;
		margin-top: 0;
	}
}
.survey-cta-countdown {
	margin-top: 8px;
}
.survey-cta-countdown__label {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.88);
}
.survey-cta-countdown__clock {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 8px;
	justify-content: start;
	align-items: end;
	width: fit-content;
}
.survey-cta-countdown__value {
	grid-row: 1;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	min-width: 2.4ch;
}
.survey-cta-countdown__sep {
	grid-row: 1;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding-bottom: 2px;
}
.survey-cta-countdown__unit-label {
	grid-row: 2;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}
.survey-cta-countdown__label-spacer {
	grid-row: 2;
}
.survey-cta-countdown__date {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 767px) {
	.get_quote-survey-cta .row {
		text-align: center;
	}
	.get_quote-survey-cta .btn_quote {
		margin-top: 14px;
	}
	.survey-cta-countdown__clock {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		column-gap: 10px;
		row-gap: 6px;
	}
	.survey-cta-countdown__value,
	.survey-cta-countdown__sep {
		font-size: 36px;
	}
	.survey-cta-countdown__unit-label {
		font-size: 16px;
	}
	.survey-cta-countdown__label,
	.survey-cta-countdown__date {
		font-size: 12px;
	}
}
.box_style_1.home {
	padding: 20px;
	padding-bottom: 5px;
}
.box_style_1.home ul.feat li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.box_style_1.home ul.feat li p {
	margin-bottom: 15px;
}
.box_style_1.home ul.feat li:last-child {
	border-bottom: 0;
}
.box_style_1.home ul.feat li:last-child p {
	margin-bottom: 0;
}
.box_style_1.home h3 {
	background-color: #333;
	text-align: center;
	color: #fff;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 18px;
	margin: -20px -20px 20px -20px;
	border-bottom: 2px solid #fff;
}
#how_to {
	background: #629976 url(../img/pattern_green.png) repeat;
	padding: 60px 0 30px 0;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: 500;
}
#how_to h3 {
	font-family: 'Gochi Hand', cursive;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
}
#how_to h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #ffc;
}
#how_to h4:before,
#how_to h4:after {
	display: inline-block;
	width: 20px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}
#how_to h4:before {
	margin-right: 10px;
}
#how_to h4:after {
	margin-left: 10px;
}
#feat_home {
	background-color: #f3f3f3;
}
.box_feat_2 {
	text-align: center;
	padding: 30px 30px 0 30px;
}
.box_feat_2 h3 {
	color: #629976;
}
.box_feat {
	position: relative;
	margin-bottom: 35px;
	padding-left: 110px;
	color: #555;
}
.box_feat h3 {
	margin-bottom: 7px;
}
.box_feat span {
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	border-radius: 60px;
	text-align: center;
	line-height: 60px;
}

#feat_home h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0;
}
.phone_feat {
	text-align: center;
	font-size: 24px;
	margin: 0 0 -15px 0;
}
.phone_feat a {
	color: #ff3333;
	font-weight: 700;
}
.phone_feat a:hover {
	color: #222;
}
.intro_title {
	display: table-cell;
	vertical-align: middle;
}
.intro_title h1 {
	font-size: 45px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.header-video {
	position: relative;
	overflow: hidden;
	background: #000;
}
#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
}
#hero_video > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}
#hero_video > div h3 {
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 90px 0 5px 0;
	color: #fff;
}
#hero_video > div p {
	font-size: 28px;
	margin-bottom: 45px;
}
#hero_video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
	width: 100%;
}
iframe {
	height: 100%;
	width: 100%;
}
video {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
video.lazy-section-video,
#intro video.img-responsive {
	position: relative;
	z-index: auto;
	opacity: 1;
}
.teaser-video {
	width: 100%;
	height: auto;
}
.header-video--media {
	width: 100%;
	height: auto;
}

.intro_title_booking {
	margin-top: 170px;
}
.intro_title_booking h2 {
	font-size: 46px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.intro_title_booking p {
	color: #fff;
	font-size: 21px;
}
#booking_container {
	position: relative;
	height: 700px;
	padding-top: 155px;
	background: #ccc url(../img/slides/slide_1.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	width: 100%;
	z-index: 99;
	border-bottom: 3px solid #ff3333;
}
#book {
	background: rgba(0, 0, 0, 0.75);
	padding: 30px;
	padding-bottom: 10px;
	position: relative;
}
#book .form-control {
	border: 0;
}
#book .loader,
#book_in .loader {
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.error_message {
	margin: 0 0 5px 0;
	padding: 0;
	color: #c33;
	display: inline-block;
	font-weight: 600;
}
#book .error_message {
	color: #ff9;
}
#book h3 {
	color: #fff;
	margin-top: 0;
	font-weight: 300;
	font-size: 26px;
}
#book p {
	opacity: 0.8;
}

/*-------- 2.2 About us --------*/
#intro {
	text-align: center;
}
#intro h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}

ul.feat#about {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
ul.feat#about li {
	margin-bottom: 20px;
	padding: 20px 25px 10px 85px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}
ul.feat#about li h4 {
	color: #362f2d;
}
ul.feat#about li p {
	margin-bottom: 20px;
}
ul.feat#about li i {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 42px;
	color: #ff3333;
}
.promo_full_wp div h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000000;
	margin-bottom: 30px;
}
.promo_full_wp div h3 span {
	color: #000000;
	display: block;
	text-transform: none;
	font-size: 24px;
}
.promo_full {
	height: auto;
	background: url(../img/promo_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.promo_full_wp {
	display: table;
	width: 100%;
	height: auto;
}
.promo_full_wp > div {
	display: table-cell;
	padding: 5% 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: content-box;
}
.box_overlay {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 25px 25px 25px 225px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-size: 14px;
	text-align: left;
	min-height: 125px;
}
.pic {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 190px;
	height: 80px;
}
.pic h4 {
	position: absolute;
	left: 95px;
	top: 18px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}
.pic h4 small {
	display: block;
	color: #000000;
	margin-top: 3px;
}
.pic figure {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.pic figure img {
	width: 80px;
	height: auto;
	border: 5px solid rgba(0, 0, 0, 0.2);
}
.comment {
	padding-left: 25px;
	font-style: italic;
	line-height: 1.3;
	font-size: 16px;
	color: #000000;
}
.team-item-img {
	position: relative;
}
.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: hidden;
}
.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px;
}
.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px;
}
.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.team-item-detail-inner .social li a {
	color: #fff;
}
.team-item-detail-inner .social li a:hover {
	color: #ff3333;
}
.team-item-info {
	padding-top: 15px;
	text-align: center;
}
.team-item-info h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
}

/* Customer testimonials — text cards (matches original testimonial alignment) */
.customer-testimonials {
	margin-bottom: 20px;
}
.customer-testimonials .team-carousel--reviews .team-item {
	padding: 0 8px;
}
.customer-testimonial-card {
	height: 100%;
}
.customer-testimonials .team-carousel--reviews .team-item,
.customer-testimonials .team-carousel--reviews .customer-testimonial-card {
	height: 100%;
}
.customer-testimonial-card__inner {
	position: relative;
	height: 100%;
	min-height: 440px;
	padding: 34px 18px 14px;
	border-radius: 6px;
	background: #f4f7f9;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.customer-testimonial-card__inner::after {
	content: "";
	display: block;
	flex: 1 1 auto;
	min-height: 10px;
}
.customer-testimonial-card__google {
	position: absolute;
	top: 14px;
	right: 10px;
	left: auto;
	z-index: 3;
	width: 42px !important;
	height: 42px !important;
	max-width: 42px;
	margin: 0;
	padding: 0;
	display: block;
	object-fit: contain;
}
/* Owl Carousel sets all slide images to width:100% — keep icons sized correctly */
.customer-testimonials .owl-carousel .owl-item img.customer-testimonial-card__google {
	width: 42px !important;
	height: 42px !important;
	max-width: 42px;
}
.customer-testimonials .owl-carousel .owl-item img.customer-testimonial-card__avatar {
	width: 44px !important;
	height: 44px !important;
	max-width: 44px;
}
.customer-testimonials .owl-carousel .owl-item img.customer-testimonial-card__photo {
	width: auto !important;
	max-width: 200px;
	height: auto !important;
}
.customer-testimonial-card__title {
	margin: 0 0 20px;
	padding: 0 48px 0 30px;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #2c3e50;
}
.customer-testimonial-card__body {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 34px;
}
.customer-testimonial-card__quote {
	position: relative;
	width: 100%;
	margin: 0 0 14px;
	padding: 0 8px;
	border: 0;
	text-align: center;
}
.customer-testimonial-card__quote::before,
.customer-testimonial-card__quote::after {
	position: absolute;
	font-size: 52px;
	line-height: 1;
	color: #111;
	opacity: 0.9;
	pointer-events: none;
}
.customer-testimonial-card__quote::before {
	content: "\201C";
	top: -6px;
	left: -8px;
}
.customer-testimonial-card__quote::after {
	content: "\201D";
	right: -8px;
	bottom: -4px;
}
.customer-testimonial-card__quote p {
	margin: 0;
	padding: 0 4px;
	font-size: 15px;
	line-height: 1.55;
	color: #5c6570;
}
.customer-testimonial-card__photo {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 12px;
	border-radius: 8px;
}
.customer-testimonial-card__stars {
	position: relative;
	margin: 0;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
	color: #f1c40f;
}
.customer-testimonial-card__author {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 6px;
	padding: 0;
	background: transparent;
	text-align: left;
}
.customer-testimonial-card__avatar {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.customer-testimonial-card__author-text {
	min-width: 0;
}
.customer-testimonial-card__author strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #2c3e50;
}
.customer-testimonial-card__author span {
	display: block;
	font-size: 13px;
	line-height: 1.35;
	color: #7f8c8d;
}
@media (max-width: 767px) {
	.customer-testimonial-card__inner {
		min-height: 400px;
		padding: 32px 14px 12px;
	}
	.customer-testimonial-card__inner::after {
		min-height: 8px;
	}
	.customer-testimonial-card__body {
		padding: 0 28px;
	}
	.customer-testimonial-card__quote::before,
	.customer-testimonial-card__quote::after {
		font-size: 42px;
	}
	.customer-testimonial-card__title {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.customer-testimonial-card__quote p {
		font-size: 14px;
	}
}

/*-------- 2.3 Services--------*/
.box_style_1 {
	padding: 10px;
	position: relative;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.box_style_3 {
	background: #619979 url(../img/pattern_green.png) repeat;
	padding: 30px 20px 10px 20px;
	color: #fff;
}
.box_style_3 h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.box_style_3 h4:before,
.box_style_3 h4:after {
	display: inline-block;
	width: 20px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}
.box_style_3 h4:before {
	margin-right: 10px;
}
.box_style_3 h4:after {
	margin-left: 10px;
}
ul#cat_nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 500;
}
ul#cat_nav li a {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: block;
	margin-bottom: 7px;
	position: relative;
}
ul#cat_nav li a#active {
	background-color: #629976;
	color: #fff;
}
ul#cat_nav li:last-child a {
	margin-bottom: 0;
}
ul#cat_nav li a:before {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: 5px;
	content: '\35';
}
img.img-responsive.border {
	border-bottom: 3px solid #ff3333;
}
ul.feat {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0.5rem;
}
ul.feat li {
	padding-left: 70px;
	position: relative;
}
ul.feat li img {
	position: absolute;
	left: 0;
	top: 0;
}
.strip h4 {
	margin-top: 0;
}
.strip {
	padding: 40px 0 20px 0;
	border-top: 1px dashed #ddd;
}

/*-------- 2.4 Quotation --------*/
.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}
.form_title h3 strong {
	background-color: #ff3333;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.form_title h3 {
	margin: 0;
	padding: 0;
}
.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
.step {
	border-left: 1px solid #ddd;
	padding: 20px 0 20px 31px;
	margin: 0 0 10px 20px;
}
.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
}
.form-group.options {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-group.options strong {
	position: relative;
	top: 5px;
}
/* Error validate style */
label.error {
	font-size: 11px;
	position: absolute;
	top: -12px;
	right: 0;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}
label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

/*-------- 2.5 Quotation --------*/
.button-back {
	float: left;
}
.button-next {
	float: right;
}
a.button-back,
a.button-next {
	text-decoration: none;
	color: #fff;
}
.button-back,
.button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #06c;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
.button-back:hover,
.button-next:hover {
	background: #333;
	text-decoration: none;
}
#custom .step {
	clear: left;
	background: #f3f3f3;
	padding: 30px;
	margin: 0;
	border: 0;
}
#custom .step label {
	display: block;
	position: relative;
}
#custom .step legend {
	font-size: 11px;
}
#custom .step .form-group {
	margin-bottom: 20px;
}
#custom .step h3 {
	margin: 0 0 20px 0;
}

ul.stepy-titles {
	margin: 0;
	padding: 0;
}
.stepy-titles {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	height: 40px;
}
.stepy-titles li:first-child {
	margin-left: 0;
}
.stepy-titles li {
	cursor: pointer;
	float: left;
	padding: 7px 20px;
	background: #f3f3f3;
	font-weight: 600;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
	font-size: 16px;
}
.stepy-titles li span {
	font-size: 11px;
	display: block;
	font-weight: normal;
}
.stepy-titles .current-step {
	cursor: auto;
	background: #ff3333;
	padding: 7px 20px;
	color: #fff;
}

.form-control.error {
	background: #fdf5f5;
}
.stepy-error {
	display: block;
}
.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center;
	color: #fff;
	display: block;
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px 0px 25px;
	margin: 8px 5px 2px 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-opera-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: static;
	line-height: normal;
	font-weight: 500;
}
.stepy-error label.error:after {
	border-width: 0;
}
input[type='submit'].finish {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #ff3333;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-top: 20px;
}
input[type='submit'].finish:hover {
	background: #333;
}
input#website {
	display: none;
}
.modal-dialog {
	margin-top: 80px;
}

.styled-select select {
	background: transparent;
	width: 107%;
	padding: 5px;
	padding-left: 15px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 41px;
	color: #999;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}

.styled-select select:focus {
	color: #555;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	background: white url(../img/arrow_down.svg) no-repeat right center;
	border: 1px solid #ddd9d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.styled-select select::-ms-expand {
	display: none;
}

.styled-select select:focus {
	outline: none;
	box-shadow: none;
}

.box_quote {
	padding-right: 30px;
}
.box_quote h3 {
	font-size: 32px;
	margin-top: 0;
}
.box_quote h3 strong {
	color: #ff3333;
	display: block;
}
.box_quote ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.box_quote ul li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.box_quote ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}
a.call_us_bt {
	background-color: #ff3333;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
}
/*-------- 2.6 Tips/faq --------*/
.box_style_4 {
	background: #fafafa;
	padding: 25px;
	margin-bottom: 20px;
	border-top: 3px solid #ff3333;
}
.box_style_4 ul {
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
}
.box_style_4 ul li {
	margin: 0 0 10px 0;
}

/*-------- 2.7 Contacts --------*/
#map {
	width: 100%;
	height: 350px;
	border: 3px solid #ededed;
}
.box_style_4 h3 {
	margin-top: 0;
}
.error_message {
	font-weight: bold;
	color: #e34f4f;
	margin-bottom: 5px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.modal-dialog {
	margin-top: 120px;
}
.gray_bg {
	background-color: #fafafa;
}
.box_style_2 {
	padding: 10px 25px 0 25px;
	margin-bottom: 20px;
	border: 1px dashed #ddd;
}
.box_style_2 h4 {
	margin: 10px 0 20px;
}
.box_style_2 h5 {
	font-size: 21px;
}
.box_style_2 ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
.box_style_2 ul li {
	margin-bottom: 10px;
}
.box_style_2 ul li:last-child {
	margin-bottom: 0;
}
.quote_banner a {
	background-color: #362f2d;
	color: #fff;
	display: block;
	padding: 17px 15px 15px 45px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.quote_banner {
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote_banner:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	content: '\e0ee';
	top: 15px;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	color: #fff;
}
.quote_banner a:hover {
	background-color: #333;
}
/* Input form style */
.form-control {
	font-size: 14px;
	color: #333;
	border-radius: 3px;
	height: 40px;
}
#booking .form-group {
	position: relative;
}
/* Scroll top button */
#toTop {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 20px;
}
#toTop:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	content: '\e899';
}
/*Spacing*/
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.add_bottom_15 {
	margin-bottom: 15px;
}
.add_bottom_30 {
	margin-bottom: 30px;
}
.add_bottom_45 {
	margin-bottom: 45px;
}
.add_bottom_60 {
	margin-bottom: 60px;
}

/*List*/
ul.list_ok {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	font-size: 18px;
}
ul.list_ok li {
	position: relative;
	padding-left: 25px;
}

ul.list_ok li strong {
	position: relative;
	padding-left: 40px;
}
ul.list_ok li:before {
	font-style: normal;
	font-style: normal;
	font-family: 'ElegantIcons';
	font-size: 25px;
	content: '\4e';
	color: #ff3333;
	position: absolute;
	left: 80;
	top: 0;
	text-align: center;
}
ul.list_order {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}
ul.list_order li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
ul.list_order li span {
	background-color: #e04f67;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
ul.list_2 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.list_2 li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
ul.list_2 li strong {
	font-weight: 600;
}
ul.list_2 li:before {
	font-style: normal;
	font-style: normal;
	font-family: 'ElegantIcons';
	font-size: 14px;
	content: '\5c';
	color: #ff3333;
	position: absolute;
	left: 0;
	top: 0;
}

/* Margin tools */
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}
.margin_60_25 {
	padding-top: 60px;
	padding-bottom: 25px;
}
.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Bg Content */
.bg_content {
	display: table;
	width: 100%;
	height: 500px;
	background: url(../img/bg_parallax.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg_content > div {
	display: table-cell;
	padding: 0 20%;
	vertical-align: middle;
	text-align: center;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.5);
}
.bg_content div h3 {
	font-size: 48px;
	font-weight: 300;
	color: #222;
}
.bg_content div h3 strong {
	font-weight: 500;
}
.bg_content div a i {
	color: #ff3333;
	font-size: 60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bg_content div a:hover i {
	color: #222;
}
#position {
	color: #fff;
	font-size: 13px;
	margin-top: 42px;
}
#position ul li:first-child {
	padding-left: 20px;
}
#position ul li:first-child:before {
	content: '\eaf4';
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: 1px;
	color: #fff;
}
#position ul {
	margin: 0;
	padding: 0;
	float: right;
}
#position ul li a {
	color: #fff;
	opacity: 0.7;
}
#position ul li a:hover {
	color: #fff;
	opacity: 1;
}
#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}
#position ul li:after {
	content: '\e9ee';
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	position: absolute;
	right: 0;
	top: 1px;
}
#position ul li:last-child:after {
	content: '';
}

/*Preloading*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}
.sk-spinner-wave.sk-spinner {
	margin: -15px 0 0 -25px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}
.ie8 .sk-spinner-wave.sk-spinner {
	display: none;
}
.sk-spinner-wave div {
	background-color: #ccc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}
@keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

/** Collapse **/
.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-title a {
	display: block;
	color: #333;
}
.panel-default > .panel-heading {
	background-color: #f9f9f9;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-group .panel {
	border-radius: 0;
}

.loader {
	margin-left: 5px;
	position: absolute;
}

/** Blockquote **/
blockquote.styled {
	font-style: italic;
	font-size: 16px;
	line-height: 1.7;
}

/** tabs **/
.tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/** Carousel (about page)**/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */

	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */

	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -50px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 2%;
	width: 50px;
	height: 50px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 2%;
	width: 50px;
	height: 50px;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #fff;
	font-size: 36px;
	margin: 5px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	text-align: center;
	line-height: 48px;
}

.owl-theme .owl-nav .owl-prev:before {
	content: '\e89a';
	left: -2px;
	position: relative;
}

.owl-theme .owl-nav .owl-next:before {
	content: '\e89b';
	right: -2px;
	position: relative;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(0, 0, 0, 0.8);
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #06c;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

figure.animated {
	overflow: hidden;
	border-bottom: 3px solid #1e90ff;
}
figure.animated a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.animated a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*-------- Success submit --------*/
body#confirmation {
	background-color: #ff3333;
}
#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 150px;
	margin-top: -120px;
	margin-left: -195px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 45px;
	box-sizing: content-box;
}

#success h4 {
	margin: 15px 0 0 0;
	font-weight: 300;
}

#success small {
	color: #777;
}

#success h4 span {
	display: block;
	font-size: 24px;
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
.inlinesvg .svg svg {
	display: inline;
}

.icon--order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards;
}

ul.myUL {
	display: inline-block;
	text-align: left;
	font-size: 18px;
}

.custom-video {
	position: relative;
	width: auto;
	/* max-width: 320px; */
	opacity: 1;
}

.custom-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-container img {
	position: absolute;
	z-index: 100;

	/* background-color: red; */
}
.refreshToggle {
	display: none;
}

@media only screen and (max-width: 600px) {
	.custom-video {
		max-width: 320px;
	}
}
