.svg-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.mobile-video,
.desktop-video {
	display: none;
}

@media (max-width: 768px) {
	.mobile-video {
		display: block;
	}
}

@media (min-width: 769px) {
	.desktop-video {
		display: block;
	}
}






@media (min-width: 768px) {
	.feature-box-border-horizontal .feature-box {
		position: relative;
	}

	.feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		content: "";
		position: absolute;
		top: 31px;
		left: calc(50% + 32px);
		width: calc(89% - 64px);
		height: 2px;
		border: 1px solid #EEE;
		z-index: 0;
	}

	.feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		border-style: dashed;
	}

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		display: block;
		border-color: #1C3D64;
		width: 0;
		transform-origin: top left;
		transition: width .3s ease-in-out;
	}

	/* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {
		width: calc(89% - 64px);
	}


	.feature-box-border-horizontal .fbox-icon i,
	.feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
		line-height: 60px;
		font-size: 24px;
		z-index: 1;
		text-align: center;
		box-shadow: 0 0 0px 10px #202020;
	}

	.feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
		left: calc(0% + 100px);
	}
}

.botao-flutuante-wpp.luxo {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 999;
	font-family: 'Poppins', sans-serif;
}

/* Botão WhatsApp */
.btn-wpp-luxo {
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #1ebe5d, #0a9940);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	border-radius: 40px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-wpp-luxo i {
	font-size: 20px;
	margin-right: 10px;
}

.btn-wpp-luxo:hover {
	background: linear-gradient(135deg, #24e570, #1dc75a);
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Botão Subir */
.btn-subir-luxo {
	background: linear-gradient(135deg, #1a2a40, #2b4a6f, #3b5d85);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-subir-luxo:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.servico-box {
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.servico-box:hover {
	border-color: #1C3D64;
	box-shadow: 0 0 15px 2px rgba(22, 75, 133, 0.7);
	color: #1C3D64;
}

.bg-gold-bar {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 220px;
	background: linear-gradient(135deg, #1a2a40, #2b4a6f, #3b5d85);
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 0;
}

@media (max-width: 767px) {
	.bg-gold-bar {
		height: 100%;
		top: 0;
		transform: none;
		border-radius: 0;
	}
}

#linha-steps {
	background-color: #121212;
	color: #fff;
	position: relative;
	z-index: 1;
}

#linha-steps .fancy-title h3 {
	color: #fff;
}

#linha-central {
	position: relative;
	padding: 20px 0;
	margin-left: 20px;
}

#linha-central::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 3px;
	height: calc(100% - 95px);
	background: linear-gradient(to bottom, #ffffff 0%, #1C3D64 0%);
	transform: translateX(-50%);
	z-index: 1;
	transition: background 0.3s ease;
}

#linha-central.brilho-linha::before {
	box-shadow: 0 0 25px 6px rgba(22, 75, 133, 0.7);
}

.timeline-step {
	position: relative;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.timeline-step.left {
	left: 0;
	text-align: right;
}

.timeline-step.right {
	left: 50%;
	text-align: left;
}

.timeline-step::before {
	content: '';
	position: absolute;
	top: 30px;
	width: 16px;
	height: 16px;
	background: #1C3D64;
	border-radius: 50%;
	z-index: 2;
	border: 3px solid #fff;
}

.timeline-step.left::before {
	right: -8px;
}

.timeline-step.right::before {
	left: -8px;
}

.timeline-step.full-width-button::before {
	display: none;
}

.content-box {
	background: #1e1e1e;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(210, 169, 54, 0.1);
	transition: all 0.3s ease;
	position: relative;
	z-index: 3;
}

.content-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 25px rgba(22, 75, 133, 0.7);
}

.content-box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.content-box p {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 0;
}

.step-label {
	font-size: 14px;
	font-weight: 600;
	color: #1C3D64;
	margin-top: 10px;
}

.full-width-button {
	width: 100%;
	padding-top: 40px;
	text-align: center;
	z-index: 3;
	position: relative;
}

.btn- Arcanzzo-timeline {
	display: inline-block;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	color: #1C3D64;
	background-color: transparent;
	border: 2px solid #1C3D64;
	border-radius: 50px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 5;
	text-decoration: none;
}

.btn- Arcanzzo-timeline:hover {
	background-color: #1C3D64;
	color: #1e1e1e;
	box-shadow: 0 0 25px rgba(22, 75, 133, 0.7);
}

/* RESPONSIVO */
@media (max-width: 768px) {
	#linha-steps .timeline::before {
		left: 20px;
		transform: none;
		height: calc(100% - 144px);
	}

	.timeline-step {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding-left: 60px;
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.timeline-step::before {
		left: 20px !important;
		right: auto !important;
	}

	.timeline-step.full-width-button {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.btn- Arcanzzo-timeline {
		width: 90%;
		max-width: 350px;
	}
}

.Arcanzzo-form .form-label {
	color: #1C3D64;
	font-weight: 500;
}

.Arcanzzo-form .form-control,
.Arcanzzo-form .form-select {
	background-color: #111;
	color: #fff;
	border: 1px solid #444;
}

.Arcanzzo-form .form-control::placeholder {
	color: #bbb;
}

.Arcanzzo-form .form-select option {
	background-color: #111;
	color: #fff;
}

.Arcanzzo-form .btn-primary {
	background: linear-gradient(90deg, #1C3D64, #0037b8);
	border: none;
	color: #000;
	font-weight: bold;
}

.Arcanzzo-form .btn-primary:hover {
	background: #1C3D64;
}

.Arcanzzo-form .card {
	background-color: #121212;
}

.avaliacoes-google {
	background-color: #121212;
	color: #fff;
}

.titulo-secao {
	color: #1c3d64;
	font-weight: bold;
	margin-bottom: 2rem;
}

.nota-google {
	color: #fff;
}

.estrelas {
	color: #d4af37;
	font-size: 1.3rem;
}

.comentarios {
	margin-top: 2rem;
}

.comentario {
	background-color: #1e1e1e;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	max-width: 300px;
	flex: 1 1 250px;
	box-shadow: 0 0 10px rgba(22, 75, 133, 0.7);
	text-align: left;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.icon-google {
	width: 16px;
	height: 16px;
	margin-left: auto;
}

/* chat */
#botao-chat {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #1a2a40, #2b4a6f, #3b5d85);
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 30px 0 0 30px;
	cursor: pointer;
	font-weight: bold;
	z-index: 1001;
	box-shadow: 0 0 10px rgba(26, 42, 64, 0.6);
}

.chat-suporte {
	width: 400px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	background: #101d2e;
	border: 1px solid #2b4a6f;
	border-radius: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(43, 74, 111, 0.5);
	z-index: 1050;
}

.chat-header {
	background: linear-gradient(135deg, #1a2a40, #2b4a6f);
	color: white;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
}

.chat-body {
	background: #0f1c2e;
	color: white;
	height: 350px;
	overflow-y: auto;
	padding: 15px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.chat-footer {
	display: flex;
	border-top: 1px solid #2b4a6f;
	background-color: #0f1c2e;
}

.chat-footer input {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.08);
	color: white;
}

.chat-footer button {
	background: linear-gradient(135deg, #1a2a40, #2b4a6f);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	border-radius: 0;
}

.mensagem {
	margin-bottom: 8px;
	line-height: 1.4;
	max-width: 80%;
	padding: 8px 12px;
	border-radius: 18px;
	font-size: 13px;
	background: #2b4a6f;
	color: white;
	word-wrap: break-word;
	display: inline-block;
}

.mensagem.enviada {
	background: linear-gradient(135deg, #3b5d85, #2b4a6f);
	color: white;
	align-self: flex-end;
	text-align: right;
}

.mensagem.recebida {
	background: rgba(255, 255, 255, 0.08);
	color: white;
	align-self: flex-start;
	text-align: left;
}

.fechar-chat {
	background: none;
	border: none;
	font-size: 22px;
	color: white;
	cursor: pointer;
}

.chat-option-button {
	margin: 6px 0;
	background: #1f2e45;
	color: white;
	border: 1px solid #2b4a6f;
	padding: 8px 12px;
	border-radius: 8px;
	width: 100%;
	text-align: left;
	font-size: 13px;
	transition: 0.2s;
	cursor: pointer;
}

.chat-option-button:hover,
.chat-option-button.selected {
	background: #3b5d85;
	color: white;
	border-color: white;
}

.chat-input-dynamic {
	width: 100%;
	padding: 8px;
	border: 1px solid #2b4a6f;
	border-radius: 6px;
	margin-top: 10px;
	color: white;
	background: #0f1c2e;
	font-size: 13px;
}

#chat-suporte {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 380px;
	height: 400px;
	background-color: #0f1c2e;
	border: 2px solid #2b4a6f;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 20px rgba(43, 74, 111, 0.4);
	overflow: hidden;
	z-index: 9999;
}

#chat-body {
	flex: 1;
	overflow-y: auto;
	padding: 15px;
	scrollbar-width: thin;
	scrollbar-color: #3b5d85 transparent;
}

#chat-body::-webkit-scrollbar {
	width: 6px;
}

#chat-body::-webkit-scrollbar-track {
	background: transparent;
}

#chat-body::-webkit-scrollbar-thumb {
	background-color: #3b5d85;
	border-radius: 4px;
}

#chat-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background-color: #0f1c2e;
	border-top: 1px solid #2b4a6f;
}

.chat-send-button {
	background: linear-gradient(135deg, #1a2a40, #2b4a6f);
	border: none;
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
}

.chat-send-button:hover {
	background: #3b5d85;
}




/*--------------------
		paginations
		---------------------*/
.dark .swiper-pagination span:nth-child(1):hover,
.dark .swiper-pagination span:nth-child(1) {
	background-color: #7F858D
}

.dark .swiper-pagination span:nth-child(2):hover,
.dark .swiper-pagination span:nth-child(2) {
	background-color: #CB394E
}

.dark .swiper-pagination span:nth-child(3):hover,
.dark .swiper-pagination span:nth-child(3) {
	background-color: #75787B
}

.dark .swiper-pagination span:nth-child(4):hover,
.dark .swiper-pagination span:nth-child(4) {
	background-color: #9C780E
}


/*--------------------
		Background
		--------------------*/
.bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

/*--------------------
		Slider-text
		--------------------*/
.slider-text {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.slider-text h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

.slider-text p {
	font-size: 17px;
	font-weight: 300;
	opacity: .7;
}

/* ----------------------------------------------------------------
	Canvas: Car
-----------------------------------------------------------------*/

/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
	height: 50px;
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc(50px + 1px);
	}

	#header.header-size-custom+.include-header {
		margin-top: calc(-50px - 2px);
	}

	.header-size-custom .menu-container>.menu-item>.menu-link {
		padding-top: 14px;
		padding-bottom: 14px;
	}

}

/* Runing Car
-----------------------------------------------------------------*/
.running-car {
	position: relative;
	top: 0;
	left: 0;
	width: 659px;
}

img.car,
img.wheel {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
	margin-left: -660px;
}

img.wheel {
	position: absolute;
	left: 401px;
	bottom: 33px;
	z-index: 1;
}

.running-car.in-view img.car {
	-webkit-transform: translate(600px, 0px) rotate(0deg);
	-moz-transform: translate(600px, 0px) rotate(0deg);
	transform: translate(600px, 0px) rotate(0deg);
}

.running-car.in-view img.wheel {
	-webkit-transform: translate(600px, 0px) rotate(600deg);
	-moz-transform: translate(600px, 0px) rotate(600deg);
	transform: translate(600px, 0px) rotate(600deg);
}

.device-sm .running-car.in-view img.car {
	-webkit-transform: translate(500px, 0px) rotate(0deg);
	-moz-transform: translate(500px, 0px) rotate(0deg);
	transform: translate(500px, 0px) rotate(0deg);
}

.device-sm .running-car.in-view img.wheel {
	-webkit-transform: translate(500px, 0px) rotate(600deg);
	-moz-transform: translate(500px, 0px) rotate(600deg);
	transform: translate(500px, 0px) rotate(600deg);
}

.device-xs .running-car.in-view img.car {
	-webkit-transform: translate(350px, 0px) rotate(0deg);
	-moz-transform: translate(350px, 0px) rotate(0deg);
	transform: translate(350px, 0px) rotate(0deg);
}

.device-xs .running-car.in-view img.wheel {
	-webkit-transform: translate(350px, 0px) rotate(600deg);
	-moz-transform: translate(350px, 0px) rotate(600deg);
	transform: translate(350px, 0px) rotate(600deg);
}


/* Threesixty degree Styles
-----------------------------------------------------------------*/
.threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
}

.threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.threesixty .threesixty_images img {
	position: absolute;
	top: 10px;
}

.threesixty .threesixty_images img.previous-image {
	visibility: hidden;
}

.threesixty .threesixty_images img.current-image {
	visibility: visible;
}

.threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.threesixty .spinner span {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}

.threesixty .nav_bar {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 50%;
	margin-left: -48px;
	z-index: 11;
}

.threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url('images/360degree-cars/navs.png') no-repeat;
	text-indent: -99999px;
}

.threesixty .nav_bar a.nav_bar_play {
	background-position: 0 0 !important;
}

.threesixty .nav_bar a.nav_bar_previous {
	background-position: -3px -73px !important;
}

.threesixty .nav_bar a.nav_bar_stop {
	background-position: 0 -37px !important;
}

.threesixty .nav_bar a.nav_bar_next {
	background-position: 3px -104px !important;
}

/* html */
.threesixty:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

.threesixty:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

/* heading-block */
.heading-block.hlarge h3 {
	font-size: 44px;
	line-height: 50px;
	letter-spacing: -2px;
}

/* Slider Area
-----------------------------------------------------------------*/
.slider-caption h2 {
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-size: 48px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.slider-caption p {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-caption h2,
.slider-caption p,
.slider-caption .button {
	opacity: 0;
	-webkit-transform: translate3d(-20%, 0, 0);
	-ms-transform: translate3d(-20%, 0, 0);
	-o-transform: translate3d(-20%, 0, 0);
	-webkit-transition: -webkit-transform .05s ease-out;
	transition: -webkit-transform .05s ease-out;
	transition: transform .05s ease-out;
	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption .button {
	opacity: 1;
	-webkit-transition: transform 1s, opacity 2s;
	-o-transition: transform 1s, opacity 2s;
	transition: transform 1s, opacity 2s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
	-webkit-transition: transform 1s, opacity 3s;
	-o-transition: transform 1s, opacity 3s;
	transition: transform 1s, opacity 3s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.swiper-pagination {
	bottom: 20px !important;
}

.swiper-pagination span {
	width: 40px;
	height: 4px;
	background: #FFF;
	display: inline-block;
	margin: 0px 1px;
	border: 0;
	border-radius: 0;
	-webkit-transform: skew(-38deg);
	-moz-transform: skew(-38deg);
	-ms-transform: skew(-38deg);
	-o-transform: skew(-38deg);
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #c85e51 !important;
}

.feature-box.fbox-plain .fbox-icon img {
	height: 48px;
}

.section .iconlist li {
	margin-bottom: 6px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
}

/* Portfolio Filter
-----------------------------------------------------------------*/
.grid-filter.style-2 {
	margin: 0 0 15px -14px;
}

.grid-filter li.activeFilter a {
	font-weight: normal;
}

.grid-filter.style-2 li a:not(.button) {
	font-size: 20px;
	color: #555 !important;
}

.grid-filter.style-2 li a.button-reset {
	padding: 0 17px !important;
	font-size: 12px;
	line-height: 34px;
	color: #FFF !important;
	border-radius: 23px;
	text-transform: none;
	letter-spacing: 1px;
}

.grid-filter.style-2 li a span {
	display: block;
	margin-top: 7px;
	font-family: 'Mukta Vaani';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	color: #AAA;
	font-weight: bold;
	text-align: center;
}

.grid-filter.style-2 li a:not(.button),
.grid-filter.style-2 li a span {
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.grid-filter.style-2 li a:not(.button):hover,
.grid-filter.style-2 li a:not(.button):hover span,
.grid-filter.style-2 li.activeFilter a:not(.button),
.grid-filter.style-2 li.activeFilter a:not(.button) span {
	color: #c85e51 !important;
	background-color: transparent !important;
}

.grid-filter.style-2 li.activeFilter a.button-reset {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.grid-filter.style-2 li a.button-reset {
	opacity: 1;
}

.portfolio-desc span {
	font-size: 0.875rem;
}

.filter-p-pricing {
	position: absolute;
	bottom: 20px;
	right: 0;
	background: #c85e51;
	color: #FFF;
	padding: 8px 15px;
	z-index: 1;
	font-family: 'Mukta Vaani';
}

.filter-p-pricing::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -8px;
	height: 100%;
	width: 32px;
	background-color: #c85e51;
	-moz-transform: skew(-23deg, 0deg);
	-o-transform: skew(-23deg, 0deg);
	-ms-transform: skew(-23deg, 0deg);
	-webkit-transform: skew(-23deg, 0deg);
	transform: skew(-23deg, 0deg);
	z-index: -1;
}

.p-price-msrp {
	font-weight: 300;
	padding-left: 12px;
	margin-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.car-p-features {
	border-top: 1px solid #DDD;
	padding: 5px 8px;
	margin-top: 5px;
}

.car-p-features [class^=col-] {
	margin-top: 5px;
}

.car-p-features i {
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.car-p-features span {
	color: #555;
	font-size: 13px;
	color: #666;
}

.half-screen {
	position: relative;
	height: 25%;
}

.section .video-wrap {
	z-index: 0;
}

/* Video On Hover
-----------------------------------------------------------------*/
.videoplay-on-hover .vertical-middle,
.videoplay-on-hover .video-overlay {
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.videoplay-on-hover:hover .vertical-middle,
.videoplay-on-hover:hover .video-overlay {
	opacity: 0;
}

.counter+h5 {
	margin-top: 0;
}

.counter-section [class^=col-] {
	border-left: none;
	margin-bottom: 30px;
}

/* Page Loader
-----------------------------------------------------------------*/
.css3-spinner {
	background-color: #e6e6e6;
}

.css3-spinner>div {
	margin-top: -65px;
	margin-left: -80px;
	width: 160px;
	height: 120px;
	background-color: transparent;
	-webkit-animation: none;
	animation: none;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	padding: 7px 4px;
	font-size: 17px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	border-color: #444;
	font-family: 'Mukta Vaani', sans-serif;
}

.customjs.btn-default:active,
.customjs.btn-default.active,
.customjs.open>.dropdown-toggle.btn-default,
.customjs.border-form-control .btn-default {
	background-color: transparent !important;
	font-weight: 300;
	border: none;
	box-shadow: none;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: inherit;
	font-size: 14px;
	color: #FFF !important;
}

.customjs.bootstrap-select .dropdown-toggle:focus,
.customjs.bootstrap-select .dropdown-menu {
	margin: 0;
	outline: 0px !important;
	outline-offset: 0px !important;
}

.border-form-control::-moz-placeholder {
	font-weight: 300;
	color: #CCC;
}

.border-form-control:-ms-input-placeholder {
	font-weight: 300;
	color: #CCC;
}

.border-form-control::-webkit-input-placeholder {
	font-weight: 300;
	color: #CCC;
}

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.widget .oc-item a {
	font-size: 11px;
	color: #666;
	font-weight: 500;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
	padding-left: 0.8rem;
}

.dropdown-toggle::after {
	margin-left: -10px;
}

.dark .btn-light.dropdown-toggle:focus {
	box-shadow: none !important;
}

/* Footer
-----------------------------------------------------------------*/

.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	color: #555 !important;
	font-size: 13px;
	font-weight: 400;
	padding-top: 1px;
}

.dark .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark),
.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus,
.dark .sm-form-control:not(.not-dark):active,
.dark .sm-form-control:not(.not-dark):focus {
	border-color: rgba(255, 255, 255, 0.5) !important;
}


/*  Larger Device View
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	/* Primary Menu Header size */
	#header {
		border-bottom: 1px solid #e7e7e7
	}

	#header.full-header #logo,
	#header.full-header .menu-container {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}

	/* Slider caption */
	.swiper-pagination {
		bottom: 40px !important;
	}

	.swiper-pagination span {
		width: 70px;
		height: 6px;
	}

	.slider-caption.top-left {
		margin-top: -150px;
	}

	/* 360 degree */
	.threesixty .threesixty_images img {
		top: 30px;
	}

	.threesixty .nav_bar {
		top: 10px;
	}

	.counter-section [class^=col-]:not(:first-child) {
		border-left: 1px solid rgba(255, 255, 255, 0.05);
		margin-bottom: 0;
	}

	.half-screen {
		position: relative;
		height: 50%;
	}

	.heading-block.hlarge h3 {
		font-size: 64px;
		line-height: 56px;
	}

	/* running car */
	.running-car {
		position: absolute;
		top: 0;
		left: 0;
		width: 659px;
	}

	.slider-text h2 {
		font-size: 2.5rem;
	}
}

#contact-me {
	position: fixed;
	z-index: 299;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.gototop-active #contact-me {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

#header.sticky-header #header-wrap {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

body.side-panel-open #header.sticky-header #header-wrap {
	left: -300px;
}

body #side-panel .widget {
	opacity: 0;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: transform .3s ease, opacity .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

body.side-panel-open #side-panel .widget {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.play-icon {
	position: relative;
	display: block;
	font-size: 22px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
	color: #222 !important;
	background-color: #FFF;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.play-icon i {
	position: relative;
	left: 3px;
}

.play-icon:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.arrow-box::after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #ffffff;
	border-width: 12px;
	margin-top: -12px;
	z-index: 1;
}

.arrow-box.right::after {
	left: 100%;
	border-right: 0;
	border-left-color: #ffffff;
}

/* Serviços */



/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element .heading-block p {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.slider-element .slider-product-desc {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 65%;
	z-index: 2;
}

.slider-element .slider-product-desc [class^='col-'] {
	background-color: #353535;
	padding: 30px;
}

.slider-element .vertical-middle .container {
	top: -60px;
}

.play-icon {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 20px 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #FFF !important;
	border: 2px solid #EEE;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.play-icon i {
	position: relative;
	left: 2px;
}

.play-icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.heading-block h3 {
	font-weight: 800;
	text-transform: none;
	font-size: 2.3rem;
	letter-spacing: 0;
}

.edge-underline h3,
.product:hover .product-title h3 {
	text-decoration: underline;
	text-decoration-skip: edges;
}

/* ----------------------------------------------------------------
	Section Products
-----------------------------------------------------------------*/

.section-product {
	position: relative;
	width: 100%;
}

.section-product .section-product-image {
	width: 100%;
}

.section-product .section-product-content {
	max-width: 100%;
	position: relative;
	bottom: 0px;
	right: 0;
	background-color: #FFF;
	padding: 20px;
	z-index: 1;
}

.section-product .section-product-content h3 {
	font-weight: 800;
}

.section-product.alt .section-product-image,
.section-product.alt .section-product-content {
	float: none;
}

.section-product .section-product-price {
	font-size: 1.5rem;
	font-weight: 700;
}

.explore-text-overlay {
	opacity: 0;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	margin-left: 15px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.text-overlay-wrap:hover .explore-text-overlay {
	opacity: 1;
}

.section-contact h3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.section-contact>div {
	padding: 30px 20px;
	border: 1px solid #EEE;
}

.social-icon.si-mini {
	width: 28px;
	height: 28px;
	font-size: 12px;
	line-height: 27px !important;
}

@media (min-width: 1199px) {



	.slider-element .heading-block h2 {
		font-size: 3.1rem;
		line-height: 1.35;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 700;
	}

	.slider-element .slider-product-desc [class^='col-'] {
		padding: 50px;
	}

	.play-icon {
		margin: 0 auto;
	}

	.section-product .section-product-image {
		position: relative;
		width: 85%;
		background: #FFF;
	}

	.section-product .section-product-content {
		max-width: 400px;
		position: absolute;
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.section-product.alt .section-product-image {
		float: right;
	}

	.section-product.alt .section-product-content {
		left: 0;
		right: auto;
	}

}

@media (max-width: 991px) {
	.slider-element .vertical-middle .container {
		top: 0;
	}
}


/* 
serviços 2 */

/* ----------------------------------------------------------------
	Canvas: Crowd-Funding
-----------------------------------------------------------------*/


.button.button-border {
	border: 1px solid rgba(32, 158, 187, 0.3);
	background-color: transparent;
	color: #666;
}

.button.button-border:not(.button-fill):hover {
	background-color: var(--themecolor, #1C3D64);
	text-shadow: none;
}

.button:not(.button-fill):hover {
	box-shadow: 0 4px 15px rgba(32, 158, 187, 0.25);
}

.menu-link {
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: #777;
}

.slider-img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50%;
	transform: translateY(-50%);
}

.slider-title h1 {
	font-size: 46px;
	line-height: 62px;
	letter-spacing: -1px;
}

.slider-title p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	color: #999;
}


.heading-block h2 {
	text-transform: none;
	letter-spacing: 0;
}

.col-divider {
	position: relative;
}

.col-divider::after {
	--borderwidth: 20%;
	content: "";
	width: 20%;
	width: var(--borderwidth);
	border: 1px dashed rgba(0, 0, 0, 0.1);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.feature-text {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	padding-bottom: 10px;
}

.fbox-text {
	font-size: 58px;
	line-height: 1;
	font-weight: 700;
}

.feature-text h3 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: 800;
}

.feature-text+p {
	color: #777;
	margin-top: 10px;
	margin-bottom: 0;
}

.i-products {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.i-products:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, .04);
}

.i-products .products-image,
.i-products .products-image img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.i-products .products-image img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.i-products:hover .products-image img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.i-products .products-image .badge {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	color: #222;
	background-color: #FFF;
	padding: 5px;
	border-radius: 3px;
}

.i-products .products-desc {
	position: relative;
	padding: 25px;
	background-color: #FFF;
	border: solid #EEE;
	border-width: 0 1px 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	min-height: 250px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.i-products:hover .products-desc {
	margin-top: -123px;
	min-height: 373px;
	box-shadow: 0 -3px 20px 3px rgba(0, 0, 0, .4);
}

.i-products .products-desc h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.i-products .products-desc p,
.i-products .products-desc .counter,
.i-products .products-hoverlays .list-group-item,
.i-products .products-hoverlays .product-user a,
.i-products .products-hoverlays .products-location {
	color: #999;
}

.i-products .products-desc p {
	font-weight: 400;
	margin-bottom: 25px;
}

.i-products .products-desc .counter {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.i-products .products-desc h3 a,
.i-products .products-desc .counter span,
.i-products .products-desc .counter strong,
.i-products .products-hoverlays .list-group-item strong {
	color: #333
}

.counter.counter-xs {
	font-size: 13px;
	color: #555;
}

.i-products .products-hoverlays .list-group-item {
	padding-left: 0;
	font-size: 14px;
}

.i-products .products-hoverlays .product-user img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.i-products .products-hoverlays {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: -100px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.i-products:hover .products-hoverlays {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in-out;
}

.i-products .skills li>span {
	top: -30px;
}

.widget>h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	color: #FFF;
	font-size: 24px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	padding-left: 4px;
	border: 2px solid #FFF;
	transition: transform .3s ease;
}

.button-play:hover i {
	transform: translate(-50%, -50%) scale(1.3);
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(3px);
}

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	.slider-img {
		position: relative;
		display: flex;
		width: 100%;
		max-width: 70%;
		top: auto;
		transform: none;
		margin: auto;
		text-align: center;
	}
}

/* Responsive Device less than 991px (.device-md <)
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
	#header .button {
		width: 100%;
		background-color: var(--themecolor, #1C3D64);
		color: #FFF;
		font-size: 15px;
	}

	#page-menu .button {
		background-color: #444;
	}
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#header .container {
		width: 100%;
		max-width: none;
		padding: 0 30px;
	}

	.top-search-form input {
		border-bottom: 0 !important;
	}

	#header:not(.sticky-header) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	#top-account a {
		color: #333
	}

	#header .button {
		margin: 0 10px;
	}

	.heading-block h2 {
		font-size: 34px;
	}

	.dropdown-item {
		padding: 0.35rem 1.5rem;
	}

	.dropdown.show .button,
	.dropdown-item:hover {
		background-color: var(--themecolor, #1C3D64);
		color: #FFF;
	}

	#page-menu-wrap {
		background: #F5F5F5 !important;
		overflow: hidden;
	}

	#page-menu .button {
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease;
	}

	#page-menu.sticky-page-menu .button {
		opacity: 1;
		visibility: visible;
	}

	.page-menu-item>a {
		margin: 0 3px;
		color: #444;
		text-shadow: none;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0;
	}

	.page-menu-item:hover>a,
	.page-menu-item.current>a {
		background-color: var(--themecolor, #1C3D64);
		color: #FFF;
	}

	#page-menu:not(.sticky-page-menu) .container {
		padding: 0;
	}

}