@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap";
 @import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');


body {
	padding: 0;
	margin: 0;
	font-family: 'Cabin', sans-serif;
	font-size: 16px
}

a {
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	color: #161c2d;
	display: inline-block
}

a:hover,
a:focus {
	color: #f80a0a;
	text-decoration: none
}

button {
	outline: 0!important
}

p {
	margin-bottom: 15px;
	line-height: 1.8;
	color: #666;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 16px
}

p:last-child {
	margin-bottom: 0
}

i {
	line-height: normal
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

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

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #161c2d;
	font-family: 'Goldman', cursive;
	
	text-transform: capitalize
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

.tab .tabs_item {
	display: none
}

.tab .tabs_item:first-child {
	display: block
}

.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	background-color: #f80a0a;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px
}

.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #000244;
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover span {
	width: 225%;
	height: 562.5px
}

.section-title {
	text-align: center;
	margin-bottom: 35px
}

.section-title h2 {
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1
}

.section-title p {
	font-size: 16px
}

.main-responsive-nav {
	display: none
}

.main-navbar {
	padding: 15px 0
}

.main-navbar .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}

.main-navbar .navbar {
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0
}

.main-navbar .navbar .navbar-brand .white-logo {
	display: block
}

.main-navbar .navbar .navbar-brand .black-logo {
	display: none
}

.main-navbar .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.main-navbar .navbar .navbar-nav .nav-item {
	position: relative;
	margin-left: 15px;
	margin-right: 15px
}

.main-navbar .navbar .navbar-nav .nav-item a {
	
	color: #fff;
    font-size: 18px;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.main-navbar .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	position: relative;
	top: 4px;
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
	margin-left: 0
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
	border: none;
	top: 70px;
	left: 0;
	z-index: 99;
	opacity: 0;
	width: 205px;
	display: block;
	border-radius: 0;
	padding: 10px 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
	margin: 0
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 5px 20px;
	position: relative;
	display: block;
	color: #161c2d;
	font-size: 15px;
	font-weight: 600
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	right: -200px;
	left: auto;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 200px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -200px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 200px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -200px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 200px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #161c2d
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #f80a0a
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.main-navbar .navbar .others-options .option-item {
	margin-right: 15px
}

.main-navbar .navbar .others-options .option-item:last-child {
	margin-right: 0
}

.main-navbar .navbar .others-options .option-item .dropdown-account {
	position: relative
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle::after {
	display: none
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle i {
	font-size: 18px;
	color: #f80a0a;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: 1px
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
	position: relative;
	font-size: 20px;
	top: 4px;
	right: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #fff
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #fff
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu {
	padding: 15px;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	border-radius: 0;
	display: block;
	margin-top: 30px;
	opacity: 0;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item {
	padding: 0;
	color: #161c2d;
	margin-bottom: 15px;
	font-weight: 600
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item::before {
	display: none
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:last-child {
	margin-bottom: 0
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span {
	display: inline-block;
	margin-left: 8px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span:hover {
	color: #f80a0a
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:hover,
.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:focus {
	background-color: transparent!important
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:active,
.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item.active {
	color: #161c2d;
	background-color: transparent
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select {
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	line-height: initial;
	color: #fff;
	padding-left: 0;
	padding-right: 30px;
	position: relative;
	top: 2px
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 10px;
	margin-top: -5px
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	border-radius: 0;
	width: 150px;
    height: 96px;
	overflow-y: scroll;
	margin-top: 25px;
	margin-bottom: 0
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list::-webkit-scrollbar {
	display: none
}

.main-navbar .navbar .others-options .option-item .navbar-btn {
	display: inline-block;
	background-color: #f80a0a;
	color: #fff;
    padding: 9px 22px;
	    border-radius: 5px;

    font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s;
 }

.main-navbar .navbar .others-options .option-item .navbar-btn:hover {
	background-color: #000244
}

.navbar-area {
	position: absolute;
 	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 999
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: #fff!important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-brand .white-logo {
	display: none
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-brand .black-logo {
	display: block
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
	color: #161c2d
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a.active {
	color: #f80a0a
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
	color: #161c2d
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
	color: #161c2d
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #f80a0a
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #f80a0a
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
	color: #161c2d
}

.navbar-area.is-sticky.navbar-white-color {
	background-color: unset
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {
	color: #161c2d
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {
	color: #f80a0a
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
	top: 65
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
	color: #161c2d
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
	color: #161c2d
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #f80a0a
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #f80a0a
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
	color: #161c2d
}

.navbar-area.navbar-black-color {
	background-color: unset
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a {
	color: #161c2d
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a.active {
	color: #f80a0a
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
	top: 65
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
	color: #161c2d
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
	color: #161c2d
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #f80a0a
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #f80a0a
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
	color: #161c2d
}

.navbar-area.navbar-white-color {
	background-color: unset
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {
	color: #fff
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {
	color: #f80a0a
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
	top: 65
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #161c2d
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #f80a0a
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
	color: #fff
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
	color: #fff
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #f80a0a
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #f80a0a
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
	color: #fff
}

.others-option-for-responsive {
	display: none
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9991;
	position: absolute;
	right: 60px;
	top: -28px
}

.others-option-for-responsive .dot-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #161c2d
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #f80a0a
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	top: 10px;
	max-width: 260px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.others-option-for-responsive .option-inner .others-options .option-item {
	margin-right: 15px
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
	margin-right: 0
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account {
	position: relative
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle::after {
	display: none
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle i {
	font-size: 18px;
	color: #f80a0a;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: 1px
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle span i {
	position: relative;
	font-size: 20px;
	top: 4px;
	right: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle:hover {
	color: #fff
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
	color: #fff
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu {
	padding: 15px;
	border: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	border-radius: 0;
	display: block;
	margin-top: 30px;
	opacity: 0;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item {
	padding: 0;
	color: #161c2d;
	margin-bottom: 15px;
	font-weight: 600
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item::before {
	display: none
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:last-child {
	margin-bottom: 0
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span {
	display: inline-block;
	margin-left: 8px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span:hover {
	color: #f80a0a
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:hover,
.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:focus {
	background-color: transparent!important
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:active,
.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item.active {
	color: #161c2d;
	background-color: transparent
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select {
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	line-height: initial;
	color: #fff;
	padding-left: 0;
	padding-right: 30px;
	position: relative;
	top: 2px
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 10px
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	border-radius: 0;
    height: 95px;
	height: 200px;
	overflow-y: scroll;
	margin-top: 25px;
	margin-bottom: 0
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list::-webkit-scrollbar {
	display: none
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn {
	display: inline-block;
	background-color: #f80a0a;
	color: #fff;
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 10px
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn:hover {
	background-color: #000244
}

@media only screen and (max-width:1199px) {
	.main-responsive-nav {
		display: block
	}
	.main-responsive-nav .main-responsive-menu {
		position: relative
	}
	.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px
	}
	.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #f80a0a
	}
	.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
		display: none
	}
	.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 14px
	}
	.main-responsive-nav .main-responsive-menu.mean-container .others-options {
		display: none!important
	}
	.main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 360px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
	}
	.main-responsive-nav .mean-container a.meanmenu-reveal {
		color: #161c2d
	}
	.main-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #161c2d;
		position: relative
	}
	.main-responsive-nav .logo {
		position: relative
	}
	.main-responsive-nav .logo img {
		max-width: 100px!important
	}
	.navbar-area {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.main-navbar {
		display: none
	}
	.others-option-for-responsive {
		display: block
	}
}

.main-slides-with-category {
	overflow: hidden
}

.main-slides-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/main-slides/slides-bg1.jpg);
	position: relative;
	z-index: 1;
	padding-top: 235px;
	padding-bottom: 150px
}

.main-slides-item.item-two {
	background-image: url(../images/main-slides/slides-bg2.jpg)
}

.main-slides-item.item-three {
	background-image: url(../images/main-slides/slides-bg3.jpg)
}

.main-slides-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	opacity: .77
}

.main-slides-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28%;
	height: 100%;
	z-index: -1;
	background-color: #f6f7f9
}

.main-slides-item .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}

.main-slides-content {
	background-color: rgb(0 0 0 / 90%);
	padding: 50px 40px 60px;
	text-align: center;
	border-radius: 5px
}

.main-slides-content h1 {
	font-size: 85px;
	margin-bottom: 5px;
	color: #fff
}

.main-slides-content p {
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

.main-slides-content .slides-category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	text-align: center
}

.main-slides-content .slides-category-list .list {
	display: inline-block;
	-webkit-box-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%
}

.main-slides-content .slides-category-list .list .icon {
	margin-bottom: 15px
}

.main-slides-content .slides-category-list .list .icon a i {
	display: block;
	height: 65px;
	width: 65px;
	line-height: 65px;
	background-color: #fff;
	color: #161c2d;
	font-size: 42px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.main-slides-content .slides-category-list .list .icon a i:hover {
	background-color: #f80a0a;
	color: #fff
}

.main-slides-content .slides-category-list .list h3 {
	font-size: 18px;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 5px
}

.main-slides-content .slides-category-list .list h3 a {
	color: #fff
}

.main-slides-content .slides-category-list .list h3 a:hover {
	color: #f80a0a
}

.main-slides-content .slides-category-list .list span {
	color: #929ba4
}

.slides-category-list-tab .tabs {
	text-align: center;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.slides-category-list-tab .tabs li {
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px
}

.slides-category-list-tab .tabs li a {
	font-size: 16px;
	background-color: #121725;
	color: #fff;
	padding: 10px 35px;
	font-weight: 600
}

.slides-category-list-tab .tabs li.current a {
	color: #f80a0a
}

.slides-category-list-tab .tab_content .tabs_item {
	background-color: #1b1e29;
	padding: 20px;
	border-radius: 5px
}

.slides-category-list-tab .tab_content .tabs_item form {
	position: relative;
	padding-right: 85px
}

.slides-category-list-tab .tab_content .tabs_item form .form-group {
	margin-bottom: 0
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
	background-color: #fff;
	border: none;
	height: 60px;
	line-height: 62px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
	border-radius: 10px
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	-ms-overflow-style: none;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list::-webkit-scrollbar {
	display: none
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button {
	border: none;
	padding: 0;
	background-color: transparent
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #f80a0a;
	color: #fff;
	border-radius: 10px;
	font-size: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button i:hover {
	background-color: #fff;
	color: #f80a0a
}

.slides-category-list-tab .tab_content .advanced-search {
	text-align: center;
	margin-top: 20px
}

.slides-category-list-tab .tab_content .advanced-search a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative
}

.slides-category-list-tab .tab_content .advanced-search a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #afadb0
}

.slides-category-list-tab .tab_content .advanced-search a::after {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	bottom: 0;
	content: '';
	background-color: #f80a0a
}

.slides-category-list-tab .tab_content .advanced-search a:hover::before {
	background-color: #fff
}

.slides-category-list-tab .tab_content .advanced-search a:hover::after {
	width: 100%
}

.home-slides.owl-theme .owl-dots {
	margin: 0;
	position: absolute;
	top: 30%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	right: 20px;
	display: -ms-grid;
	display: grid
}

.home-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #f80a0a
}

.main-banner-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/main-banner-bg-1.jpg);
	position: relative;
	z-index: 1;
	padding-top: 235px;
	padding-bottom: 150px;
	background-attachment: fixed
}

.main-banner-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	opacity: .5
}

.main-banner-item-box {
	padding-top: 235px;
	padding-bottom: 150px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7dbfe), color-stop(#cdd2fe), color-stop(#c2c8fd), color-stop(#b8bffd), to(#adb6fc));
	background: linear-gradient(to bottom, #d7dbfe, #cdd2fe, #c2c8fd, #b8bffd, #adb6fc)
}

.main-banner-item-box .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}

.main-banner-item-box .main-banner-content {
	max-width: 100%;
	background-color: #fff
}

.main-banner-item-box .main-banner-content h1 {
	color: #161c2d
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tabs li a {
	background-color: #f3f3ff;
	color: #161c2d
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tabs li.current a {
	background-color: #f80a0a;
	color: #fff
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item {
	background-color: #e3e7ff
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
	background-color: #fff;
	border: 1px solid #fff
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .advanced-search a {
	color: #161c2d
}

.main-banner-item-box .main-banner-content .banner-category-list .list .icon a i {
	background-color: #e3e7ff
}

.main-banner-item-box .main-banner-content .banner-category-list .list .icon a i:hover {
	background-color: #f80a0a;
	color: #fff
}

.main-banner-item-box .main-banner-content .banner-category-list .list h3 a {
	color: #161c2d
}

.main-banner-item-box .main-banner-content .banner-category-list .list h3 a:hover {
	color: #f80a0a
}

.main-banner-content {
    background-color: rgb(41 41 41 / 60%);
	padding: 50px 40px 60px;
	border-radius: 5px;
	max-width: 870px
}

.main-banner-content h1 {
	font-size: 70px;
	margin-bottom: 0;
	color: #fff
}

.main-banner-content .banner-category-list-tab .tabs {
	text-align: left;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 40px
}

.main-banner-content .banner-category-list-tab .tabs li {
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px
}

.main-banner-content .banner-category-list-tab .tabs li a {
	font-size: 16px;
	background-color: #fff;
	color: #161c2d;
	padding: 10px 35px;
	font-weight: 600
}

.main-banner-content .banner-category-list-tab .tabs li.current a {
	background-color: #f80a0a;
	color: #fff
}

.main-banner-content .banner-category-list-tab .tab_content {
	position: relative
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item {
	background-color: #f6f7f9;
	padding: 20px;
	border-radius: 5px
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form {
	position: relative;
	padding-right: 85px
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group {
	margin-bottom: 0
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	height: 60px;
	line-height: 62px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
	border-radius: 5px
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list::-webkit-scrollbar {
	display: none
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button {
	border: none;
	padding: 0;
	background-color: transparent
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #f80a0a;
	color: #fff;
	border-radius: 10px;
	font-size: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button i:hover {
	background-color: #161c2d
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search {
	position: absolute;
	top: -38px;
	right: 0
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #afadb0
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a::after {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	bottom: 0;
	content: '';
	background-color: #f80a0a
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a:hover::before {
	background-color: #fff
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a:hover::after {
	width: 100%
}

.main-banner-content .banner-category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	text-align: center
}

.main-banner-content .banner-category-list .list {
	display: inline-block;
	-webkit-box-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%
}

.main-banner-content .banner-category-list .list .icon {
	margin-bottom: 15px
}

.main-banner-content .banner-category-list .list .icon a i {
	display: block;
	height: 65px;
	width: 65px;
	line-height: 65px;
	background-color: #fff;
	color: #161c2d;
	font-size: 42px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.main-banner-content .banner-category-list .list .icon a i:hover {
	background-color: #f80a0a;
	color: #fff
}

.main-banner-content .banner-category-list .list h3 {
	font-size: 18px;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 5px
}

.main-banner-content .banner-category-list .list h3 a {
	color: #fff
}

.main-banner-content .banner-category-list .list h3 a:hover {
	color: #f80a0a
}

.main-banner-content .banner-category-list .list span {
	color: #929ba4
}

.main-banner-image {
	text-align: center
}

.main-banner-image img {
	-webkit-animation: moveBounce 10s linear infinite;
	animation: moveBounce 10s linear infinite
}

@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.featured-cars-area.bg-161c2d {
	background-color: #161c2d
}

.featured-cars-area.bg-161c2d .section-title h2 {
	color: #fff
}

.featured-cars-area.bg-161c2d .section-title p {
	color: #929ba4
}

.featured-cars-area.bg-ffffff {
	background-color: #fff
}

.featured-cars-area.bg-ffffff .single-featured-cars-box {
	background-color: #161c2d
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-image .icon {
	background-color: #161c2d
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content h3 a {
	color: #fff
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content p {
	color: #929ba4
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content p b {
	color: #fff
}

.single-featured-cars {
	position: relative;
	margin-bottom: 30px
}

.single-featured-cars img {
	border-radius: 5px
}

.single-featured-cars::before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
	width: 100%;
	height: 90%;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
	border-radius: 5px
}

.single-featured-cars .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 5
}

.single-featured-cars .content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-featured-cars .content h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-featured-cars .content h3 a {
	color: #fff
}

.single-featured-cars .content p {
	font-size: 15px;
	color: #929ba4
}

.single-featured-cars .content p b {
	color: #fff
}

.single-featured-cars:hover .content {
	bottom: 5px
}

.single-featured-cars-box {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	padding-bottom: 0
}

.single-featured-cars-box .box-image {
	position: relative
}

.single-featured-cars-box .box-image a img {
	border-radius: 5px
}

.single-featured-cars-box .box-image .icon {
	position: absolute;
	bottom: -20px;
	right: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	border-radius: 50px
}

.single-featured-cars-box .box-image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-featured-cars-box .box-content {
	padding: 25px 15px
}

.single-featured-cars-box .box-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-featured-cars-box .box-content h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-featured-cars-box .box-content h3 a {
	color: #161c2d
}

.single-featured-cars-box .box-content p {
	font-size: 15px;
	color: #929ba4
}

.single-featured-cars-box .box-content p b {
	color: #161c2d
}

.single-featured-cars-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-featured-cars-box:hover .box-image .icon {
	bottom: 20px;
	background-color: #f80a0a
}

.single-featured-cars-box:hover .box-image .icon i {
	margin: 0
}

.car-ranking-area {
	background-color: #f6f7f9;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.car-ranking-area .section-title {
	text-align: left;
	position: relative
}

.car-ranking-area .section-title .section-btn {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0
}

.car-ranking-area .section-title .section-btn .default-btn {
	padding: 15px 45px;
	border-radius: 5px;
	background-color: transparent;
	color: #161c2d;
	border: 1px solid #f80a0a
}

.car-ranking-area .section-title .section-btn .default-btn span {
	background-color: #f80a0a
}

.car-ranking-area .section-title .section-btn .default-btn:hover {
	color: #fff
}

.car-ranking-area.bg-ffffff {
	background-color: #fff
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn {
	background-color: #f80a0a;
	border: 1px solid #f80a0a;
	color: #fff
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn span {
	background-color: #161c2d
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn:hover {
	color: #fff;
	border: 1px solid #161c2d
}

.car-ranking-area.bg-ffffff .single-car-ranking {
	padding: 10px;
	border-radius: 5px;
	background-color: #f6f7f9;
	padding-bottom: 0
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-image {
	position: relative
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-image a img {
	border-radius: 5px
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-content {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 25px 15px;
	border-radius: unset
}

.car-ranking-area.bg-161c2d {
	background-color: #161c2d;
	position: relative;
	z-index: 1
}

.car-ranking-area.bg-161c2d .section-title h2 {
	color: #fff
}

.car-ranking-area.bg-161c2d .section-title p {
	color: #fff
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn {
	background-color: #f80a0a;
	border: 1px solid #f80a0a;
	color: #fff
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn span {
	background-color: #fff
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn:hover {
	color: #f80a0a;
	border: 1px solid #161c2d
}

.car-ranking-area.bg-161c2d .single-car-ranking {
	padding: 10px;
	border-radius: 5px;
	background-color: #f6f7f9;
	padding-bottom: 0
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-image {
	    text-align: center;

	position: relative
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-image a img {
	border-radius: 5px
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-content {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 25px 15px;
	border-radius: unset
}

.car-ranking-area.bg-161c2d::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: -1;
	width: 100%;
	height: 35%
}

.single-car-ranking {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-car-ranking .car-ranking-image {
	position: relative
}

.single-car-ranking .car-ranking-image a img {
	border-radius: 5px 5px 0 0
}

.single-car-ranking .car-ranking-image .icon {
	position: absolute;
	bottom: -20px;
	right: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	border-radius: 50px
}

.single-car-ranking .car-ranking-image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-car-ranking .car-ranking-content {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 25px;
	border-radius: 0 0 5px 5px
}

.single-car-ranking .car-ranking-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-car-ranking .car-ranking-content h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-car-ranking .car-ranking-content h3 a {
	color: #161c2d
}

.single-car-ranking .car-ranking-content p {
	font-size: 15px;
	color: #929ba4
}

.single-car-ranking .car-ranking-content p b {
	color: #161c2d
}

.single-car-ranking:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-car-ranking:hover .car-ranking-image .icon {
	bottom: 20px;
	background-color: #f80a0a
}

.single-car-ranking:hover .car-ranking-image .icon i {
	margin: 0
}

.car-ranking-shape .shape-1 {
	position: absolute;
	top: -90px;
	left: 30%;
	z-index: -1
}

.car-ranking-shape .shape-2 {
	position: absolute;
	right: 10%;
	top: 3%;
	z-index: -1
}

.car-ranking-shape .shape-3 {
	position: absolute;
	left: 0;
	bottom: 22%;
	z-index: -1
}

.car-ranking-shape .shape-4 {
	position: absolute;
	right: 0;
	bottom: 22%;
	z-index: -1
}

.models-box-item .models-image {
	background-image: url(../images/models/models-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin-top: -100px
}

.models-box-item .models-image.two {
	background-image: url(../images/models/models-2.jpg)
}

.models-box-item .models-image.three {
	background-image: url(../images/models/models-3.jpg)
}

.models-box-item .models-image.four {
	background-image: url(../images/models/models-4.jpg)
}

.models-box-item .models-title {
	text-align: center;
	margin-top: 50px
}

.models-box-item .models-title h3 {
	font-size: 36px;
	margin-bottom: 0
}

.models-box-item .models-item {
	background-color: rgb(0 0 0 / 90%);
	padding: 50px;
	margin-left: -180px;
	margin-top: 50px
}

.models-box-item .models-item .models-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff
}

.models-box-item .models-item .models-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.models-box-item .models-item .models-content h4 {
	font-size: 25px;
	margin-top: 20px;
	color: #fff
}

.models-box-item .models-item .models-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.models-box-item .models-item .models-list li {
	list-style-type: none;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%
}

.models-box-item .models-item .models-list li span {
	color: #929ba4
}

.models-slides {
	background-color: #f6f7f9
}

.models-slides.owl-theme .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 35px;
	left: 22%;
	-webkit-transform: translateX(-22%);
	transform: translateX(-22%)
}

.models-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background-color: #161c2d;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%
}

.models-slides.owl-theme .owl-dots .owl-dot:hover span,
.models-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #f80a0a
}

.choose-area.bg-f6f7f9 {
	background-color: #f6f7f9
}

.choose-item {
	max-width: 570px
}

.choose-item .content h3 {
	font-size: 36px
}

.choose-item .choose-inner-content {
	position: relative;
	margin-top: 30px;
	padding-left: 110px
}

.choose-item .choose-inner-content .icon {
	position: absolute;
	left: 0;
	top: 0
}

.choose-item .choose-inner-content .icon i {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 50px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-item .choose-inner-content h4 {
	margin-bottom: 12px
}

.choose-item .choose-inner-content:hover .icon i {
	-webkit-animation: bounce 1s;
	animation: bounce 1s
}

.choose-item.item-wrap .choose-inner-content .icon i {
	background-color: #e3e7ff;
	color: #161c2d
}

.choose-item.item-wrap .choose-inner-content:hover .icon i {
	background-color: #f80a0a;
	color: #fff;
	-webkit-animation: bounce 1s;
	animation: bounce 1s
}

.choose-image {
	position: relative
}

.choose-image .image-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -100px;
 	border-radius: 10px
}

.choose-image .image-box .video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	border-radius: 50%;
	color: #161c2d;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image .image-box .video-btn i {
	font-size: 65px;
	position: relative;
	top: 4px;
	left: 8px;
	color: #f80a0a;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image .image-box .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image .image-box .video-btn:hover {
	background-color: #f80a0a
}

.choose-image .image-box .video-btn:hover i {
	color: #fff
}

.choose-image-wrap {
	position: relative
}

.choose-image-wrap .video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #f80a0a;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 30%;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	bottom: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image-wrap .video-btn i {
	font-size: 65px;
	position: relative;
	top: 4px;
	left: 8px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image-wrap .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #f80a0a;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-image-wrap .video-btn:hover {
	background-color: #f80a0a
}

.choose-image-wrap .video-btn:hover i {
	color: #fff
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.testimonials-area {
	background-image: url(../images/testimonials/testimonials-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.testimonials-area .section-title h2 {
	margin-bottom: 0
}

.testimonials-item {
	text-align: center;
	max-width: 910px;
	margin: auto
}

.testimonials-item .icon {
	margin-bottom: 10px
}

.testimonials-item .icon i {
	font-size: 80px;
	color: #f80a0a;
	line-height: 1
}

.testimonials-item p {
	font-size: 24px
}

.testimonials-item .info-name {
	margin-top: 20px
}

.testimonials-item .info-name img {
	display: inline-block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin-bottom: 15px
}

.testimonials-item .info-name h3 {
	font-size: 26px;
	margin-bottom: 5px
}

.testimonials-item .info-name span {
	color: #666;
	font-size: 16px;
	font-weight: 500
}

.testimonials-slides.owl-theme .owl-nav {
	margin-top: 0
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 48px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	color: #161c2d;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-]:hover,
.testimonials-slides.owl-theme .owl-nav [class*=owl-]:focus {
	background-color: #f80a0a;
	color: #fff
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700
}

.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 30px
}

.blog-area .section-title {
	text-align: left;
	position: relative
}

.blog-area .section-title .section-btn {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0
}

.blog-area .section-title .section-btn .default-btn {
	padding: 15px 45px;
	border-radius: 5px;
	background-color: transparent;
	color: #161c2d;
	border: 1px solid #f80a0a
}

.blog-area .section-title .section-btn .default-btn span {
	background-color: #f80a0a
}

.blog-area .section-title .section-btn .default-btn:hover {
	color: #fff
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn {
	padding: 15px 45px;
	border-radius: 5px;
	background-color: #f80a0a;
	color: #fff;
	border: none
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn span {
	background-color: #161c2d
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn:hover {
	color: #fff
}

.blog-area.bg-ffffff .single-blog {
	background-color: #f6f7f9;
	padding: 10px;
	border-radius: 5px
}

.blog-area.bg-ffffff .single-blog img {
	border-radius: 5px
}

.blog-area.bg-ffffff .single-blog .blog-content {
	background-color: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 20px 10px;
	max-width: 100%;
	margin: 0 auto
}

.blog-area.bg-color .section-title .section-btn .default-btn {
	padding: 15px 45px;
	border-radius: 5px;
	background-color: #f80a0a;
	color: #fff;
	border: none
}

.blog-area.bg-color .section-title .section-btn .default-btn span {
	background-color: #161c2d
}

.blog-area.bg-color .section-title .section-btn .default-btn:hover {
	color: #fff
}

.blog-area.bg-color .single-blog {
	background-color: #161c2d;
	padding: 10px;
	border-radius: 5px
}

.blog-area.bg-color .single-blog img {
	border-radius: 5px
}

.blog-area.bg-color .single-blog .blog-content {
	background-color: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 20px 10px;
	max-width: 100%;
	margin: 0 auto
}

.blog-area.bg-color .single-blog .blog-content h3 a {
	color: #fff
}

.blog-area.bg-color .single-blog .blog-content .post-meta li {
	color: #fff
}

.blog-area.bg-color .single-blog .blog-content .post-meta li::before {
	background-color: #fff
}

.blog-area.bg-color .single-blog .blog-content .post-meta li a {
	color: #fff;
	font-size: 15px
}

.blog-area.bg-color .single-blog .blog-content p {
	color: #fff
}

.single-blog {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-blog .blog-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 20px;
	max-width: 400px;
	margin: -30px auto 0;
	position: relative
}

.single-blog .blog-content .tag {
	display: inline-block;
	padding: 5px 30px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-blog .blog-content h3 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 0
}

.single-blog .blog-content h3 a {
	color: #161c2d
}

.single-blog .blog-content .post-meta {
	padding-left: 0;
	margin-top: 18px;
	margin-bottom: 15px
}

.single-blog .blog-content .post-meta li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	margin-right: 25px;
	color: #929ba4;
	font-size: 15px;
	position: relative
}

.single-blog .blog-content .post-meta li::before {
	position: absolute;
	right: -15px;
	top: 4px;
	width: 1px;
	content: '';
	height: 15px;
	background-color: #161c2d
}

.single-blog .blog-content .post-meta li:last-child {
	margin-right: 0
}

.single-blog .blog-content .post-meta li:last-child::before {
	display: none
}

.single-blog .blog-content .post-meta li a {
	color: #929ba4;
	font-size: 15px
}

.single-blog .blog-content .post-meta li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #f80a0a
}

.single-blog .blog-content .blog-btn {
	margin-top: 20px
}

.single-blog:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.team-area {
	position: relative
}

.team-area .section-title {
	text-align: left;
	position: relative
}

.team-area .section-title .section-btn {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0
}

.team-area .section-title .section-btn .default-btn {
	padding: 15px 45px;
	border-radius: 5px;
	background-color: #f80a0a;
	color: #fff
}

.team-area .section-title .section-btn .default-btn span {
	background-color: #161c2d
}

.team-area .section-title .section-btn .default-btn:hover {
	color: #fff
}

.team-area::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #161c2d;
	z-index: -1;
	width: 100%;
	height: 35%
}

.team-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #e6e8ea;
	z-index: -1;
	width: 100%;
	height: 1px;
	max-width: 1410px;
	margin: auto
}

.team-area.bg-ffffff::after {
	display: none
}

.team-area.bg-color .section-title {
	text-align: center
}

.team-area.bg-color::before {
	display: none
}

.team-area.bg-color::after {
	display: none
}

.single-team {
	background-color: #f6f7f9;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team img {
	border-radius: 5px
}

.single-team .team-content {
	text-align: center;
	padding: 25px 15px
}

.single-team .team-content h3 {
	font-size: 26px;
	margin-bottom: 5px
}

.single-team .team-content span {
	font-size: 16px;
	color: #929ba4
}

.single-team .team-content .share-link {
	margin-top: 20px
}

.single-team .team-content .share-link a {
	margin-right: 10px
}

.single-team .team-content .share-link a:last-child {
	margin-right: 0
}

.single-team .team-content .share-link a i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #ebebeb;
	color: #929ba4;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-team:hover .team-content .share-link a i {
	background-color: #f80a0a;
	color: #fff
}

.partner-area {
	background-color: #161c2d
}

.partner-item img {
	width: auto!important;
	margin: auto
}

.partner-slides.owl-theme .owl-nav {
	margin-top: 0
}

.partner-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	color: #161c2d;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden
}

.partner-slides.owl-theme .owl-nav [class*=owl-]:hover,
.partner-slides.owl-theme .owl-nav [class*=owl-]:focus {
	background-color: #f80a0a;
	color: #fff
}

.partner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}

.partner-slides.owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700
}

.partner-slides.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: -50px;
	-webkit-transition: .5s;
	transition: .5s
}

.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -50px
}

.listing-area {
	background-color: #161c2d;
	position: relative;
	z-index: 1
}

.listing-area::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: -1;
	width: 100%;
	height: 70px
}

.listing-box-item .listing-item .listing-content h3 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #fff
}

.listing-box-item .listing-item .listing-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.listing-box-item .listing-item .listing-content h4 {
	font-size: 25px;
	margin-top: 20px;
	color: #fff
}

.listing-box-item .listing-item .listing-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listing-box-item .listing-item .listing-list li {
	list-style-type: none;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%
}

.listing-box-item .listing-item .listing-list li:last-child {
	margin-top: 0
}

.listing-box-item .listing-item .listing-list li span {
	color: #929ba4
}

.listing-box-item .listing-image img {
	border-radius: 5px
}

.listing-slides.owl-theme .owl-nav {
	margin-top: 0;
	margin-left: -200px;
	position: absolute;
	left: 0;
	right: 30%;
	margin: auto;
	bottom: 10px
}

.listing-slides.owl-theme .owl-nav [class*=owl-] {
	background-color: #f80a0a;
	border: 1px solid #f80a0a;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	margin: 0 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px
}

.listing-slides.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #fff;
	border-color: #fff;
	color: #f80a0a;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.page-banner-area {
	position: relative;
	z-index: 1;
	background-image: url(../images/page-banner/page-banner-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-bottom: 130px
}

.page-banner-area.item-bg-1 {
	background-image: url(../images/page-banner/page-banner-2.jpg)
}

.page-banner-area.item-bg-2 {
	background-image: url(../images/page-banner/page-banner-3.jpg)
}

.page-banner-area.item-bg-3 {
	background-image: url(../images/page-banner/page-banner-4.jpg)
}

.page-banner-area.item-bg-4 {
	background-image: url(../images/page-banner/page-banner-5.jpg)
}

.page-banner-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
    background-color: rgb(0 0 0 / 56%);
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .9
}

.page-banner-content {
	text-align: center
}

.page-banner-content h2 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 60px
}

.page-banner-content .pages-list {
	text-align: center;
	padding-left: 0;
	margin-bottom: 0
}

.page-banner-content .pages-list li {
	display: inline-block;
	list-style-type: none;
	margin-left: 30px;
	font-weight: 600;
	color: #fff;
	position: relative
}

.page-banner-content .pages-list li::before {
	content: '';
	position: absolute;
	left: -16px;
	top: 6px;
	height: 12px;
	width: 1px;
	background: #fff;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}

.page-banner-content .pages-list li span {
	color: #f80a0a
}

.page-banner-content .pages-list li:first-child {
	margin-left: 0
}

.page-banner-content .pages-list li:first-child::before {
	display: none
}

.page-banner-content .pages-list li a {
	display: block;
	color: #fff
}

.page-banner-content .pages-list li a:hover {
	color: #f80a0a
}

.about-image {
	text-align: center
}

.about-image img {
	border-radius: 5px
}

.about-content .title {
	margin-bottom: 20px
}

.about-content .title h3 {
	font-size: 36px;
	margin-bottom: 10px
}

.about-content .title span {
	font-size: 16px;
	font-weight: 500
}

.about-content b {
	font-size: 16px;
	font-weight: 600
}

.single-fun-fact {
	margin-bottom: 30px;
	text-align: center
}

.single-fun-fact h3 {
	margin-bottom: 0;
	line-height: 1;
	font-size: 60px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #f80a0a
}

.single-fun-fact p {
	font-size: 16px;
	font-weight: 500
}

.faq-area .section-title h2 {
	margin-bottom: 0
}

.faq-accordion {
	max-width: 930px;
	margin: auto
}

.faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 30px
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding: 25px 40px 25px 25px;
	color: #161c2d;
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 20px;
	
	cursor: pointer;
	background: #f6f7f9
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f80a0a;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.faq-accordion .accordion .accordion-title.active i::before {
	content: "\eaed";
	color: #f80a0a
}

.faq-accordion .accordion .accordion-content {
	display: none;
	padding: 20px 0
}

.faq-accordion .accordion .accordion-content p {
	color: #666;
	font-weight: 400
}

.faq-accordion .accordion .accordion-content:last-child {
	padding-bottom: 0
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.auto-loan-calculator .section-title p {
	max-width: 420px;
	margin: auto
}

.loan-calculator-form {
	max-width: 695px;
	margin: auto
}

.loan-calculator-form .calculator-title {
	margin-bottom: 20px
}

.loan-calculator-form .calculator-title h3 {
	font-size: 20px;
	margin-bottom: 5px
}

.loan-calculator-form form {
	margin-top: 40px
}

.loan-calculator-form form .row {
	margin-left: -10px;
	margin-right: -10px
}

.loan-calculator-form form .row .col-lg-6,
.loan-calculator-form form .row .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px
}

.loan-calculator-form form p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px
}

.loan-calculator-form form .form-group {
	margin-bottom: 20px;
	text-align: left;
	position: relative
}

.loan-calculator-form form .form-group label {
	z-index: 1;
	display: inline-block;
	margin-bottom: 0;
	position: absolute;
	left: 15px;
	top: 14px;
	color: #161c2d;
	font-size: 20px;
	padding-right: 12px
}

.loan-calculator-form form .form-group label::before {
	position: absolute;
	right: 0;
	top: -14px;
	width: 1px;
	content: '';
	height: 55px;
	background-color: #e1e1e1
}

.loan-calculator-form form .form-group .form-control {
	line-height: initial;
	height: 55px;
	background-color: #f6f7f9;
	color: #161c2d;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px
}

.loan-calculator-form form .form-group .nice-select {
	background-color: #f6f7f9;
	height: 55px;
	line-height: 55px;
	border: 1px solid #ebebeb;
	color: #666;
	padding-left: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px
}

.loan-calculator-form form .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	height: 260px;
	overflow-y: scroll;
	padding-top: 10px;
	padding-bottom: 10px
}

.loan-calculator-form form .form-group .nice-select .list .option {
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	color: #161c2d;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px
}

.loan-calculator-form form .form-group .nice-select .list .option:hover {
	background-color: #f80a0a!important;
	color: #fff
}

.loan-calculator-form form .form-group .nice-select .list .option.selected {
	background-color: transparent
}

.loan-calculator-form form .form-group .nice-select::after {
	right: 15px;
	width: 8px;
	height: 8px;
	border-color: #f80a0a
}

.loan-calculator-form form .default-btn {
	margin-top: 0;
	width: 100%
}

.loan-calculator-form form .calculator-payment {
	text-align: center;
	background-color: #f6f7f9;
	border: 1px solid #f80a0a;
	padding: 30px;
	margin-top: 25px
}

.loan-calculator-form form .calculator-payment h3 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px
}

.user-profile-information {
	background-color: #f6f7f9;
	padding: 30px;
	border-radius: 5px
}

.user-profile-information .profile-title {
	margin-bottom: 20px
}

.user-profile-information .profile-title img {
	display: inline-block;
	height: 250px;
	width: 250px;
	border-radius: 50%;
	margin-bottom: 25px
}

.user-profile-information .profile-title h3 {
	font-size: 30px;
	margin-bottom: 5px
}

.user-profile-information .profile-title span {
	font-size: 16px;
	color: #929ba4
}

.user-profile-information .profile-info {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 30px
}

.user-profile-information .profile-info li {
	list-style-type: none;
	margin-bottom: 15px
}

.user-profile-information .profile-info li:last-child {
	margin-bottom: 0
}

.user-profile-information .profile-info li span {
	display: block;
	font-size: 18px;
	color: #161c2d;
	
	margin-bottom: 5px
}

.user-profile-information .profile-info li a {
	color: #666;
	font-weight: 500
}

.user-profile-information .profile-info li a:hover {
	color: #f80a0a
}

.user-profile-information .profile-contact form .form-group {
	margin-bottom: 20px
}

.user-profile-information .profile-contact form .form-group label {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin-bottom: 8px
}

.user-profile-information .profile-contact form .form-group .form-control {
	display: block;
	width: 100%;
	height: 60px;
	outline: 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	padding: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.user-profile-information .profile-contact form .form-group .form-control:focus {
	outline: 0;
	border-color: #f80a0a;
	-webkit-box-shadow: none;
	box-shadow: none
}

.user-profile-information .profile-contact form .form-check {
	font-weight: 400;
	color: #666;
	font-size: 15px
}

.user-profile-information .profile-contact form .form-check a {
	color: #f80a0a
}

.user-profile-information .profile-contact form .form-check-input {
	margin-top: 2px
}

.user-profile-information .profile-contact form .default-btn {
	margin-top: 15px;
	width: 100%
}

.user-profile-title h3 {
	font-size: 36px;
	margin-bottom: 0
}

.single-user-profile-car {
	margin-top: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 10px 10px 0;
	border-radius: 5px;
	background-color: #161c2d
}

.single-user-profile-car .user-image {
	position: relative
}

.single-user-profile-car .user-image a img {
	border-radius: 5px
}

.single-user-profile-car .user-image .icon {
	position: absolute;
	bottom: -20px;
	right: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #161c2d;
	border-radius: 50px
}

.single-user-profile-car .user-image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-user-profile-car .user-content {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 25px 15px;
	border-radius: 0 0 5px 5px
}

.single-user-profile-car .user-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-user-profile-car .user-content h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-user-profile-car .user-content h3 a {
	color: #fff
}

.single-user-profile-car .user-content p {
	font-size: 15px;
	color: #929ba4
}

.single-user-profile-car .user-content p b {
	color: #fff
}

.single-user-profile-car:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-user-profile-car:hover .user-image .icon {
	bottom: 20px;
	background-color: #f80a0a
}

.single-user-profile-car:hover .user-image .icon i {
	margin: 0
}

.car-shop-filter-options p {
	font-weight: 600
}

.car-shop-filter-options .car-shop-ordering-list .nice-select {
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 48px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500
}

.car-shop-filter-options .car-shop-ordering-list .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	-ms-overflow-style: none;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.single-car-shop-item {
	margin-top: 30px;
	background-color: #f6f7f9;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-car-shop-item .car-shop-image {
	position: relative
}

.single-car-shop-item .car-shop-image img {
	border-radius: 5px
}

.single-car-shop-item .car-shop-image .icon {
	position: absolute;
	top: 10px;
	left: 10px
}

.single-car-shop-item .car-shop-image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	text-align: center;
	font-size: 25px;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-car-shop-item .car-shop-image .icon a i:hover {
	background-color: #161c2d
}

.single-car-shop-item .car-shop-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px
}

.single-car-shop-item .car-shop-content h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-car-shop-item .car-shop-content h3 a {
	color: #161c2d
}

.single-car-shop-item .car-shop-content p {
	font-size: 15px;
	color: #929ba4;
	margin-bottom: 0
}

.single-car-shop-item .car-shop-content p b {
	color: #161c2d
}

.single-car-shop-item .car-shop-content .list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px
}

.single-car-shop-item .car-shop-content .list li {
	color: #161c2d;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: 600
}

.single-car-shop-item .car-shop-content .list li:last-child {
	margin-bottom: 0
}

.single-car-shop-item .car-shop-content .list li span {
	color: #929ba4;
	font-weight: 500
}

.single-car-shop-item .car-shop-list {
	margin-left: 70px;
	position: relative
}

.single-car-shop-item .car-shop-list::before {
	position: absolute;
	left: -70px;
	top: 0;
	width: 1px;
	content: '';
	height: 100%;
	background-color: #e1e1e1
}

.single-car-shop-item .car-shop-list h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Cabin', sans-serif;
	font-weight: 600
}

.single-car-shop-item .car-shop-list .list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 15px
}

.single-car-shop-item .car-shop-list .list li {
	list-style-type: none;
	color: #929ba4;
	margin-bottom: 10px;
	position: relative;
	padding-left: 22px
}

.single-car-shop-item .car-shop-list .list li:last-child {
	margin-bottom: 0
}

.single-car-shop-item .car-shop-list .list li i {
	font-size: 16px;
	color: #f80a0a;
	position: absolute;
	left: 0;
	top: 1px
}

.single-car-shop-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-car-shop-box {
	margin-top: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 10px 10px 0;
	border-radius: 5px;
	background-color: #161c2d
}

.single-car-shop-box .image {
	position: relative
}

.single-car-shop-box .image a img {
	border-radius: 5px
}

.single-car-shop-box .image .icon {
	position: absolute;
	bottom: -20px;
	right: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #161c2d;
	border-radius: 50px
}

.single-car-shop-box .image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-car-shop-box .content {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 25px 15px;
	border-radius: 0 0 5px 5px
}

.single-car-shop-box .content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.single-car-shop-box .content h3 {
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 10px
}

.single-car-shop-box .content h3 a {
	color: #fff
}

.single-car-shop-box .content p {
	font-size: 15px;
	color: #929ba4
}

.single-car-shop-box .content p b {
	color: #fff
}

.single-car-shop-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-car-shop-box:hover .image .icon {
	bottom: 20px;
	background-color: #f80a0a
}

.single-car-shop-box:hover .image .icon i {
	margin: 0
}

.pagination-area {
	margin-top: 30px
}

.pagination-area .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	display: inline-block;
	background-color: #f6f7f9;
	color: #161c2d;
	font-size: 18px;
	
	border-radius: 5px;
	text-align: center
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
	background: #f80a0a;
	color: #fff
}

.pagination-area .page-numbers i {
	position: relative;
	top: 1px
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 750px
}

.error-content h3 {
	font-size: 50px;
	margin-top: 35px;
	margin-bottom: 15px
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px
}

.terms-of-service-area .container {
	max-width: 850px;
	margin: auto
}

.terms-of-service-title {
	margin-bottom: 35px
}

.terms-of-service-title h2 {
	font-size: 36px;
	margin-bottom: 10px
}

.terms-of-service-box .terms-content {
	margin-bottom: 20px
}

.terms-of-service-box .terms-content:last-child {
	margin-bottom: 0
}

.terms-of-service-box .terms-content h3 {
	font-size: 22px;
	margin-bottom: 10px
}

.terms-of-service-box .terms-content .list {
	padding-left: 0;
	margin-bottom: 0
}

.terms-of-service-box .terms-content .list li {
	list-style-type: none;
	margin-bottom: 15px;
	color: #666;
	font-weight: 500
}

.terms-of-service-box .terms-content .list li:last-child {
	margin-bottom: 0
}

.terms-of-service-box .terms-content .list li i {
	font-size: 16px;
	color: #f80a0a;
	margin-right: 5px
}

.privacy-policy-area .container {
	max-width: 850px;
	margin: auto
}

.privacy-policy-title {
	margin-bottom: 35px
}

.privacy-policy-title h2 {
	font-size: 36px;
	margin-bottom: 10px
}

.privacy-policy-box .privacy-content {
	margin-bottom: 20px
}

.privacy-policy-box .privacy-content:last-child {
	margin-bottom: 0
}

.privacy-policy-box .privacy-content h3 {
	font-size: 22px;
	margin-bottom: 10px
}

.privacy-policy-box .privacy-content .list {
	padding-left: 0;
	margin-bottom: 0
}

.privacy-policy-box .privacy-content .list li {
	list-style-type: none;
	margin-bottom: 15px;
	color: #666;
	font-weight: 500
}

.privacy-policy-box .privacy-content .list li:last-child {
	margin-bottom: 0
}

.privacy-policy-box .privacy-content .list li i {
	font-size: 16px;
	color: #f80a0a;
	margin-right: 5px
}

.coming-soon-area {
	height: 100vh;
	background-image: url(../images/coming-soon-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.coming-soon-content {
	max-width: 750px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 45px 30px;
	-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
	box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
	margin: auto
}

.coming-soon-content h1 {
	font-size: 45px;
	margin-bottom: 15px
}

.coming-soon-content h1 a {
	color: #161c2d
}

.coming-soon-content h2 {
	font-size: 30px;
	margin-bottom: 0
}

.coming-soon-content #timer {
	margin-top: 35px
}

.coming-soon-content #timer div {
	background-color: #f80a0a;
	color: #fff;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	font-size: 40px;
	
	margin-left: 5px;
	margin-right: 5px
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 15px;
	font-weight: 500
}

.coming-soon-content .newsletter-form {
	margin-top: 45px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 30px
}

.coming-soon-content .newsletter-form .form-group {
	margin-bottom: 15px;
	width: 100%
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
	border-radius: 0;
	border: none;
	border: 1px solid #eee;
	background-color: #eee;
	padding: 15px;
	color: #161c2d;
	height: 60px;
	display: block;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
	color: transparent
}

.coming-soon-content .newsletter-form .default-btn {
	width: 100%;
	border-radius: 5px
}

.coming-soon-content .newsletter-form .validation-danger {
	margin-top: 15px;
	color: red
}

.login-form {
	border-radius: 5px;
	max-width: 650px;
	margin: auto
}

.login-form h2 {
	margin-bottom: 5px;
	font-size: 35px
}

.login-form p {
	margin-bottom: 0
}

.login-form form {
	margin-top: 30px
}

.login-form form .form-group {
	margin-bottom: 25px
}

.login-form form .form-group label {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-weight: 500;
	font-size: 16px
}

.login-form form .form-group .form-control {
	height: 60px;
	padding: 0 0 0 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.login-form form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.login-form form .lost-your-password {
	text-align: right
}

.login-form form .lost-your-password a {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #666
}

.login-form form .lost-your-password a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #eee
}

.login-form form .lost-your-password a::after {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	bottom: 0;
	content: '';
	background-color: #f80a0a
}

.login-form form .lost-your-password a:hover::before {
	width: 0
}

.login-form form .lost-your-password a:hover::after {
	width: 100%
}

.login-form form .default-btn {
	margin-top: 25px;
	padding: 15px 45px
}

.login-form.mb-30 {
	margin-bottom: 30px
}

.register-form {
	border-radius: 5px;
	max-width: 650px;
	margin: auto
}

.register-form h2 {
	margin-bottom: 5px;
	font-size: 35px
}

.register-form p {
	margin-bottom: 0
}

.register-form form {
	margin-top: 30px
}

.register-form form .form-group {
	margin-bottom: 25px
}

.register-form form .form-group label {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-weight: 500;
	font-size: 16px
}

.register-form form .form-group .form-control {
	height: 60px;
	padding: 0 0 0 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.register-form form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.register-form form .description {
	font-style: italic;
	font-size: 13.5px;
	margin-top: -10px;
	margin-bottom: 15px
}

.register-form form .default-btn {
	padding: 15px 45px
}

.reset-password-form {
	padding: 35px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	max-width: 650px;
	margin: auto
}

.reset-password-form h2 {
	margin-bottom: 30px;
	font-size: 30px;
	border-bottom: 1px solid #dedddf;
	padding-bottom: 15px;
	position: relative
}

.reset-password-form h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #f80a0a;
	height: 100%;
	width: 100px
}

.reset-password-form form .form-group {
	margin-bottom: 25px
}

.reset-password-form form .form-group label {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-weight: 500;
	font-size: 16px
}

.reset-password-form form .form-group .form-control {
	height: 60px;
	padding: 0 0 0 15px;
	line-height: initial;
	color: #161c2d;
	background-color: transparent;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.reset-password-form form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.reset-password-form form .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.reset-password-form form .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.reset-password-form form .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.reset-password-form form .form-group .form-control:focus::placeholder {
	color: transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.reset-password-form form button {
	width: 100%;
	border-radius: 5px;
	width: 100%;
	cursor: pointer
}

.contact-info-box {
	margin-bottom: 30px;
	position: relative;
	padding-left: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	z-index: 1;
	background-color: #f6f7f9
}

.contact-info-box .icon {
	width: 100px;
	height: 100px;
	background-color: #f80a0a;
	border-radius: 5px;
	position: absolute;
	text-align: center;
	left: 20px;
	font-size: 50px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-info-box h3 {
	margin-bottom: 3px;
	font-size: 25px
}

.contact-info-box p {
	margin-bottom: 5px
}

.contact-info-box p:last-child {
	margin-bottom: 0
}

.contact-info-box p a {
	color: #666
}

.contact-info-box p a:hover {
	color: #f80a0a
}

.contact-info-box:hover .icon {
	background-color: #161c2d;
	color: #fff
}

.contact-form .title {
	margin-bottom: 30px
}

.contact-form .title h3 {
	font-size: 36px;
	margin-bottom: 0
}

.contact-form .form-group {
	margin-bottom: 25px
}

.contact-form .form-group label {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-weight: 500;
	font-size: 16px
}

.contact-form .form-group .form-control {
	height: 60px;
	padding: 0 0 0 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.contact-form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.contact-form textarea.form-control {
	height: auto!important;
	padding: 15px!important
}

.contact-form .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px
}

.contact-form .form-check {
	margin-bottom: 10px;
	font-weight: 400;
	color: #666
}

.contact-form .form-check a {
	color: #f80a0a
}

.contact-form #msgSubmit {
	margin: 0;
	font-size: 1.3rem
}

.contact-form #msgSubmit.text-danger,
.contact-form #msgSubmit.text-success {
	margin-top: 20px;
	font-size: 20px
}

.contact-form .default-btn {
	margin-top: 10px;
	padding: 15px 45px
}

.contact-map iframe {
	border: none;
	width: 100%;
	height: 670px
}

.blog-details-desc .article-content-box {
	background-color: #f6f7f9;
	padding: 10px;
	border-radius: 5px
}

.blog-details-desc .article-content-box .article-content {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.blog-details-desc .article-content-box .article-content .tag {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	border-radius: 30px
}

.blog-details-desc .article-content-box .article-content h3 {
	font-size: 36px;
	margin-top: 18px;
	margin-bottom: 20px
}

.blog-details-desc .article-content-box .article-content h3 a {
	color: #161c2d
}

.blog-details-desc .article-content-box .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 20px
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	margin-right: 25px;
	color: #929ba4;
	font-size: 16px;
	position: relative
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li::before {
	position: absolute;
	right: -15px;
	top: 4px;
	width: 1px;
	content: '';
	height: 15px;
	background-color: #161c2d
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li:last-child {
	margin-right: 0
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li:last-child::before {
	display: none
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li a {
	color: #929ba4;
	font-size: 16px
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #f80a0a
}

.blog-details-desc .article-content-box .article-content .article-list {
	padding-left: 0;
	margin-bottom: 0
}

.blog-details-desc .article-content-box .article-content .article-list li {
	list-style-type: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
	color: #666
}

.blog-details-desc .article-content-box .article-content .article-list li::before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #666;
	border-radius: 10px;
	left: 0;
	top: 5px
}

.blog-details-desc .article-content-box .article-content .article-list li:last-child {
	margin-bottom: 0
}

.blog-details-desc .article-content-box .article-content .article-image {
	margin-top: 25px;
	margin-bottom: 25px
}

.blog-details-desc .article-content-box .article-content .article-tag {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 30px;
	background-color: #fff
}

.blog-details-desc .article-content-box .article-content .article-tag li {
	list-style-type: none;
	display: inline-block
}

.blog-details-desc .article-content-box .article-content .article-tag li span {
	font-size: 18px;
	color: #161c2d;
	
	margin-right: 5px
}

.blog-details-desc .article-content-box .article-content .article-tag li a {
	display: inline-block;
	padding: 5px 20px;
	color: #929ba4;
	background-color: #f6f7f9
}

.blog-details-desc .article-content-box .article-content .article-tag li a:hover {
	background-color: #f80a0a;
	color: #fff
}

blockquote,
.blockquote {
	background-color: #fff;
	padding: 30px!important;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 5px
}

blockquote p,
.blockquote p {
	color: #161c2d;
	margin-bottom: 0;
	font-size: 20px!important;
	font-weight: 600
}

.comments-area {
	margin-top: 30px
}

.comments-area .comments-title {
	margin-bottom: 30px;
	font-size: 35px
}

.comments-area ol,
.comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .children {
	margin-left: 20px
}

.comments-area .comment-body {
	border-bottom: 1px dashed #eee;
	padding-left: 70px;
	color: #161c2d;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.comments-area .comment-body .reply {
	margin-top: 15px
}

.comments-area .comment-body .reply a {
	border: 1px dashed #ded9d9;
	color: #161c2d;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500
}

.comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #f80a0a;
	border-color: #f80a0a
}

.comments-area .comment-author {
	font-size: 20px;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
	font-weight: 700
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px
}

.comments-area .comment-author .fn {
	font-weight: 600
}

.comments-area .comment-metadata {
	color: #666;
	margin-bottom: 10px;
	font-size: 14px
}

.comments-area .comment-metadata a {
	display: inline-block;
	color: #666
}

.comments-area .comment-metadata a:hover {
	color: #000244
}

.comments-area .comment-respond {
	margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	font-size: 36px
}

.comments-area .comment-respond .comment-form-comment {
	float: left;
	width: 100%
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
	display: inline-block;
	width: 100%;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	padding: 15px;
	height: 50px;
	outline: 0;
	border-radius: 2px;
	color: #161c2d;
	border: 1px solid #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond textarea:focus {
	border: 1px solid #f80a0a
}

.comments-area .comment-respond input[type=date]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=text]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=password]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=search]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=tel]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
	color: #666
}

.comments-area .comment-respond input[type=date]:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:-ms-input-placeholder,
.comments-area .comment-respond input[type=text]:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:-ms-input-placeholder,
.comments-area .comment-respond input[type=password]:-ms-input-placeholder,
.comments-area .comment-respond input[type=search]:-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
	color: #666
}

.comments-area .comment-respond input[type=date]::-ms-input-placeholder,
.comments-area .comment-respond input[type=time]::-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-ms-input-placeholder,
.comments-area .comment-respond input[type=week]::-ms-input-placeholder,
.comments-area .comment-respond input[type=month]::-ms-input-placeholder,
.comments-area .comment-respond input[type=text]::-ms-input-placeholder,
.comments-area .comment-respond input[type=email]::-ms-input-placeholder,
.comments-area .comment-respond input[type=url]::-ms-input-placeholder,
.comments-area .comment-respond input[type=password]::-ms-input-placeholder,
.comments-area .comment-respond input[type=search]::-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]::-ms-input-placeholder,
.comments-area .comment-respond input[type=number]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
	color: #666
}

.comments-area .comment-respond input[type=date]::placeholder,
.comments-area .comment-respond input[type=time]::placeholder,
.comments-area .comment-respond input[type=datetime-local]::placeholder,
.comments-area .comment-respond input[type=week]::placeholder,
.comments-area .comment-respond input[type=month]::placeholder,
.comments-area .comment-respond input[type=text]::placeholder,
.comments-area .comment-respond input[type=email]::placeholder,
.comments-area .comment-respond input[type=url]::placeholder,
.comments-area .comment-respond input[type=password]::placeholder,
.comments-area .comment-respond input[type=search]::placeholder,
.comments-area .comment-respond input[type=tel]::placeholder,
.comments-area .comment-respond input[type=number]::placeholder,
.comments-area .comment-respond textarea::placeholder {
	color: #666
}

.comments-area .comment-respond textarea {
	height: auto!important;
	padding-top: 15px
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 6.5px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #666
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%
}

.comments-area .comment-respond .form-submit input {
	background: #f80a0a;
	border: none;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0;
	font-weight: 500;
	font-size: 15px
}

.comments-area .comment-respond .form-submit input:hover {
	background-color: #000244
}

.dashboard-profile .profile-box {
	background-color: #f6f7f9;
	padding: 50px
}

.dashboard-profile .profile-box .profile-icon {
	text-align: center;
	position: relative
}

.dashboard-profile .profile-box .profile-icon a i {
	display: inline-block;
	height: 200px;
	width: 200px;
	line-height: 200px;
	background-color: #ebebeb;
	color: #fff;
	font-size: 120px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.dashboard-profile .profile-box .profile-icon a i:hover {
	background-color: #f80a0a
}

.dashboard-profile .profile-box .profile-icon .camera-icon {
	position: absolute;
	bottom: 0;
	left: 0
}

.dashboard-profile .profile-box .profile-icon .camera-icon a i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #161c2d;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.dashboard-profile .profile-box .profile-icon .camera-icon a i:hover {
	background-color: #f80a0a
}

.dashboard-profile .profile-info .info-list {
	padding-left: 0;
	margin-bottom: 0
}

.dashboard-profile .profile-info .info-list li {
	list-style-type: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s
}

.dashboard-profile .profile-info .info-list li a {
	color: #161c2d;
	display: inline-block;
	border-bottom: 1px solid #f6f7f9;
	padding: 18px 35px;
	-webkit-transition: .5s;
	transition: .5s;
	width: 100%;
	position: relative;
	z-index: 1
}

.dashboard-profile .profile-info .info-list li a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #f80a0a;
	-webkit-transition: .5s;
	transition: .5s;
	top: 0;
	z-index: -1
}

.dashboard-profile .profile-info .info-list li a:hover,
.dashboard-profile .profile-info .info-list li a.active {
	color: #fff;
	border: none
}

.dashboard-profile .profile-info .info-list li a:hover::before,
.dashboard-profile .profile-info .info-list li a.active::before {
	width: 100%
}

.dashboard-title h3 {
	font-size: 36px;
	margin-bottom: 0
}

.message-form {
	margin-top: 30px
}

.message-form form .form-group {
	margin-bottom: 25px
}

.message-form form .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #666;
	
	font-size: 16px
}

.message-form form .form-group .form-control {
	height: 150px;
	padding: 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.message-form form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.dashboard-form {
	margin-top: 30px
}

.dashboard-form form .form-group {
	margin-bottom: 20px
}

.dashboard-form form .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #666;
	
	font-size: 16px
}

.dashboard-form form .form-group .form-control {
	height: 60px;
	padding: 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.dashboard-form form .form-group .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.dashboard-form form .form-group textarea.form-control {
	height: 120px!important
}

.dashboard-form form .form-group .nice-select {
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	height: 60px;
	line-height: 58px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
	border-radius: 5px
}

.dashboard-form form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.dashboard-form form .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	height: 200px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.dashboard-form form .form-group .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.dashboard-form form .form-group .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.dashboard-form form .form-group .nice-select .list::-webkit-scrollbar {
	display: none
}

.dashboard-form form .form-group .form-control-file {
	height: 150px;
	padding: 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	cursor: pointer;
	outline: 0
}

.dashboard-form form .form-group .form-control-file:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.dashboard-form form h4 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 20px
}

.dashboard-form form .map {
	margin-bottom: 20px
}

.dashboard-form form .map iframe {
	border: none;
	width: 100%;
	height: 250px
}

.dashboard-form form .form-check {
	margin-bottom: 15px
}

.dashboard-form form .default-btn {
	margin-top: 10px;
	padding: 15px 50px
}

.car-details-gallery {
	text-align: center;
	background-color: #161c2d;
	padding: 15px;
	border-radius: 5px
}

.car-details-gallery .car-details-main .slick-slide img {
	width: 100%;
	border-radius: 5px
}

.car-details-gallery .slick-slide {
	outline: 0!important
}

.car-details-gallery .car-details-preview {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px
}

.car-details-gallery .car-details-preview .slick-slide {
	margin: 0 5px;
	cursor: pointer
}

.car-details-gallery .car-details-preview .slick-slide img {
	width: 100%;
	border-radius: 5px
}

.car-details-gallery .car-details-preview .slick-prev,
.car-details-gallery .car-details-preview .slick-next {
	z-index: 1;
	width: 45px;
	height: 45px;
	line-height: 60px;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.car-details-gallery .car-details-preview .slick-prev::before,
.car-details-gallery .car-details-preview .slick-next::before {
	content: ''!important;
	position: relative;
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border: .125rem solid;
	line-height: initial;
	opacity: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border-bottom: 0;
	border-left: 0;
	border-radius: 1px;
	border-color: #f80a0a
}

.car-details-gallery .car-details-preview .slick-prev:hover,
.car-details-gallery .car-details-preview .slick-next:hover {
	background-color: #f80a0a;
	color: #fff
}

.car-details-gallery .car-details-preview .slick-prev:hover::before,
.car-details-gallery .car-details-preview .slick-next:hover::before {
	border-color: #fff
}

.car-details-gallery .car-details-preview .slick-next {
	padding-right: 5px;
	right: -50px
}

.car-details-gallery .car-details-preview .slick-next::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.car-details-gallery .car-details-preview .slick-prev {
	padding-left: 5px;
	left: -50px
}

.car-details-gallery .car-details-preview .slick-prev::before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.car-details-desc {
	margin-top: 30px
}

.car-details-desc .desc-content .tag {
	display: inline-block;
	background-color: #f80a0a;
	padding: 5px 35px;
	color: #fff;
	border-radius: 50px
}

.car-details-desc .desc-content h3 {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 0
}

.car-details-desc .desc-information {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #c8cdd1;
	border-bottom: 1px solid #c8cdd1
}

.car-details-desc .desc-information h3 {
	font-size: 36px;
	margin-bottom: 0
}

.car-details-desc .desc-information .info-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.car-details-desc .desc-information .info-list li {
	list-style-type: none;
	font-size: 16px;
	color: #161c2d;
	margin-top: 10px;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	font-weight: 600
}

.car-details-desc .desc-information .info-list li span {
	color: #929ba4;
	font-weight: 500
}

.car-details-desc .desc-features h3 {
	font-size: 36px;
	margin-bottom: 0
}

.car-details-desc .desc-features .info-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.car-details-desc .desc-features .info-list li {
	list-style-type: none;
	font-size: 16px;
	color: #161c2d;
	margin-top: 12px;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	font-weight: 600;
	position: relative;
	padding-left: 22px
}

.car-details-desc .desc-features .info-list li i {
	color: #f80a0a;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 1px
}

.car-details-desc .desc-notes {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #c8cdd1;
	border-bottom: 1px solid #c8cdd1
}

.car-details-desc .desc-notes h3 {
	font-size: 36px;
	margin-bottom: 10px
}

.car-details-desc .desc-share {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c8cdd1
}

.car-details-desc .desc-share h3 {
	font-size: 36px;
	margin-bottom: 20px
}

.car-details-desc .desc-share .share-list a {
	margin-right: 10px
}

.car-details-desc .desc-share .share-list a:last-child {
	margin-right: 0
}

.car-details-desc .desc-share .share-list a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 25px;
	border-radius: 50%;
	text-align: center
}

.car-details-desc .desc-seller-info h3 {
	font-size: 36px;
	margin-bottom: 20px
}

.car-details-desc .desc-seller-info .info-list {
	margin-bottom: 20px
}

.car-details-desc .desc-seller-info .info-list:last-child {
	margin-bottom: 0
}

.car-details-desc .desc-seller-info .info-list h4 {
	font-size: 20px;
	margin-bottom: 5px
}

.car-details-desc .desc-seller-info .info-list a {
	color: #666
}

.car-details-desc .desc-seller-info .info-list a:hover {
	color: #f80a0a
}

.car-details-desc .map {
	margin-top: 30px
}

.car-details-desc .map iframe {
	border: none;
	width: 100%;
	height: 450px
}

.car-details-contact {
	background-color: #f6f7f9;
	padding: 30px
}

.car-details-contact h3 {
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid #161c2d;
	margin-bottom: 30px
}

.car-details-contact form .form-group {
	margin-bottom: 20px
}

.car-details-contact form .form-group label {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin-bottom: 8px
}

.car-details-contact form .form-group .form-control {
	display: block;
	width: 100%;
	height: 60px;
	outline: 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	padding: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.car-details-contact form .form-group .form-control:focus {
	outline: 0;
	border-color: #f80a0a;
	-webkit-box-shadow: none;
	box-shadow: none
}

.car-details-contact form textarea.form-control {
	height: 130px!important
}

.car-details-contact form .form-check {
	font-weight: 400;
	color: #666;
	font-size: 15px
}

.car-details-contact form .form-check a {
	color: #f80a0a
}

.car-details-contact form .form-check-input {
	margin-top: 3px
}

.car-details-contact form .default-btn {
	margin-top: 15px;
	width: 100%
}

.products-filter-options p {
	font-weight: 600
}

.products-filter-options .products-ordering-list .nice-select {
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 48px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500
}

.products-filter-options .products-ordering-list .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.products-filter-options .products-ordering-list .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	-ms-overflow-style: none;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.products-filter-options .products-ordering-list .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.single-products {
	margin-top: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 10px 10px 0;
	border-radius: 5px;
	background-color: #161c2d
}

.single-products .products-image {
	position: relative
}

.single-products .products-image a img {
	border-radius: 5px
}

.single-products .products-image .icon {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.single-products .products-image .icon a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #f80a0a;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 50px;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-products .products-image .icon a i:hover {
	background-color: #161c2d
}

.single-products .products-content {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 25px 15px;
	text-align: center
}

.single-products .products-content h3 {
	font-size: 28px;
	margin-bottom: 0
}

.single-products .products-content h3 a {
	color: #fff
}

.single-products .products-content .rating {
	margin-top: 15px;
	margin-bottom: 12px
}

.single-products .products-content .rating i {
	color: #ff8c00;
	font-size: 16px
}

.single-products .products-content span {
	color: #f6f7f9;
	font-size: 16px;
	font-weight: 600
}

.single-products:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-products:hover .icon {
	bottom: 30px;
	opacity: 1;
	visibility: visible
}

.products-area .pagination-area {
	text-align: center
}

.products-area .section-title {
	margin-bottom: 0
}

.products-area .section-title h2 {
	margin-bottom: 0
}

.cart-table table {
	margin-bottom: 0
}

.cart-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	white-space: nowrap;
	font-size: 20px;
	
	background-color: #161c2d;
	color: #fff;
	font-family: rajdhani, sans-serif
}

.cart-table table thead tr th:first-child {
	padding-left: 25px
}

.cart-table table tbody tr td {
	vertical-align: middle;
	color: #000244;
	white-space: nowrap;
	
	font-size: 16px;
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	border-color: #eaedff;
	border-left: none;
	border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
	display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
	width: 120px;
	border: 1px solid #eee
}

.cart-table table tbody tr td.product-name a {
	display: inline-block;
	font-size: 20px
}

.cart-table table tbody tr td.product-name span {
	color: #555;
	display: block;
	margin-top: 5px;
	font-size: 16px
}

.cart-table table tbody tr td.product-subtotal .remove {
	color: #666;
	float: right;
	position: relative;
	top: -1px;
	font-size: 22px
}

.cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	cursor: pointer;
	color: #161c2d;
	width: 40px;
	height: 100%;
	line-height: 60px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 22px
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0;
	border: 1px solid #d5d5d5
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0;
	border: 1px solid #d5d5d5
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #f80a0a
}

.cart-table table tbody tr td.product-quantity .input-counter input {
	height: 55px;
	color: #161c2d;
	outline: 0;
	display: block;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #161c2d
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #161c2d
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #161c2d
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #161c2d
}

.cart-table table tbody tr td.product-subtotal {
	overflow: hidden
}

.cart-buttons {
	margin-top: 30px
}

.cart-buttons .shopping-coupon-code {
	position: relative;
	max-width: 530px;
	margin-left: auto
}

.cart-buttons .shopping-coupon-code .form-control {
	height: 50px;
	padding: 15px;
	line-height: initial;
	color: #161c2d;
	background-color: #f6f7f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 400
}

.cart-buttons .shopping-coupon-code .form-control:focus {
	border: 1px solid #f80a0a;
	background-color: transparent
}

.cart-buttons .shopping-coupon-code button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #f80a0a;
	color: #fff;
	border: none;
	padding: 0 25px;
	line-height: 48px;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	
	border-radius: 5px
}

.cart-buttons .shopping-coupon-code button:hover {
	background-color: #161c2d
}

.cart-totals {
	background: #f6f7f9;
	padding: 30px;
	border-radius: 5px
}

.cart-totals h3 {
	margin-bottom: 30px;
	font-size: 25px;
	border-bottom: 1px solid #161c2d;
	padding-bottom: 10px
}

.cart-totals ul {
	padding-left: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-totals ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 15px;
	color: #161c2d;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700
}

.cart-totals ul li:first-child {
	padding-top: 0
}

.cart-totals ul li:last-child {
	font-size: 18px;
	border-bottom: none;
	padding-bottom: 0
}

.cart-totals ul li:last-child span {
	color: #161c2d;
	font-weight: 600
}

.cart-totals ul li span {
	float: right;
	color: #666
}

.cart-totals .default-btn {
	color: #fff!important;
	width: 100%
}

.wishlist-table {
	max-width: 1050px;
	margin: auto
}

.wishlist-table table {
	margin-bottom: 0
}

.wishlist-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	white-space: nowrap;
	font-size: 20px;
	
	background-color: #161c2d;
	color: #fff;
	font-family: rajdhani, sans-serif
}

.wishlist-table table thead tr th:first-child {
	padding-left: 25px
}

.wishlist-table table tbody tr td {
	vertical-align: middle;
	color: #000244;
	white-space: nowrap;
	
	font-size: 16px;
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	border-color: #eaedff;
	border-left: none;
	border-right: none
}

.wishlist-table table tbody tr td.product-thumbnail a {
	display: block
}

.wishlist-table table tbody tr td.product-thumbnail a img {
	width: 120px;
	border: 1px solid #eee
}

.wishlist-table table tbody tr td.product-name a {
	display: inline-block;
	font-size: 20px
}

.wishlist-table table tbody tr td.product-name span {
	color: #555;
	display: block;
	margin-top: 5px;
	font-size: 16px
}

.wishlist-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}

.wishlist-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	cursor: pointer;
	color: #161c2d;
	width: 40px;
	height: 100%;
	line-height: 60px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 22px
}

.wishlist-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0;
	border: 1px solid #d5d5d5
}

.wishlist-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0;
	border: 1px solid #d5d5d5
}

.wishlist-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #f80a0a
}

.wishlist-table table tbody tr td.product-quantity .input-counter input {
	height: 55px;
	color: #161c2d;
	outline: 0;
	display: block;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #161c2d
}

.wishlist-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #161c2d
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #161c2d
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #161c2d
}

.wishlist-table table tbody tr td.product-subtotal .remove {
	color: #666;
	float: right;
	position: relative;
	top: -1px;
	font-size: 22px
}

.user-actions {
	background: #161c2d;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 15px
}

.user-actions i {
	color: #f80a0a;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: 3px
}

.user-actions span {
	display: inline-block;
	color: #f80a0a;
	
	font-size: 16px;
	margin-bottom: 15px
}

.user-actions span:last-child {
	margin-bottom: 0
}

.user-actions span a {
	display: inline-block;
	color: #fff
}

.user-actions-2 {
	background: #161c2d;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 40px
}

.user-actions-2 i {
	color: #f80a0a;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: 3px
}

.user-actions-2 span {
	display: inline-block;
	color: #f80a0a;
	
	font-size: 16px;
	margin-bottom: 15px
}

.user-actions-2 span:last-child {
	margin-bottom: 0
}

.user-actions-2 span a {
	display: inline-block;
	color: #fff
}

.billing-details .title {
	margin-bottom: 30px;
	font-size: 36px
}

.billing-details .form-group {
	margin-bottom: 25px
}

.billing-details .form-group label {
	display: block;
	margin-bottom: 8px;
	
	font-size: 15px
}

.billing-details .form-group label .required {
	color: #000244
}

.billing-details .form-group .nice-select {
	display: block;
	float: unset;
	border: 1px solid #ebebeb;
	background-color: #f6f7f9;
	color: #161c2d;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0 0 0 12px;
	height: 55px;
	line-height: 55px;
	width: 100%;
	font-size: 16px;
	font-weight: 700
}

.billing-details .form-group .nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	list-style-type: none;
	border: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
	line-height: 38px;
	min-height: 38px;
	color: #161c2d;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	font-weight: 700
}

.billing-details .form-group .nice-select .list .option:hover {
	background-color: #f80a0a!important;
	color: #fff
}

.billing-details .form-group .nice-select .list .option:hover::before {
	color: #fff
}

.billing-details .form-group .nice-select .list .option.focus,
.billing-details .form-group .nice-select .list .option.selected.focus {
	background-color: transparent!important;
	color: #161c2d
}

.billing-details .form-group .nice-select .list .option.selected::before {
	opacity: 1;
	visibility: visible
}

.billing-details .form-group .nice-select .list .option.selected:hover {
	background-color: #f80a0a!important;
	color: #fff
}

.billing-details .form-group .nice-select .list .option.selected:hover::before {
	color: #fff
}

.billing-details .form-group .nice-select:after {
	border-color: #161c2d;
	height: 8px;
	width: 8px;
	margin-top: -5px
}

.billing-details .form-group .nice-select:hover {
	border-color: #f80a0a;
	background-color: transparent
}

.billing-details .form-group .form-control {
	height: 55px;
	color: #161c2d;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	border: 1px solid #ebebeb;
	background-color: #f6f7f9;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	font-weight: 600
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control:-ms-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control::-ms-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control::placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.billing-details .form-group .form-control:focus {
	border-color: #f80a0a;
	background-color: transparent
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent
}

.billing-details .form-group .form-control:focus::placeholder {
	color: transparent
}

.billing-details .form-group textarea.form-control {
	height: auto;
	padding-top: 15px
}

.billing-details .form-check {
	margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
	color: #161c2d;
	font-weight: 600
}

.billing-details .form-check label {
	position: relative;
	left: -3px;
	top: 0;
	font-weight: 600
}

.billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.order-details .payment-box {
	background: #f6f7f9;
	padding: 30px;
	border-radius: 5px;
	margin-top: 20px
}

.order-details .payment-box h3 {
	margin-bottom: 25px;
	font-size: 25px;
	border-bottom: 1px solid #161c2d;
	padding-bottom: 10px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
	display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
	padding-left: 25px;
	cursor: pointer;
	display: block;
	color: #161c2d;
	position: relative;
	margin-bottom: 8px;
	font-weight: 700
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #f80a0a;
	position: absolute;
	top: 7px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.order-details .payment-box .default-btn {
	margin-top: 15px;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
	color: #fff!important;
	width: 100%
}

.products-details-desc .product-content h3 {
	margin-bottom: 15px;
	font-size: 36px
}

.products-details-desc .product-content .product-review {
	margin-bottom: 10px
}

.products-details-desc .product-content .product-review .rating {
	display: inline-block;
	font-size: 20px
}

.products-details-desc .product-content .product-review .rating i {
	color: #ffba0a
}

.products-details-desc .product-content .price {
	margin-bottom: 10px;
	color: #000;
	font-size: 25px;
	font-weight: 600
}

.products-details-desc .product-content p {
	margin-bottom: 0
}

.products-details-desc .product-content .products-info {
	list-style-type: none;
	padding-left: 0;
	margin-top: 12px;
	margin-bottom: 0
}

.products-details-desc .product-content .products-info li {
	color: #161c2d;
	margin-bottom: 8px;
	font-size: 16px
}

.products-details-desc .product-content .products-info li:last-child {
	margin-bottom: 0
}

.products-details-desc .product-content .products-info li span {
	color: #161c2d;
	font-size: 18px;
	
	margin-right: 5px
}

.products-details-desc .product-content .products-info li a {
	display: inline-block;
	font-weight: 500;
	color: #666;
	font-size: 16px
}

.products-details-desc .product-content .products-info li a:hover {
	color: #f80a0a
}

.products-details-desc .product-content .product-quantities {
	margin-top: 20px
}

.products-details-desc .product-content .product-quantities span {
	color: #161c2d;
	font-size: 18px;
	
	margin-right: 5px
}

.products-details-desc .product-content .product-quantities .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}

.products-details-desc .product-content .product-quantities .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: .6s;
	transition: .6s
}

.products-details-desc .product-content .product-quantities .input-counter span.minus-btn {
	left: 0;
	color: #161c2d
}

.products-details-desc .product-content .product-quantities .input-counter span.plus-btn {
	right: 0;
	color: #161c2d
}

.products-details-desc .product-content .product-quantities .input-counter span:hover {
	color: #f80a0a
}

.products-details-desc .product-content .product-quantities .input-counter input {
	height: 45px;
	color: #f80a0a;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600
}

.products-details-desc .product-content .product-quantities .input-counter input::-webkit-input-placeholder {
	color: #f80a0a
}

.products-details-desc .product-content .product-quantities .input-counter input:-ms-input-placeholder {
	color: #f80a0a
}

.products-details-desc .product-content .product-quantities .input-counter input::-ms-input-placeholder {
	color: #f80a0a
}

.products-details-desc .product-content .product-quantities .input-counter input::placeholder {
	color: #f80a0a
}

.products-details-desc .product-content .product-add-to-cart {
	margin-top: 20px
}

.products-details-desc .product-content .products-share {
	margin-top: 25px
}

.products-details-desc .product-content .products-share .social {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.products-details-desc .product-content .products-share .social li {
	display: inline-block
}

.products-details-desc .product-content .products-share .social li span {
	display: inline-block;
	margin-right: 5px;
	
	font-size: 18px
}

.products-details-desc .product-content .products-share .social li a i {
	font-size: 16px;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #f8f8f8;
	color: #161c2d;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-desc .product-content .products-share .social li a i:hover {
	background-color: #f80a0a;
	color: #fff
}

.products-details-tabs {
	max-width: 1050px;
	margin: 50px auto 0
}

.products-details-tabs .nav {
	margin-bottom: 30px;
	list-style-type: none;
	display: block;
	text-align: center;
	background-color: #161c2d;
	padding: 20px
}

.products-details-tabs .nav .nav-item {
	display: inline-block;
	margin-right: 30px
}

.products-details-tabs .nav .nav-item:last-child {
	margin-right: 0
}

.products-details-tabs .nav .nav-item .nav-link {
	border: none;
	padding: 0;
	background-color: transparent;
	position: relative;
	padding-bottom: 8px;
	font-size: 30px;
	
	color: #fff
}

.products-details-tabs .nav .nav-item .nav-link::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #f80a0a;
	-webkit-transition: .5s;
	transition: .5s;
	bottom: -2px
}

.products-details-tabs .nav .nav-item .nav-link:hover,
.products-details-tabs .nav .nav-item .nav-link.active {
	color: #fff
}

.products-details-tabs .nav .nav-item .nav-link:hover::before,
.products-details-tabs .nav .nav-item .nav-link.active::before {
	width: 100%
}

.products-details-tabs .tab-content .tab-pane ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0
}

.products-details-tabs .tab-content .tab-pane ul li {
	margin-bottom: 12px;
	position: relative;
	color: #666;
	padding-left: 15px;
	font-weight: 500
}

.products-details-tabs .tab-content .tab-pane ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #666
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
	margin-bottom: 0
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 15px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
	float: left;
	width: 9%;
	margin-top: 10px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
	font-weight: 700
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
	margin-top: 14px;
	float: left;
	width: 82%
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
	text-align: right
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: #fff;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
	width: 70%;
	height: 18px;
	background-color: #f80a0a;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
	width: 20%;
	height: 18px;
	background-color: #f80a0a;
	border-radius: 5px;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
	width: 5%;
	height: 18px;
	background-color: #f80a0a;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
	width: 3%;
	height: 18px;
	background-color: #f80a0a;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
	width: 2%;
	height: 18px;
	background-color: #f80a0a;
	border-radius: 5px
}

.products-details-tabs .tab-content .tab-pane .products-review-form {
	margin-top: 45px
}

.products-details-tabs .tab-content .tab-pane .products-review-form h3 {
	font-size: 20px;
	margin-bottom: 15px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title {
	position: relative
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating {
	display: inline-block
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating .bx.bxs-star {
	color: #ffba0a
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating i {
	color: #ebebeb;
	font-size: 16px;
	margin-right: -1px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn {
	position: absolute;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	color: #fff!important;
	padding: 10px 25px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn span {
	background-color: #161c2d
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments {
	margin-top: 35px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	border-top: 1px dashed #eee;
	padding-top: 30px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating .bx.bxs-star {
	color: #ffba0a
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating i {
	font-size: 16px;
	color: #ebebeb;
	margin-right: -1px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item h3 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 16px;
	display: block
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span strong {
	font-weight: 500
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
	margin-top: 30px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group {
	margin-bottom: 15px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control {
	height: 55px;
	color: #161c2d;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	border: 1px solid #eee;
	background-color: #eee;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 3px;
	padding: 1px 0 0 15px;
	font-size: 16px;
	font-weight: 600
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::placeholder {
	color: #7e7e7e;
	-webkit-transition: .5s;
	transition: .5s
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus {
	border-color: #f80a0a;
	background-color: transparent
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
	color: transparent
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::placeholder {
	color: transparent
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group textarea.form-control {
	height: auto;
	padding-top: 15px
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn {
	color: #fff!important;
	cursor: pointer
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn span {
	background-color: #161c2d
}

.widget-area .widget {
	margin-bottom: 30px
}

.widget-area .widget:last-child {
	margin-bottom: 0
}

.widget-area .widget .widget-title {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #494c53;
	font-size: 22px
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100px;
	height: 1px;
	bottom: -1px;
	background: #f80a0a
}

.widget-area .widget_search {
	background-color: #f6f7f9;
	padding: 25px
}

.widget-area .widget_search form {
	position: relative
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
	display: none
}

.widget-area .widget_search form .search-field {
	background-color: #fff;
	height: 50px;
	padding: 8px 15px;
	border: 1px solid #eee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.widget-area .widget_search form .search-field:focus {
	border-color: #f80a0a
}

.widget-area .widget_search form button {
	border: none;
	background-color: #eee;
	color: #f80a0a;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	top: 5px;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer
}

.widget-area .widget_search form button i {
	position: absolute;
	left: 0;
	right: 0;
	top: 52%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%)
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
	background-color: #f80a0a;
	color: #fff
}

.widget-area .widget_filter_results {
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_filter_results form .form-group {
	margin-bottom: 15px
}

.widget-area .widget_filter_results form .form-group:last-child {
	margin-bottom: 0
}

.widget-area .widget_filter_results form .form-group label {
	font-size: 16px;
	color: #161c2d;
	font-weight: 500;
	margin-bottom: 5px
}

.widget-area .widget_filter_results form .form-group .nice-select {
	background-color: #fff;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 48px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500
}

.widget-area .widget_filter_results form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.widget-area .widget_filter_results form .form-group .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	-ms-overflow-style: none;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.widget-area .widget_filter_results form .form-group .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.widget-area .widget_filter_results form .form-group .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.widget-area .widget_filter_results .condition {
	margin-top: 20px
}

.widget-area .widget_filter_results .condition h3 {
	font-size: 20px;
	margin-bottom: 0
}

.widget-area .widget_filter_results .condition .condition-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 15px
}

.widget-area .widget_filter_results .condition .condition-list li {
	margin-bottom: 15px;
	list-style-type: none
}

.widget-area .widget_filter_results .condition .condition-list li:last-child {
	margin-bottom: 0
}

.widget-area .widget_filter_results .condition .condition-list li a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 600
}

.widget-area .widget_filter_results .condition .condition-list li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.2px;
	width: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #161c2d
}

.widget-area .widget_filter_results .condition .condition-list li a:hover {
	color: #f80a0a
}

.widget-area .widget_filter_results .condition .condition-list li a:hover::before {
	border-color: #f80a0a
}

.widget-area .widget_filter_results .condition .condition-list li a.active::before {
	background-color: #f80a0a;
	border-color: #f80a0a
}

.widget-area .widget_filter_results .condition .condition-list li.active a::before {
	background-color: #f80a0a;
	border-color: #f80a0a
}

.widget-area .widget_filter_results .condition .condition-list li:last-child {
	display: inline-block
}

.widget-area .widget_filter_results .price-range-content {
	margin-top: 20px
}

.widget-area .widget_filter_results .price-range-content h4 {
	margin-bottom: 0;
	font-size: 20px
}

.widget-area .widget_filter_results .price-range-content .price-range-bar {
	border: none;
	background: #161c2d;
	height: 5px;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative
}

.widget-area .widget_filter_results .price-range-content .price-range-bar .ui-slider-handle {
	border-radius: 0;
	background: #fff;
	border: 2px solid #f80a0a;
	height: 10px;
	width: 10px;
	top: -3px;
	cursor: pointer;
	background: #f80a0a;
	position: absolute
}

.widget-area .widget_filter_results .price-range-content .price-range-bar .ui-slider-handle:focus {
	outline: 0
}

.widget-area .widget_filter_results .price-range-content .price-range-filter-item input {
	width: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #929ba4;
	background-color: transparent;
	text-align: center
}

.widget-area .widget_filter_results .price-range-content .price-range-filter-item input:focus {
	outline: 0
}

.widget-area .widget_make_model_body_style {
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_make_model_body_style form .form-group {
	margin-bottom: 15px
}

.widget-area .widget_make_model_body_style form .form-group:last-child {
	margin-bottom: 0
}

.widget-area .widget_make_model_body_style form .form-group label {
	font-size: 16px;
	color: #161c2d;
	font-weight: 500;
	margin-bottom: 5px
}

.widget-area .widget_make_model_body_style form .form-group .nice-select {
	background-color: #fff;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 48px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500
}

.widget-area .widget_make_model_body_style form .form-group .nice-select::after {
	border-color: #f80a0a;
	height: 8px;
	width: 8px;
	right: 20px
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: 100%;
	-ms-overflow-style: none;
	max-width: 100%;
	height: 215px;
	overflow-y: scroll;
	margin-top: 0;
	margin-bottom: 0
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list .option {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list .option.selected {
	background-color: #f80a0a!important;
	color: #fff;
	font-weight: 400
}

.widget-area .widget_filter_color {
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_filter_color span {
	font-size: 16px;
	color: #161c2d;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px
}

.widget-area .widget_filter_color .color-list-row {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: -5px;
	margin-top: -5px
}

.widget-area .widget_filter_color .color-list-row li {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px
}

.widget-area .widget_filter_color .color-list-row li a {
	display: block;
	position: relative;
	border: 1px solid transparent;
	width: 45px;
	height: 45px;
	border-radius: 0
}

.widget-area .widget_filter_color .color-list-row li a::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	border-radius: 0;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_filter_color .color-list-row li a:hover {
	border-color: #161c2d
}

.widget-area .widget_filter_color .color-list-row li a.color-white::before {
	background: #fff;
	border: 1px solid #eee
}

.widget-area .widget_filter_color .color-list-row li a.color-black::before {
	background: #161c2d
}

.widget-area .widget_filter_color .color-list-row li a.color-red::before {
	background: red
}

.widget-area .widget_filter_color .color-list-row li a.color-blue::before {
	background: blue
}

.widget-area .widget_filter_color .color-list-row li a.color-green::before {
	background: green
}

.widget-area .widget_filter_color .color-list-row li a.color-yellow::before {
	background: #ff0
}

.widget-area .widget_filter_color .color-list-row li a.color-yellowgreen::before {
	background: #9acd32
}

.widget-area .widget_filter_color .color-list-row li a.color-pink::before {
	background: pink
}

.widget-area .widget_filter_color .color-list-row li a.color-violet::before {
	background: violet
}

.widget-area .widget_filter_color .color-list-row li a.color-teal::before {
	background: teal
}

.widget-area .widget_filter_color .color-list-row li a.color-plum::before {
	background: plum
}

.widget-area .widget_filter_color .color-list-row li a.color-lime::before {
	background: lime
}

.widget-area .widget_filter_color .color-list-row li a.color-blueviolet::before {
	background: #8a2be2
}

.widget-area .widget_filter_color .color-list-row li.active a {
	border-color: #161c2d
}

.widget-area .widget_mund_posts_thumb {
	position: relative;
	overflow: hidden;
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_mund_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px
}

.widget-area .widget_mund_posts_thumb .item:last-child {
	margin-bottom: 0
}

.widget-area .widget_mund_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../images/blog/blog-1.jpg)
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../images/blog/blog-2.jpg)
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../images/blog/blog-3.jpg)
}

.widget-area .widget_mund_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_mund_posts_thumb .item .info span {
	display: block;
	color: #929ba4;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 14px
}

.widget-area .widget_mund_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700
}

.widget-area .widget_mund_posts_thumb .item .info .title a {
	    font-weight: 500;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_mund_posts_thumb .item .info .title a:hover {
	color: #f80a0a
}

.widget-area .widget_categories {
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	color: #161c2d;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
	background: #f80a0a;
	height: 10px;
	width: 10px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute
}

.widget-area .widget_categories ul li a {
	color: #161c2d;
	display: inline-block
}

.widget-area .widget_categories ul li a:hover {
	color: #f80a0a
}

.widget-area .widget_tag_cloud {
	background-color: #f6f7f9;
	padding: 25px 25px 30px
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 18px
}

.widget-area .tagcloud a {
	display: inline-block;
	background: #fff;
	color: #929ba4;
	padding: 7px 15px;
	border: none;
	border-radius: 3px;
	font-weight: 500;
	font-size: 15px!important;
	margin-top: 8px;
	margin-right: 5px
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
	color: #fff;
	background-color: #f80a0a
}

.newsletter-inner-box {
	background-color: #f80a0a;
	padding: 50px;
	border-radius: 10px;
	margin-bottom: -90px;
	position: relative
}

.newsletter-inner-box .newsletter-content h3 {
	font-size: 25px;
	color: #fff
}

.newsletter-inner-box .newsletter-content p {
	color: #fff
}

.newsletter-inner-box .newsletter-form {
	position: relative
}

.newsletter-inner-box .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	height: 60px;
	padding: 20px;
	border-radius: 8px;
	outline: 0;
	color: #161c2d
}

.newsletter-inner-box .newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.newsletter-inner-box .newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.newsletter-inner-box .newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
	color: #666;
	-webkit-transition: .5s;
	transition: .5s
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
	color: transparent
}

.newsletter-inner-box .newsletter-form button {
	position: absolute;
	right: 4px;
	top: 4px;
	background-color: #161c2d;
	color: #fff;
	border: none;
	height: 52px;
	padding: 0 30px;
	border-radius: 8px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 50px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500
}

.newsletter-inner-box .newsletter-form button:hover {
	background-color: #f80a0a;
	color: #fff
}

.newsletter-inner-box .newsletter-form #validator-newsletter {
	color: #fff;
	position: relative;
	top: 8px;
	font-size: 16px;
	font-weight: 500
}

.newsletter-inner-box .newsletter-share-link {
	text-align: right
}

.newsletter-inner-box .newsletter-share-link a {
	margin-right: 5px
}

.newsletter-inner-box .newsletter-share-link a:last-child {
	margin-right: 0
}

.newsletter-inner-box .newsletter-share-link a i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 25px;
	background-color: #ff764d;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.newsletter-inner-box .newsletter-share-link a i:hover {
	background-color: #fff;
	color: #f80a0a;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.footer-area {
	background-color: #161c2d;
    padding-top: 100px;
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget .logo-widget {
	margin-bottom: 25px
}

.single-footer-widget p {
	color: #929ba4
}

.single-footer-widget .download-store {
	margin-top: 25px
}

.single-footer-widget .download-store h4 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff
}

.single-footer-widget .download-store .apple-store-btn {
	margin-right: 8px;
	display: inline-block;
	background-color: #1a1a1a;
	border: 1px solid #fff;
	padding: 10px 12px 10px 52px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .apple-store-btn span {
	display: block;
	color: #fff;
	font-size: 16px;
	
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .apple-store-btn i {
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .apple-store-btn:hover,
.single-footer-widget .download-store .apple-store-btn:focus {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #fff;
	color: #161c2d
}

.single-footer-widget .download-store .apple-store-btn:hover span,
.single-footer-widget .download-store .apple-store-btn:focus span {
	color: #161c2d
}

.single-footer-widget .download-store .apple-store-btn:hover i,
.single-footer-widget .download-store .apple-store-btn:focus i {
	color: #161c2d
}

.single-footer-widget .download-store .play-store-btn {
	display: inline-block;
	background-color: #1a1a1a;
	border: 1px solid #fff;
	padding: 10px 12px 10px 52px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .play-store-btn span {
	display: block;
	color: #fff;
	font-size: 16px;
	
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .play-store-btn i {
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .download-store .play-store-btn:hover,
.single-footer-widget .download-store .play-store-btn:focus {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #fff;
	color: #161c2d
}

.single-footer-widget .download-store .play-store-btn:hover span,
.single-footer-widget .download-store .play-store-btn:focus span {
	color: #161c2d
}

.single-footer-widget .download-store .play-store-btn:hover i,
.single-footer-widget .download-store .play-store-btn:focus i {
	color: #161c2d
}

.single-footer-widget h3 {
    font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #414553;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.single-footer-widget .quick-links {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .quick-links li {
	margin-bottom: 10px;
	color: #929ba4
}

.single-footer-widget .quick-links li a {
	display: inline-block;
	color: #929ba4;
	font-weight: 600;
	position: relative
}

.single-footer-widget .quick-links li a i {
	color: #f80a0a;
	position: relative;
	top: 1.8px;
	font-size: 14px;
	margin-right: 5px
}

.single-footer-widget .quick-links li a:hover {
	color: #f80a0a
}

.single-footer-widget .quick-links li a:hover::before {
	width: 100%
}

.single-footer-widget .quick-links li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #f80a0a
}

.single-footer-widget .quick-links li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-info {
	padding-left: 0;
	margin-bottom: 0
}

.single-footer-widget .footer-info li {
	list-style-type: none;
	color: #fff;
	font-size: 16px;
	
	margin-bottom: 18px
}

.single-footer-widget .footer-info li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-info li span {
	color: #929ba4;
	display: block;
	font-weight: 400;
	margin-top: 8px
}

.single-footer-widget .footer-info li span a {
	color: #929ba4
}

.single-footer-widget .footer-info li span a:hover {
	color: #f80a0a
}

.single-footer-widget .instagram-list {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px
}

.single-footer-widget .instagram-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px
}

.single-footer-widget .instagram-list li .box {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-footer-widget .instagram-list li .box .link-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3
}

.single-footer-widget .instagram-list li .box i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	z-index: 2
}

.single-footer-widget .instagram-list li .box img {
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .instagram-list li .box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: #f80a0a;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.single-footer-widget .instagram-list li .box:hover::before {
	opacity: .5;
	visibility: visible
}

.single-footer-widget .instagram-list li .box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.single-footer-widget .instagram-list li .box:hover i {
	opacity: 1;
	visibility: visible
}

.copyright-area {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #151a29
}

.copyright-area-content {
	text-align: center
}

.copyright-area-content p {
	color: #fff
}

.copyright-area-content p a {
	display: inline-block;
	
	color: #fff
}

.copyright-area-content p a:hover {
	color: #f80a0a
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: -100px;
	right: 20px;
	color: #fff;
	background-color: #161c2d;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	font-size: 22px;
	-webkit-transition: .9s;
	transition: .9s;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

.go-top:hover {
	background-color: #f80a0a;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}


         .btn-grad {background-image: linear-gradient(to right, #f80a0b 0%, #c31432  51%, #f80a0b  100%)}
         .btn-grad {
			     border-radius: 5px;
		padding: 9px 28px;
				text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
             display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
		  
		  @media screen and (max-width: 575.98px) { 
	.products-grid-view ul.products li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fact-counter .count {
		text-align: center
	}
	.cart label {
		width: 100%
	}
	.products-grid-view.product-2-column ul.products li,
	.products-grid-view.product-4-column ul.products li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.multi-demo li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.car-assets {
  
   width: 100% !important;  
   
   }

   
}


 .car-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
   width: 100%;  }
   .car-assets .car-assets-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 
  }
     .car-assets .car-assets-item:not(:last-child) {
          padding: 15px;
} .car-assets .car-assets-item:not(:first-child) {
          padding: 15px;
}
     .car-assets .car-assets-item .icon {
      color: #181818;
      font-size: 40px;
      padding-right: 20px; }
     .car-assets .car-assets-item .content .sub-title {
      color: #181818;
      font-size: 16px;
      line-height: 26px;
	font-family: var(--theme-general-font);
      font-weight: 400; }
     .car-assets .car-assets-item .content .title {
      color: #181818;
      font-size: 20px;
      line-height: 30px;
	font-family: var(--theme-general-font);
      font-weight: 600; }
	  
	  
	  .name-of-type {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
	font-family: var(--theme-general-font);
    font-weight: 600;
    border-bottom: 1px solid #CAD1DC;
    text-align: right;
    padding-top: 5px;
}

.name-of-type .gray {
    color: #181818;
    font-weight: 400;
    padding-right: 10px;
    float: left;
}


.sidebar-banner {
	margin-top: 30px
}

.sidebar-banner a {
	display: block
}

.sidebar-banner a img {
	width: 100%
}

.sidebar .sidebar-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1b1e1e
}

.sidebar-trusted {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	border-radius: 3px;
	padding: 10px 40px;
	margin-top: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-trusted {
		padding: 10px 25px
	}
}

@media (max-width:767px) {
	.sidebar-trusted {
		padding: 10px 25px
	}
}

.sidebar-trusted .single-logo img {
	width: 100px;
	padding: 0 5px
}

.sidebar-dealer-info {
	margin-top: 30px
}

.sidebar-dealer-info .dealer-title {
	padding: 25px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-dealer-info .dealer-title {
		padding: 15px
	}
}

.sidebar-dealer-info .dealer-map {
	margin-top: -1px
}

.sidebar-dealer-info .dealer-map #contact-map {
	width: 100%;
	height: 200px;
	border: 1px solid #d7dce6
}

.sidebar-dealer-info .dealer-info {
	padding: 25px;
    background-color: #ffffff;
	border: 1px solid #d7dce6
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-dealer-info .dealer-info {
		padding: 15px
	}
}

.sidebar-dealer-info .dealer-info .dealer-profile {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-image img {
	border-radius: 50%
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content .name a {
	font-size: 18px;
	color: #0084c8;
	font-family: Cabin, sans-serif;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 3px
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating .star {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 5px
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating .star li {
	font-size: 16px;
	color: #fa9900
}

.sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating span {
	font-size: 14px;
	color: #747474;
	font-weight: 700;
	white-space: nowrap
}

.sidebar-dealer-info .dealer-info .info-items {
	margin-top: 15px
}

.sidebar-dealer-info .dealer-info .info-items li {
	font-size: 16px;
	font-weight: 400;
	color: #1b1e1e;
	padding-left: 35px;
	    list-style-type: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px
}

.sidebar-dealer-info .dealer-info .info-items li+li {
	border-top: 1px solid rgba(41, 57, 87, .15)
}

.sidebar-dealer-info .dealer-info .info-items li i {
	font-size: 20px;
	position: absolute;
    top: 14px;
	left: 0
}

.sidebar-dealer-info .dealer-info .info-items li a {
	color: #1b1e1e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-dealer-info .dealer-info .info-items li a:hover {
	color: #df3733
}

.sidebar-dealer-info .dealer-info .info-items li .call {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: #ed3921
}

.sidebar-dealer-info .dealer-info .info-items li .site {
	color: #0084c8;
	text-decoration: underline
}

.sidebar-dealer-info .dealer-info .social {
	margin-top: 30px
}

.sidebar-dealer-info .dealer-info .social li {
	display: inline-block
}

.sidebar-dealer-info .dealer-info .social li+li {
	margin-left: 3px
}

.sidebar-dealer-info .dealer-info .social li a {
	font-size: 16px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px
}

.sidebar-dealer-info .dealer-info .social li a.facebook {
	background-color: #2b53b8
}

.sidebar-dealer-info .dealer-info .social li a.twitter {
	background-color: #0096ff
}

.sidebar-dealer-info .dealer-info .social li a.googleplus {
	background-color: #bf2828
}

.sidebar-dealer-info .dealer-info .social li a.tumblr {
	background-color: #2b4873
}

.sidebar-dealer-info .dealer-info .social li a.rss {
	background-color: #f37214
}

.sidebar-dealer-contact {
	padding: 25px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-dealer-contact {
		padding: 15px
	}
}

.sidebar-dealer-contact .dealer-contact-form {
	padding-top: 15px
}

.sidebar-dealer-contact .dealer-contact-form .single-input {
	margin-top: 10px;
	position: relative
}

.sidebar-dealer-contact .dealer-contact-form .single-input i {
	position: absolute;
	left: 15px;
	top: 9px;
	color: #747474;
	font-size: 20px
}

.sidebar-dealer-contact .dealer-contact-form .single-input input,
.sidebar-dealer-contact .dealer-contact-form .single-input textarea {
	width: 100%;
	padding: 0 15px;
	padding-left: 40px;
	height: 45px;
	border-radius: 3px;
	border: 1px solid #d7dce6;
	bbackground-color: #fff;
	font-size: 16px;
	color: #1b1e1e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-dealer-contact .dealer-contact-form .single-input input:focus,
.sidebar-dealer-contact .dealer-contact-form .single-input textarea:focus {
	border-color: #1b1e1e
}

.sidebar-dealer-contact .dealer-contact-form .single-input textarea {
	height: 150px;
	padding-top: 10px;
	resize: none
}

.sidebar-calculator {
	padding: 25px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-calculator {
		padding: 15px
	}
}

.sidebar-calculator .calculator-form {
	padding-top: 15px
}

.sidebar-calculator .calculator-form .calculator-input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 8px 14px;
	border: 1px solid #dedede;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 12px
}

.sidebar-calculator .calculator-form .calculator-input .placeholder {
	white-space: nowrap;
	margin-right: 5px
}

.sidebar-calculator .calculator-form .calculator-input .placeholder span {
	color: #df3733
}

.sidebar-calculator .calculator-form .calculator-input .input input {
	color: #1b1e1e;
	padding: 0;
	height: 100%;
	border: none;
	width: 100%;
	text-align: right
}

.sidebar-calculator .calculator-form .calculator-form-result .single-result {
	margin-top: 25px
}

.sidebar-calculator .calculator-form .calculator-form-result .single-result .title {
	color: #1b1e1e;
	font-size: 14px;
	text-transform: uppercase;
	display: block
}

.sidebar-calculator .calculator-form .calculator-form-result .single-result .main-result {
	color: #690;
	font-size: 18px;
	font-weight: 700
}

.sidebar-calculator .calculator-form .calculator-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 20px
}

.sidebar-calculator .calculator-form .calculator-btn .single-btn {
	width: 50%;
	padding: 10px 5px 0
}

.sidebar-calculator .calculator-form .calculator-btn .single-btn .main-btn {
	font-size: 14px;
	padding: 0 15px
}

.sidebar-post {
	padding: 25px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-post {
		padding: 15px
	}
}

.sidebar-post .post-wrapper .slick-arrow {
	font-size: 16px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #c2cad9;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: -25px;
	right: 0;
	z-index: 5;
	padding: 0
}

.sidebar-post .post-wrapper .slick-arrow:hover {
	background-color: #df3733;
	color: #fff
}

.sidebar-post .post-wrapper .slick-arrow.prev {
	right: 30px
}

.sidebar-similar-listing {
	padding: 25px 25px 10px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-similar-listing {
		padding: 15px 15px 5px
	}
}

.sidebar-similar-listing .similar-listing-items {
	padding-top: 15px
}

.sidebar-similar-listing .similar-listing-items li+li .single-listing {
	border-top: 1px solid #d7dce6
}

.sidebar-similar-listing .single-listing {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 0
}

.sidebar-similar-listing .single-listing .listing-image a {
	display: block
}

.sidebar-similar-listing .single-listing .listing-image a img {
	width: 100px
}

.sidebar-similar-listing .single-listing .listing-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.sidebar-similar-listing .single-listing .listing-content .title a {
	font-size: 14px;
	font-weight: 700;
	color: #1b1e1e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-similar-listing .single-listing .listing-content .title a:hover {
	color: #df3733;
	text-decoration: underline
}

.sidebar-similar-listing .single-listing .listing-content .price .price-amount {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #690
}

.sidebar-similar-listing .single-listing .listing-content .price .price-sale {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #ed3921
}

.sidebar-similar-listing .single-listing .listing-content .price .regular-price {
	font-size: 12px;
	font-style: italic;
	color: #747474;
	text-decoration: line-through
}

.sidebar-consultants {
	padding: 25px 25px 5px;
	background-color: #f5f6f6;
	border: 1px solid #d7dce6;
	margin-top: 30px
}

.sidebar-consultants .consultants-items {
	padding-top: 5px
}

.sidebar-consultants .consultants-items>li+li {
	border-top: 1px solid rgba(41, 57, 87, .15)
}

.sidebar-consultants .consultants-items .single-consultants {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0
}

.sidebar-consultants .consultants-items .single-consultants .consultants-author img {
	border-radius: 50%
}

.sidebar-consultants .consultants-items .single-consultants .consultants-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.sidebar-consultants .consultants-items .single-consultants .consultants-content .name a {
	font-size: 18px;
	font-weight: 700;
	color: #1b1e1e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
         
@media only screen and (max-width:767px){.ptb-100{padding-top:50px;padding-bottom:50px}.pt-100{padding-top:50px}.pb-100{padding-bottom:50px}.pt-70{padding-top:20px}.pb-70{padding-bottom:20px}.section-title{margin-bottom:30px}.section-title h2{font-size:30px;margin-bottom:8px}.navbar-area.navbar-white-color{background-color:#fff}.main-responsive-nav .logo img{max-width:150px!important}.mean-container a.meanmenu-reveal{padding:0}.mean-container a.meanmenu-reveal span{display:block;background:#000;height:4px;margin-top:-5px;border-radius:3px;position:relative;top:8px}.mean-container .mean-bar{background-color:unset;border-bottom:none}.mean-container .mean-nav{margin-top:35px}.others-option-for-responsive .dot-menu{top:-32px}.others-option-for-responsive .container .container{right:20px;max-width:230px;padding-top:10px;padding-bottom:10px;border-radius:5px;text-align:center;background-color:#000}.others-option-for-responsive .option-inner .others-options{margin-left:0}.others-option-for-responsive .option-inner .others-options .option-item{margin-bottom:25px;margin-right:0}.others-option-for-responsive .option-inner .others-options .option-item:last-child{margin-bottom:0}.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu{margin-top:20px!important}.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list{width:195px;margin-top:18px}.others-option-for-responsive .option-inner .others-options.d-flex{display:block!important}.main-slides-item{padding-top:135px;padding-bottom:130px}.main-slides-item::after{display:none}.main-slides-content{padding:30px}.main-slides-content h1{font-size:35px;margin-bottom:15px}.main-slides-content p{font-size:16px}.main-slides-content .slides-category-list{margin-top:20px}.main-slides-content .slides-category-list .list{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;margin-bottom:15px}.main-slides-content .slides-category-list .list:last-child{margin-bottom:0}.slides-category-list-tab{margin-top:30px}.slides-category-list-tab .tabs li a{font-size:15px;padding:10px 35px}.slides-category-list-tab .tab_content .tabs_item form{padding-right:0}.slides-category-list-tab .tab_content .tabs_item form .form-group{margin-bottom:15px}.slides-category-list-tab .tab_content .tabs_item form .main-search-btn{position:relative;top:unset;-webkit-transform:unset;transform:unset;text-align:center;max-width:100%}.slides-category-list-tab .tab_content .advanced-search{margin-top:15px}.home-slides.owl-theme .owl-dots{position:absolute;bottom:30px;top:unset;-webkit-transform:unset;transform:unset;right:0;left:0;display:unset}.single-featured-cars .content{position:relative}.car-ranking-area .section-title{text-align:center}.car-ranking-area .section-title .section-btn{text-align:center;position:relative}.models-box-item .models-image{height:450px;margin-top:0}.models-box-item .models-title{margin-top:35px}.models-box-item .models-title h3{font-size:25px}.models-box-item .models-item{padding:30px 15px;margin-left:0;margin-top:25px}.models-box-item .models-item .models-content h3{font-size:25px;margin-bottom:15px}.models-box-item .models-item .models-content h4{font-size:20px}.models-slides{padding-bottom:20px}.models-slides.owl-theme .owl-dots{position:relative;bottom:0;left:0;right:0;-webkit-transform:unset;transform:unset}.models-slides.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}.choose-item .content h3{font-size:26px}.choose-item .choose-inner-content{padding-left:0;text-align:center}.choose-item .choose-inner-content .icon{position:relative;margin-bottom:20px}.choose-item .choose-inner-content .icon i{height:60px;width:60px;line-height:60px;font-size:30px}.choose-image{margin-top:30px}.choose-image .image-box{left:0;right:0;border-radius:0;max-width:200px;border-left:10px solid #fff;margin:auto}.testimonials-area .section-title h2{font-size:25px}.testimonials-item .icon{margin-bottom:5px}.testimonials-item .icon i{font-size:35px}.testimonials-item p{font-size:16px}.testimonials-slides.owl-theme .owl-nav [class*=owl-]{top:80%;-webkit-transform:translateY(-80%);transform:translateY(-80%);opacity:1;visibility:visible}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-]{left:0}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next{right:0}.blog-area .section-title{text-align:center}.blog-area .section-title .section-btn{text-align:center;position:relative}.single-blog .blog-content{padding:20px 10px}.newsletter-inner-box{padding:25px}.newsletter-inner-box .newsletter-content{margin-bottom:20px}.newsletter-inner-box .newsletter-form button{position:relative;right:0;top:0;margin-top:15px}.newsletter-inner-box .newsletter-share-link{text-align:center;margin-top:20px}.footer-area{padding-top:150px}.single-footer-widget .download-store .apple-store-btn{margin-right:5px;padding:10px 12px 10px 40px}.single-footer-widget .download-store .apple-store-btn i{font-size:25px;left:8px}.single-footer-widget .download-store .play-store-btn{padding:10px 12px 10px 40px}.single-footer-widget .download-store .play-store-btn i{font-size:25px;left:8px}.main-banner-item{padding-top:130px;padding-bottom:85px}.main-banner-content{padding:30px 20px}.main-banner-content h1{font-size:35px}.main-banner-content p{font-size:16px}.main-banner-content .banner-category-list{margin-top:20px}.main-banner-content .banner-category-list .list{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;margin-bottom:15px}.main-banner-content .banner-category-list .list:last-child{margin-bottom:0}.main-banner-content .banner-category-list-tab{margin-top:30px}.main-banner-content .banner-category-list-tab .tabs li a{font-size:15px;padding:10px 15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form{padding-right:0}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group{margin-bottom:15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn{position:relative;top:unset;-webkit-transform:unset;transform:unset;text-align:center;max-width:100%}.main-banner-content .banner-category-list-tab .tab_content .advanced-search{display:none}.team-area .section-title{text-align:center}.team-area .section-title .section-btn{text-align:center;position:relative}.partner-slides.owl-theme .owl-nav{display:none}.main-banner-item-box{padding-top:120px;padding-bottom:110px}.choose-image-wrap{margin-top:30px;text-align:center}.choose-image-wrap .video-btn{left:0;right:0;margin:auto;-webkit-transform:unset;transform:unset;text-align:left}.listing-area{padding-bottom:50px}.listing-area::before{display:none}.listing-box-item .listing-item .listing-content h3{font-size:28px}.listing-box-item .listing-item .listing-content h4{font-size:22px}.listing-image{margin-top:30px;text-align:center}.listing-slides.owl-theme .owl-nav{margin-left:0;left:0;right:0;margin:auto}.page-banner-area{padding-top:150px;padding-bottom:100px}.page-banner-content h2{font-size:35px}.page-banner-content p{font-size:15px}.about-image{margin-bottom:30px}.about-content .title{margin-bottom:15px}.about-content .title h3{font-size:30px;margin-bottom:5px}.single-fun-fact h3{font-size:35px}.single-fun-fact p{font-size:15px}.error-content h3{font-size:35px}.terms-of-service-title h2{font-size:30px}.privacy-policy-title h2{font-size:30px}.coming-soon-content #timer div{height:100px;width:100px;font-size:25px;margin-bottom:10px}.contact-info-box{padding:20px;text-align:center}.contact-info-box .icon{width:80px;height:80px;position:relative;left:0;font-size:40px;top:unset;-webkit-transform:unset;transform:unset;margin:0 auto 20px}.contact-form .title h3{font-size:30px}.contact-map{margin-top:30px}.pagination-area{margin-bottom:30px;text-align:center}.pagination-area .page-numbers{width:40px;height:40px;line-height:40px}.blog-details-desc .article-content-box .article-content{padding-left:10px;padding-right:10px}.blog-details-desc .article-content-box .article-content h3{font-size:25px}.blog-details-desc .article-content-box .article-content .entry-meta ul li{font-size:14px}.blog-details-desc .article-content-box .article-content .entry-meta ul li a{font-size:14px}.blog-details-desc .article-content-box .article-content .entry-meta ul li i{font-size:14px}.blog-details-desc .article-content-box .article-content .article-tag{padding:10px}.blog-details-desc .article-content-box .article-content .article-tag li a{padding:5px 10px;font-size:14px}.comments-area .comments-title{font-size:25px}.comments-area .comment-respond{margin-bottom:30px}.comments-area .comment-respond .comment-reply-title{margin-bottom:10px;font-size:25px}blockquote,.blockquote{padding:20px!important}blockquote p,.blockquote p{font-size:16px!important}.dashboard-profile{margin-bottom:30px}.dashboard-title{text-align:center}.dashboard-title h3{font-size:25px}.single-car-shop-item .car-shop-content{margin-top:15px}.single-car-shop-item .car-shop-list{margin-left:0;margin-top:20px}.single-car-shop-item .car-shop-list::before{display:none}.car-shop-filter-options p{margin-bottom:15px;text-align:center}.car-shop-area .pagination-area{margin-bottom:0}.car-details-gallery .car-details-preview .slick-prev,.car-details-gallery .car-details-preview .slick-next{width:30px;height:30px;line-height:45px}.car-details-desc .desc-content h3{font-size:26px}.car-details-desc .desc-information h3{font-size:26px}.car-details-desc .desc-features h3{font-size:26px}.car-details-desc .desc-features .info-list li{font-size:15px}.car-details-desc .desc-notes h3{font-size:26px}.car-details-desc .desc-share h3{font-size:26px}.car-details-desc .desc-seller-info h3{font-size:26px}.car-details-contact{padding:20px;margin-top:30px}.user-profile-information{padding:20px;margin-bottom:30px}.user-profile-information .profile-title h3{font-size:25px}.user-profile-title{text-align:center}.user-profile-title h3{font-size:26px}.car-shop-area .widget-area{margin-bottom:30px}.products-filter-options p{text-align:center;margin-bottom:15px}.products-area .pagination-area{margin-bottom:0}.cart-table table thead tr th{padding:20px 75px}.cart-table table tbody tr td{padding-right:20px}.cart-buttons{margin-bottom:30px;margin:30px auto}.wishlist-table table thead tr th{padding:20px 65px}.wishlist-table table tbody tr td{padding-right:20px}.billing-details .title{font-size:26px}.order-details{margin-top:30px}.products-details-desc .product-content{margin-top:30px}.products-details-desc .product-content h3{font-size:26px}.products-details-tabs .nav .nav-item .nav-link{font-size:16px}.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn{display:none}.login-form form .lost-your-password{text-align:left;margin-top:5px}.car-details-desc .desc-share{text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.login-form form .lost-your-password{text-align:right;margin-top:0}}@media only screen and (min-width:768px) and (max-width:991px){.ptb-100{padding-top:70px;padding-bottom:70px}.pt-100{padding-top:70px}.pb-100{padding-bottom:70px}.pt-70{padding-top:40px}.pb-70{padding-bottom:40px}.navbar-area.navbar-white-color{background-color:#fff}.main-responsive-nav .logo img{max-width:150px!important}.mean-container a.meanmenu-reveal{padding:0}.mean-container a.meanmenu-reveal span{display:block;background:#000;height:4px;margin-top:-5px;border-radius:3px;position:relative;top:8px}.mean-container .mean-bar{background-color:unset;border-bottom:none}.mean-container .mean-nav{margin-top:35px}.others-option-for-responsive .dot-menu{top:-32px}.others-option-for-responsive .container .container{right:20px;max-width:230px;padding-top:10px;padding-bottom:10px;border-radius:5px;text-align:center;background-color:#000}.others-option-for-responsive .option-inner .others-options{margin-left:0}.others-option-for-responsive .option-inner .others-options .option-item{margin-bottom:25px;margin-right:0}.others-option-for-responsive .option-inner .others-options .option-item:last-child{margin-bottom:0}.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu{margin-top:20px!important}.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list{width:195px;margin-top:18px}.others-option-for-responsive .option-inner .others-options.d-flex{display:block!important}.main-slides-item{padding-top:175px;padding-bottom:150px}.main-slides-item::after{display:none}.main-slides-content{padding:40px 30px}.main-slides-content h1{font-size:55px;margin-bottom:15px}.main-slides-content p{font-size:16px}.main-slides-content .slides-category-list{margin-top:20px}.main-slides-content .slides-category-list .list{-webkit-box-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;margin-bottom:15px}.main-slides-content .slides-category-list .list:last-child{margin-bottom:0}.slides-category-list-tab{margin-top:30px}.slides-category-list-tab .tab_content .tabs_item form{padding-right:0}.slides-category-list-tab .tab_content .tabs_item form .form-group{margin-bottom:15px}.slides-category-list-tab .tab_content .tabs_item form .main-search-btn{position:relative;top:unset;-webkit-transform:unset;transform:unset;text-align:center;max-width:100%}.slides-category-list-tab .tab_content .advanced-search{margin-top:15px}.home-slides.owl-theme .owl-dots{position:absolute;bottom:30px;top:unset;-webkit-transform:unset;transform:unset;right:0;left:0;display:unset}.single-featured-cars a img{width:100%}.car-ranking-area .section-title{text-align:center}.car-ranking-area .section-title .section-btn{text-align:center;position:relative}.models-box-item .models-image{height:450px;margin-top:0}.models-box-item .models-title{margin-top:35px}.models-box-item .models-item{padding:30px 35px;margin-left:0;margin-top:25px}.models-box-item .models-item .models-content h3{font-size:25px;margin-bottom:15px}.models-box-item .models-item .models-content h4{font-size:20px}.models-slides{padding-bottom:20px}.models-slides.owl-theme .owl-dots{position:relative;bottom:0;left:0;right:0;-webkit-transform:unset;transform:unset}.models-slides.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}.choose-item .choose-inner-content{padding-left:70px}.choose-item .choose-inner-content .icon i{height:60px;width:60px;line-height:60px;font-size:30px}.choose-image{margin-top:30px}.choose-image .image-box{left:0;right:0;border-radius:0;max-width:300px;margin:auto;border-left:10px solid #fff}.choose-image .image-box img{width:100%}.testimonials-item .icon{margin-bottom:5px}.testimonials-item .icon i{font-size:35px}.testimonials-item p{font-size:16px}.testimonials-slides.owl-theme .owl-nav [class*=owl-]{top:80%;-webkit-transform:translateY(-80%);transform:translateY(-80%);opacity:1;visibility:visible}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-]{left:0}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next{right:0}.blog-area .section-title{text-align:center}.blog-area .section-title .section-btn{text-align:center;position:relative}.single-blog .blog-content{padding:20px 10px}.single-blog .blog-content h3{font-size:25px}.newsletter-inner-box{padding:25px}.newsletter-inner-box .newsletter-content{margin-bottom:20px;text-align:center}.newsletter-inner-box .newsletter-share-link{text-align:center;margin-top:20px}.footer-area{padding-top:150px}.single-footer-widget .download-store .apple-store-btn{margin-right:5px;padding:10px 12px 10px 40px}.single-footer-widget .download-store .apple-store-btn i{font-size:25px;left:8px}.single-footer-widget .download-store .play-store-btn{padding:10px 12px 10px 40px}.single-footer-widget .download-store .play-store-btn i{font-size:25px;left:8px}.main-banner-item{padding-top:130px;padding-bottom:85px}.main-banner-content{padding:30px 20px}.main-banner-content h1{font-size:55px;margin-bottom:15px}.main-banner-content .banner-category-list-tab{margin-top:30px}.main-banner-content .banner-category-list-tab .tabs li a{font-size:15px;padding:10px 15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form{padding-right:0}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group{margin-bottom:15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn{position:relative;top:unset;-webkit-transform:unset;transform:unset;text-align:center;max-width:100%}.team-area .section-title{text-align:center}.team-area .section-title .section-btn{text-align:center;position:relative}.partner-slides.owl-theme .owl-nav{display:none}.main-banner-item-box{padding-top:120px;padding-bottom:110px}.choose-image-wrap{margin-top:30px;text-align:center}.choose-image-wrap .video-btn{left:0;right:0;margin:auto;-webkit-transform:unset;transform:unset;text-align:left}.listing-area{padding-bottom:70px}.listing-area::before{display:none}.listing-image{margin-top:30px;text-align:center}.listing-slides.owl-theme .owl-nav{margin-left:0;left:0;right:0;margin:auto}.about-image{margin-bottom:30px}.contact-info-box{padding:20px;text-align:center}.contact-info-box .icon{width:80px;height:80px;position:relative;left:0;font-size:40px;top:unset;-webkit-transform:unset;transform:unset;margin:0 auto 20px}.contact-map{margin-top:30px}.pagination-area{margin-bottom:30px;text-align:center}.pagination-area .page-numbers{width:40px;height:40px;line-height:40px}.comments-area .comment-respond{margin-bottom:30px}.dashboard-profile{margin-bottom:30px}.dashboard-profile .profile-box .profile-icon .camera-icon{right:25%}.single-car-shop-item{padding:25px 10px}.single-car-shop-item .car-shop-list::before{left:-50px}.car-shop-area .pagination-area{margin-bottom:0}.car-details-contact{padding:20px;margin-top:30px}.user-profile-information{margin-bottom:30px}.user-profile-title{text-align:center}.car-shop-area .widget-area{margin-bottom:30px}.widget-area .widget_filter_results .price-range-content .price-range-bar .ui-slider-handle:last-child{left:100%!important}.products-area .pagination-area{margin-bottom:0}.cart-buttons{margin-bottom:30px;margin:30px auto}.wishlist-table table thead tr th{padding:20px 65px}.wishlist-table table tbody tr td{padding-right:20px}.order-details{margin-top:30px}}@media only screen and (min-width:992px) and (max-width:1199px){.navbar-area.navbar-white-color{background-color:#fff}.main-responsive-nav .logo img{max-width:150px!important}.mean-container a.meanmenu-reveal{padding:0}.mean-container a.meanmenu-reveal span{display:block;background:#000;height:4px;margin-top:-5px;border-radius:3px;position:relative;top:8px}.mean-container .mean-bar{background-color:unset;border-bottom:none;padding-top:0}.mean-container .mean-nav{margin-top:35px}.others-option-for-responsive .dot-menu{top:-32px}.others-option-for-responsive .container .container{right:20px;max-width:230px;padding-top:10px;padding-bottom:10px;border-radius:5px;text-align:center;background-color:#000}.others-option-for-responsive .option-inner .others-options{margin-left:0}.others-option-for-responsive .option-inner .others-options .option-item{margin-bottom:25px;margin-right:0}.others-option-for-responsive .option-inner .others-options .option-item:last-child{margin-bottom:0}.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu{margin-top:20px!important}.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list{width:195px;margin-top:18px}.others-option-for-responsive .option-inner .others-options.d-flex{display:block!important}.main-slides-item{padding-top:195px}.main-slides-content{padding:50px 15px 55px}.main-slides-content h1{font-size:50px}.main-slides-content .slides-category-list{margin-top:25px}.main-slides-content .slides-category-list .list .icon{margin-bottom:10px}.main-slides-content .slides-category-list .list .icon a i{height:50px;width:50px;line-height:50px;font-size:30px}.main-slides-content .slides-category-list .list h3{font-size:15px}.main-slides-content .slides-category-list .list span{font-size:15px}.slides-category-list-tab .tab_content .tabs_item form{padding-right:50px}.slides-category-list-tab .tab_content .tabs_item form .row .col-lg-4{padding-left:5px;padding-right:5px}.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button i{width:35px;font-size:20px}.single-featured-cars .content{padding:10px}.single-featured-cars .content h3{font-size:24px}.choose-image .image-box{left:0;border-radius:0}.testimonials-slides.owl-theme .owl-nav [class*=owl-]{top:60%;-webkit-transform:translateY(-60%);transform:translateY(-60%);opacity:1;visibility:visible}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-]{left:0}.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next{right:0}.single-blog .blog-content{padding:20px 10px}.single-blog .blog-content h3{font-size:22px}.newsletter-inner-box .newsletter-form button{padding:0 15px;font-size:15px}.newsletter-inner-box .newsletter-share-link a i{height:40px;width:40px;line-height:40px;font-size:20px}.footer-area{padding-top:180px}.single-footer-widget h3{font-size:18px}.single-footer-widget .download-store h4{font-size:18px}.single-footer-widget .download-store .apple-store-btn{margin-right:5px;padding:10px 8px 10px 25px;font-size:10px}.single-footer-widget .download-store .apple-store-btn i{font-size:15px;left:5px}.single-footer-widget .download-store .apple-store-btn span{font-size:12px}.single-footer-widget .download-store .play-store-btn{padding:10px 8px 10px 25px;font-size:10px}.single-footer-widget .download-store .play-store-btn i{font-size:15px;left:5px}.single-footer-widget .download-store .play-store-btn span{font-size:12px}.single-footer-widget .logo-widget img{max-width:150px}.single-footer-widget .quick-links li{margin-bottom:15px}.main-banner-content{margin:auto}.single-featured-cars-box .box-content{padding:10px 5px 5px}.single-featured-cars-box .box-content .tag{font-size:15px}.single-featured-cars-box .box-content h3{font-size:20px;margin-top:10px;margin-bottom:5px}.single-featured-cars-box .box-content p{font-size:12px}.single-team .team-content h3{font-size:22px}.single-team .team-content .share-link a{margin-right:2px}.single-team .team-content .share-link a i{height:35px;width:35px;line-height:35px;font-size:16px}.partner-slides.owl-theme .owl-nav [class*=owl-]{left:0}.partner-slides.owl-theme:hover .owl-nav [class*=owl-]{left:-10px}.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next{right:-10px}.main-banner-item-box{padding-top:160px;padding-bottom:120px}.main-banner-content{padding:50px 15px 55px}.main-banner-content h1{font-size:50px}.main-banner-content .banner-category-list{margin-top:25px}.main-banner-content .banner-category-list .list .icon{margin-bottom:10px}.main-banner-content .banner-category-list .list .icon a i{height:50px;width:50px;line-height:50px;font-size:30px}.main-banner-content .banner-category-list .list h3{font-size:15px}.main-banner-content .banner-category-list .list span{font-size:15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form{padding-right:50px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .row .col-lg-4{padding-left:5px;padding-right:5px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select{padding-left:10px;padding-right:10px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after{right:15px}.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button i{width:35px;font-size:20px}.listing-area{padding-bottom:100px}.listing-area::before{display:none}.listing-slides.owl-theme .owl-nav{margin-left:0;left:0;right:0;margin:auto}.contact-info-box{padding:20px;text-align:center}.contact-info-box .icon{width:80px;height:80px;position:relative;left:0;font-size:40px;top:unset;-webkit-transform:unset;transform:unset;margin:0 auto 20px}.dashboard-profile .profile-box .profile-icon a i{height:100px;width:100px;line-height:100px;font-size:60px}.dashboard-profile .profile-box .profile-icon .camera-icon a i{height:40px;width:40px;line-height:40px;font-size:20px}.single-car-shop-item{padding:25px 10px}.single-car-shop-item .car-shop-list::before{left:-50px}}@media only screen and (min-width:1200px) and (max-width:2500px){.container{max-width:1410px}}@media only screen and (min-width:1550px){.main-navbar .container-fluid{padding-left:100px;padding-right:100px}.main-slides-item{padding-top:260px;padding-bottom:170px}.main-slides-item .container-fluid{padding-left:100px;padding-right:100px}.main-slides-item::after{width:32%}.home-slides.owl-theme .owl-dots{right:80px}.main-banner-item-box .container-fluid{padding-left:100px;padding-right:100px}}