/* ----------------------------------------------------------------
	bm: Car
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #966d35;
	  --cnvs-themecolor-rgb: 150, 109, 53;
	--cnvs-body-font: 'Open Sans', sans-serif;
	--cnvs-primary-font: 'Mukta Vaani', sans-serif;

	--cnvs-header-height: 90px;

	--cnvs-section-bg: #FAFAFA;
}

.stretched #gotoTop {
	--cnvs-gotoTop-position-boxed-bottom: 30px;
}

/* Runing Car
-----------------------------------------------------------------*/
.running-car {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.car,
img.wheel {
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: -560px;
}

/* .device-xs img.car,
img.wheel {
	margin-left: -348px;
} */
/* .device-sm img.car,
img.wheel {
	margin-left: -348px;
} */

img.wheel {
	position: absolute;
	left: 0px;
	bottom: 0px;
	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(720deg);
	-moz-transform: translate(600px, 0px) rotate(720deg);
	transform: translate(600px, 0px) rotate(720deg);
}

.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);
	margin-left: -348px;
}

.device-sm .running-car.in-view img.wheel {
	-webkit-transform: translate(500px, 0px) rotate(720deg);
	-moz-transform: translate(500px, 0px) rotate(720deg);
	transform: translate(500px, 0px) rotate(720deg);
	margin-left: -348px;
}

.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);
	margin-left: -348px;
}

.device-xs .running-car.in-view img.wheel {
	-webkit-transform: translate(350px, 0px) rotate(720deg);
	-moz-transform: translate(350px, 0px) rotate(720deg);
	transform: translate(350px, 0px) rotate(720deg);
	margin-left: -348px;
}




/* Runing reverse Car
-----------------------------------------------------------------*/
.running-reverse-car {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.reverse-car {
	width: 80%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: 1000px;
}


.running-reverse-car.in-view img.reverse-car {
	-webkit-transform: translate(-900px, 0px) rotate(0deg);
	-moz-transform: translate(-900px, 0px) rotate(0deg);
	transform: translate(-900px, 0px) rotate(0deg);
}


.device-sm .running-reverse-car.in-view img.reverse-car {
	-webkit-transform: translate(-500px, 0px) rotate(0deg);
	-moz-transform: translate(-500px, 0px) rotate(0deg);
	transform: translate(-500px, 0px) rotate(0deg);
	margin-left: 348px;
	width: 100%;
}

.device-xs .running-reverse-car.in-view img.reverse-car {
	-webkit-transform: translate(-350px, 0px) rotate(0deg);
	-moz-transform: translate(-350px, 0px) rotate(0deg);
	transform: translate(-350px, 0px) rotate(0deg);
	margin-left: 348px;
	width: 100%;
}

/* Runing reverse hit
-----------------------------------------------------------------*/
.running-reverse-hit {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.reverse-hit {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: 960px;
}


.running-reverse-hit.in-view img.reverse-hit {
	-webkit-transform: translate(-900px, 0px) rotate(0deg);
	-moz-transform: translate(-900px, 0px) rotate(0deg);
	transform: translate(-900px, 0px) rotate(-0deg);
}


.device-sm .running-reverse-hit.in-view img.reverse-hit {
	-webkit-transform: translate(-500px, 0px) rotate(0deg);
	-moz-transform: translate(-500px, 0px) rotate(0deg);
	transform: translate(-500px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}

.device-xs .running-reverse-hit.in-view img.reverse-hit {
	-webkit-transform: translate(-350px, 0px) rotate(0deg);
	-moz-transform: translate(-350px, 0px) rotate(0deg);
	transform: translate(-350px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}

/* Runing reverse camp
-----------------------------------------------------------------*/
.running-reverse-camp {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.reverse-camp {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: 960px;
}


.running-reverse-camp.in-view img.reverse-camp {
	-webkit-transform: translate(-900px, 0px) rotate(0deg);
	-moz-transform: translate(-900px, 0px) rotate(0deg);
	transform: translate(-900px, 0px) rotate(-0deg);
}


.device-sm .running-reverse-camp.in-view img.reverse-camp {
	-webkit-transform: translate(-500px, 0px) rotate(0deg);
	-moz-transform: translate(-500px, 0px) rotate(0deg);
	transform: translate(-500px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}

.device-xs .running-reverse-camp.in-view img.reverse-camp {
	-webkit-transform: translate(-350px, 0px) rotate(0deg);
	-moz-transform: translate(-350px, 0px) rotate(0deg);
	transform: translate(-350px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}

/* shaking mcn
-----------------------------------------------------------------*/
.shaking-mcn {
	width: 100%;
}

img.shake {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}


.shaking-mcn.in-view img.shake {
	animation: shake 3s;
	animation-iteration-count: initial;
}

@keyframes shake {
	0% {
		transform: translate(3px, 3px) rotate(0deg);
	}

	10% {
		transform: translate(-3px, -4px) rotate(-1deg);
	}

	20% {
		transform: translate(-5px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(5px, 4px) rotate(0deg);
	}

	40% {
		transform: translate(3px, -3px) rotate(1deg);
	}

	50% {
		transform: translate(-3px, 4px) rotate(-1deg);
	}

	60% {
		transform: translate(-5px, 3px) rotate(0deg);
	}

	70% {
		transform: translate(5px, 3px) rotate(-1deg);
	}

	80% {
		transform: translate(-3px, -3px) rotate(1deg);
	}

	90% {
		transform: translate(3px, 4px) rotate(0deg);
	}

	100% {
		transform: translate(3px, -4px) rotate(-1deg);
	}
}

/* Runing vending
-----------------------------------------------------------------*/
.running-vending {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.vending {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: 900px;
}

img.vendingMan {
	width: 100%;
}

img.vendingMan {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.running-vending.in-view img.vending {
	-webkit-transform: translate(-900px, 0px) rotate(0deg);
	-moz-transform: translate(-900px, 0px) rotate(0deg);
	transform: translate(-900px, 0px) rotate(-0deg);
}

.device-sm .running-vending.in-view img.vending {
	-webkit-transform: translate(-500px, 0px) rotate(0deg);
	-moz-transform: translate(-500px, 0px) rotate(0deg);
	transform: translate(-500px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}


.device-xs .running-vending.in-view img.vending {
	-webkit-transform: translate(-350px, 0px) rotate(0deg);
	-moz-transform: translate(-350px, 0px) rotate(0deg);
	transform: translate(-350px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}


/* Runing drone/soldier
-----------------------------------------------------------------*/
.running-drone {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.drone {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	margin-left: 900px;
	top: -900px;
	position: relative;
}

img.soldier {
	width: 100%;
}

img.soldier {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

.running-drone.in-view img.drone {
	-webkit-transform: translate(-900px, 900px) rotate(0deg);
	-moz-transform: translate(-900px, 900px) rotate(0deg);
	transform: translate(-900px, 900px) rotate(-0deg);
}

.device-sm .running-drone.in-view img.drone {
	-webkit-transform: translate(-500px, 500px) rotate(0deg);
	-moz-transform: translate(-500px, 500px) rotate(0deg);
	transform: translate(-500px, 500px) rotate(-0deg);
	margin-left: 348px;
	top: -348px;
	position: relative;
	width: 100%;
}


.device-xs .running-drone.in-view img.drone {
	-webkit-transform: translate(-350px, 350px) rotate(0deg);
	-moz-transform: translate(-350px, 350px) rotate(0deg);
	transform: translate(-350px, 350px) rotate(-0deg);
	margin-left: 348px;
	top: -348px;
	position: relative;
	width: 100%;
}


/* Runing lenx
-----------------------------------------------------------------*/
.running-lenx {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.lenx {
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
	margin-left: 900px;
}

img.lenxMan {
	width: 100%;
}

img.lenxMan {
	position: absolute;
	left: 5%;
	bottom: 0px;
	z-index: 1;
	visibility: hidden;
}

.running-lenx.in-view img.lenx {
	-webkit-transform: translate(-900px, 0px) rotate(0deg);
	-moz-transform: translate(-900px, 0px) rotate(0deg);
	transform: translate(-900px, 0px) rotate(-0deg);
}

.running-lenx.in-view img.lenxMan {
	animation: 1s fadeIn;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	99% {
		visibility: hidden;
	}

	100% {
		visibility: visible;
	}
}

.device-sm .running-lenx.in-view img.lenx {
	-webkit-transform: translate(-500px, 0px) rotate(0deg);
	-moz-transform: translate(-500px, 0px) rotate(0deg);
	transform: translate(-500px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}


.device-xs .running-lenx.in-view img.lenx {
	-webkit-transform: translate(-350px, 0px) rotate(0deg);
	-moz-transform: translate(-350px, 0px) rotate(0deg);
	transform: translate(-350px, 0px) rotate(-0deg);
	margin-left: 348px;
	width: 100%;
}


/* Runing sword/shield
-----------------------------------------------------------------*/
.running-sword {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img.sword1 {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	left: 900px;
	top: -900px;
	position: absolute;
}


img.shield {
	width: 100%;
}

img.shield {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.running-sword.in-view img.sword1 {
	-webkit-transform: translate(-900px, 900px) rotate(0deg);
	-moz-transform: translate(-900px, 900px) rotate(0deg);
	transform: translate(-900px, 900px) rotate(-0deg);
}

.device-sm .running-sword.in-view img.sword1 {
	-webkit-transform: translate(-500px, 500px) rotate(0deg);
	-moz-transform: translate(-500px, 500px) rotate(0deg);
	transform: translate(-500px, 500px) rotate(-0deg);
	left: 348px;
	top: -348px;
	position: absolute;
	width: 100%;
}


.device-xs .running-sword.in-view img.sword1 {
	-webkit-transform: translate(-350px, 350px) rotate(0deg);
	-moz-transform: translate(-350px, 350px) rotate(0deg);
	transform: translate(-350px, 350px) rotate(-0deg);
	left: 348px;
	top: -348px;
	position: absolute;
	width: 100%;
} 

img.sword2 {
	width: 100%;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	right: 900px;
	top: -900px;
	position: relative;
}

.running-sword.in-view img.sword2 {
	-webkit-transform: translate(900px, 900px) rotate(0deg);
	-moz-transform: translate(900px, 900px) rotate(0deg);
	transform: translate(900px, 900px) rotate(-0deg);
}

.device-sm .running-sword.in-view img.sword2 {
	-webkit-transform: translate(500px, 500px) rotate(0deg);
	-moz-transform: translate(500px, 500px) rotate(0deg);
	transform: translate(500px, 500px) rotate(-0deg);
	right: 348px;
	top: -348px;
	position: relative;
	width: 100%;
}


.device-xs .running-sword.in-view img.sword2 {
	-webkit-transform: translate(350px, 350px) rotate(0deg);
	-moz-transform: translate(350px, 350px) rotate(0deg);
	transform: translate(350px, 350px) rotate(-0deg);
	right: 348px;
	top: -348px;
	position: relative;
	width: 100%;
}


/* 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;
	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.h-large 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: 25px;
	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: #966d35 !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: var(--cnvs-primary-font);
	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: #966d35 !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: #966d35;
	color: #FFF;
	padding: 8px 15px;
	z-index: 1;
	font-family: var(--cnvs-primary-font);
}

.filter-p-pricing::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -8px;
	height: 100%;
	width: 32px;
	background-color: #966d35;
	-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
---------------------------------------------------------------------------- */

.form-control.border-form-control {
	--cnvs-input-btn-padding-y: 7px;
	--cnvs-input-btn-padding-x: 4px;
	--cnvs-input-btn-font-size: 17px;
	--cnvs-input-btn-border-color: #444;
	--cnvs-input-font-family: var(--cnvs-primary-font);
}

.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: rgb(255, 255, 255) !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) {

	.slider-caption h2 {
		text-transform: none;
		letter-spacing: 0;
		line-height: 1;
		font-size: 48px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	/* 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: 21%;
	}

	/* 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.h-large 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;
}

html {
    --scrollbarBG: #ffffff;
    --thumbBG: #966d35;
  }
  body::-webkit-scrollbar {
    width: 13px;
  }

  body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  
  

  .consultForm label {
    color: white !important;
}


#lawfirm-inline label {
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2;
}

#lawfirm-inline input,
#lawfirm-inline select,
.dark #lawfirm-inline input,
.dark #lawfirm-inline select {
    max-width: 90%;
    display: inline-block;
    background-color: transparent;
    display: inline-block;
    margin: 0 10px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #FFF !important;
    font-size: 1.75rem;
    padding: 0 3px;
    color: #ac8434;
    font-weight: 300;
}

#lawfirm-inline input:focus {
    outline: none;
}


#lawfirm-inline select,
.dark #lawfirm-inline select {
    -webkit-appearance: none;
    border-radius: 0;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/select-arrow.svg");
    padding-right: 20px;
    background-size: 12px;
}

#lawfirm-inline input::-moz-placeholder {
    color: #ac8434;
}

#lawfirm-inline input:-ms-input-placeholder {
    color: #ac8434;
}

#lawfirm-inline input::-webkit-input-placeholder {
    color: #ac8434;
}

.lawfirm-inline-loader.css3-spinner {
    background-color: rgba(255, 255, 255, 0.8)
}

#lawfirm-inline-submitted,
.lawfirm-inline-success #lawfirm-inline,
.lawfirm-inline-success .lawfirm-inline-heading,
body:not(.lawfirm-inline-processing) .lawfirm-inline-loader {
    display: none;
}

.lawfirm-inline-success #lawfirm-inline-submitted {
    display: block;
}