@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";
body {
	font-size: 16px;
	font-family: open sans, sans-serif;
	color: #555
}

a {
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-decoration: none;
	color: #555
}

a:hover {
	text-decoration: none;
	color: #ee3232
}

a:focus {
	text-decoration: none
}

button {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	font-weight: 700
}

h3 {
	font-size: 22px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8
}

p:last-child {
	margin-bottom: 0
}

img {
	max-width: 100%;
	height: auto
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.form-control {
	height: 50px;
	color: #ee3232;
	border: 1px solid #d1d1d1;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%
}

.form-control::-webkit-input-placeholder {
	color: #676a6a
}

.form-control:-ms-input-placeholder {
	color: #676a6a
}

.form-control::-ms-input-placeholder {
	color: #676a6a
}

.form-control::placeholder {
	color: #676a6a
}

.form-control:focus {
	color: #000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #ee3232
}

.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

textarea.form-control {
	height: auto
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.mt-100 {
	margin-top: 100px
}

.mt-minus-100 {
	margin-top: -100px
}

.mt-30 {
	margin-top: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.bg-color {
	background-color: #f9f9f9
}

.fdfcf8-bg-color {
	background-color: #fdfcf8
}

.default-btn {
	font-size: 16px;
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	background-color: #ee3232;
	border-radius: 4px;
	border: 1px solid #ee3232
}

.default-btn:hover {
	color: #fff;
	border-color: #d9a028;
	background-color: #d9a028
}

.read-more {
	font-weight: 600;
	font-size: 15px;
	color: #1a1a1a
}

.read-more:hover {
	color: #ee3232
}

.section-title {
	max-width: 750px;
	margin: -5px auto 50px;
	text-align: center;
	position: relative
}

.section-title span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #ee3232;
	text-transform: uppercase;
		font-weight: 600;
}

.section-title h2 {
	font-size: 40px;
	margin-bottom: 15px;
	position: relative
}

.section-title h2:last-child {
	margin-bottom: 0
}

.section-title.white-title span {
	color: #ee3232
}

.section-title.white-title h2 {
	color: #fff
}

.section-title.white-title p {
	color: #fff
}

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2
}

#header {
	-webkit-transition: top .5s;
	transition: top .5s;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

#header.is-sticky {
	-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;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.top-header {
	background-color:#d9a028;
	padding-top: 15px;
	padding-bottom: 15px
}

.top-header .header-left-content {
	padding-left: 190px
}

.top-header .header-left-content li {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	font-size: 14px
}

.top-header .header-left-content li:last-child {
	margin-right: 0
}

.top-header .header-left-content li i {
	color: #fff;
	display: inline-block;
	margin-right: 10px
}

.top-header .header-left-content li a {
	color: #fff
}

.top-header .header-left-content li a:hover {
	color: #ee3232
}

.top-header .header-right-content {
	padding-right: 30px;
	float: right
}

.top-header .header-right-content li {
	display: inline-block;
	margin-right: 15px
}

.top-header .header-right-content li:last-child {
	margin-right: 0
}

.top-header .header-right-content li a {
	color: #fff;
	font-size: 15px
}

.top-header .header-right-content li a i {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.top-header .header-right-content li a:hover {
	color: #ee3232
}

.top-header .header-right-content li a:hover i {
	color: #ee3232
}

.top-header.top-header-style-two {
	background-color: #1a1a1a
}

.top-header.top-header-style-three {
	background-color: #1a1a1a
}

.top-header.top-header-style-three .header-left-content {
	padding-left: 30px
}

.navbar-area .main-nav {
	background-color: #1a1a1a;
	padding-top: 0;
	padding-bottom: 0
}

.navbar-area .main-nav .container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

.navbar-area .main-nav .navbar {
	padding: 0
}

.navbar-area .main-nav .navbar .navbar-brand {
	font-size: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-right: 50px;
	top: -27px
}

.navbar-area .main-nav .navbar .navbar-brand::before {
	content: "";
	position: absolute;
	top: -55px;
	left: -350px;
	width: 550px;
	height: 157px;
	background-color: #fff;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%)
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-left: 0;
	margin-right: 0;
	padding: 26px 0;
	position: relative;
	z-index: 1;
	margin: 0 15px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #ee3232;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
	font-size: 22px;
	line-height: 0;
	position: relative;
	top: 4px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
	width: 100%;
	right: auto;
	left: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
	width: 100%;
	right: auto;
	left: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	top: 98%;
	left: 15px;
	opacity: 0;
	width: 250px;
	visibility: hidden;
	z-index: 99;
	display: block;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 14px;
	color: #555;
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px dashed #eee;
	margin-left: 0;
	margin-right: 0;
	text-transform: capitalize;
	display: block;
	font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 20px
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	display: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	top: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: -2px!important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: -98%;
	top: 0!important;
	opacity: 0!important;
	visibility: hidden!important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	position: absolute;
	right: -100%;
	top: 0;
	opacity: 0!important;
	visibility: hidden!important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #555;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #ee3232
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -2px!important;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -20px!important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
	left: auto;
	right: -100%
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	visibility: visible;
	top: 98%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.navbar-area .others-option .search-box {
	display: inline-block;
	position: relative;
	top: -5px
}

.navbar-area .others-option .search-box .form-control {
	background-color: transparent;
	height: 35px;
	width: 230px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5f5f5f;
	padding: 0;
	color: #fff
}

.navbar-area .others-option .search-box .form-control:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-bottom: 1px solid #ee3232
}

.navbar-area .others-option .search-box .search-btn {
	position: absolute;
	top: 6px;
	right: 0;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	background-color: transparent;
	padding-right: 0
}

.navbar-area .others-option .search-box .search-btn:hover {
	color: #ee3232
}

.navbar-area .others-option .cart-icon {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 4px;
	margin-right: 10px
}

.navbar-area .others-option .cart-icon a i {
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	line-height: 1;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 50px
}

.navbar-area .others-option .cart-icon a span {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #ee3232;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 11px
}

.navbar-area .others-option .cart-icon a:hover i {
	color: #ee3232
}

.navbar-area.navbar-area-style-two .main-nav {
	background-color: #ee3232
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a::before {
	background-color: #fff
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a:hover {
	color: #fff
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a.active {
	color: #fff
}

.navbar-area.navbar-area-style-two .others-option .search-box .form-control {
	border-color: #f37070
}

.navbar-area.navbar-area-style-two .others-option .search-box .form-control::-webkit-input-placeholder {
	color: #f37070
}

.navbar-area.navbar-area-style-two .others-option .search-box .form-control:-ms-input-placeholder {
	color: #f37070
}

.navbar-area.navbar-area-style-two .others-option .search-box .form-control::-ms-input-placeholder {
	color: #f37070
}

.navbar-area.navbar-area-style-two .others-option .search-box .form-control::placeholder {
	color: #f37070
}

.navbar-area.navbar-area-style-two .others-option .search-box .search-btn:hover {
	color: #1a1a1a
}

.navbar-area.navbar-area-style-two .others-option .cart-icon a span {
	background-color: #1a1a1a
}

.navbar-area.navbar-area-style-two .others-option .cart-icon a:hover i {
	color: #1a1a1a
}

.navbar-area.navbar-area-style-three .main-nav {
	background-color: #fff
}

.navbar-area.navbar-area-style-three .main-nav .navbar .navbar-brand {
	position: unset;
	margin-right: 0
}

.navbar-area.navbar-area-style-three .main-nav .navbar .navbar-brand::before {
	display: none
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a {
	color: #1a1a1a;
	padding: 30px 0
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ee3232
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a.active {
	color: #ee3232
}

.navbar-area.navbar-area-style-three .others-option .search-box .form-control {
	border-color: #bababa
}

.navbar-area.navbar-area-style-three .others-option .search-box .form-control:placeholder {
	color: #bababa
}

.navbar-area.navbar-area-style-three .others-option .search-box .search-btn {
	color: #1a1a1a
}

.navbar-area.navbar-area-style-three .others-option .search-box .search-btn:hover {
	color: #ee3232
}

.navbar-area.navbar-area-style-three .others-option .cart-icon a i {
	color: #1a1a1a
}

.navbar-area.navbar-area-style-three .others-option .cart-icon a:hover i {
	color: #ee3232
}

.mobile-nav {
	display: none
}

.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: 20px
}

.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: all ease .5s;
	transition: all ease .5s;
	background-color: #000
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #ee3232
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	top: 10px;
	max-width: 262px;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all ease .5s;
	transition: all ease .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 {
	padding: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.others-option-for-responsive .option-inner .others-option {
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.others-option-for-responsive .option-inner .others-option .option-item {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
	margin-left: 0;
	padding-left: 0
}

.others-option-for-responsive .sidebar-menu {
	display: inline-block;
	margin-left: 10px
}

.others-option-for-responsive .sidebar-menu a i {
	font-size: 25px;
	background-color: #ee3232;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50px
}

.banner-area {
	position: relative
}

.banner-area .owl-theme .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 125px;
	margin-top: 0
}

.banner-area .owl-theme .owl-nav [class*=owl-] {
	background: 0 0
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-prev {
	margin: 0
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-prev::before {
	content: "Prev";
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-right: 15px;
	border-right: 1px solid #fff;
	line-height: 1;
	padding-right: 15px;
	color: #fff;
	font-weight: 700
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-prev i {
	position: absolute;
	left: -30px;
	top: -5px;
	color: #fff;
	font-size: 23px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
	color: #ee3232
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-prev:hover i {
	color: #ee3232
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-next {
	margin: 0
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-next::after {
	content: "Next";
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-weight: 700
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-next i {
	position: absolute;
	right: -30px;
	top: -5px;
	color: #fff;
	font-size: 23px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
	color: #ee3232
}

.banner-area .owl-theme .owl-nav [class*=owl-].owl-next:hover i {
	color: #ee3232
}

.banner-area .owl-item.active .banner-slider-item::after {
	-webkit-animation: 3s .3s fadeInLeft both;
	animation: 3s .3s fadeInLeft both
}

.banner-area .owl-item.active .banner-content {
	overflow: hidden
}

.banner-area .owl-item.active .banner-content.one h1 {
	-webkit-animation: 1s .1s fadeInLeft both;
	animation: 1s .1s fadeInLeft both
}

.banner-area .owl-item.active .banner-content.one p {
	-webkit-animation: 2s .2s fadeInLeft both;
	animation: 2s .2s fadeInLeft both
}

.banner-area .owl-item.active .banner-content.one .banner-btn {
	-webkit-animation: 2s .2s fadeInUpBig both;
	animation: 2s .2s fadeInUpBig both
}

.banner-area .owl-item.active .banner-content.two h1 {
	-webkit-animation: 2s .2s fadeInDown both;
	animation: 2s .2s fadeInDown both
}

.banner-area .owl-item.active .banner-content.two p {
	-webkit-animation: 2s .2s fadeInDown both;
	animation: 2s .2s fadeInDown both
}

.banner-area .owl-item.active .banner-content.two .banner-btn {
	-webkit-animation: 2s .2s fadeInUp both;
	animation: 2s .2s fadeInUp both
}

.banner-area.banner-area-three {
	overflow: hidden
}

.banner-area.banner-area-three .banner-slider-item::after {
	display: none
}

.banner-area.banner-area-three .banner-slider-item .banner-content {
	margin-left: 15px;
	padding: 50px;
	max-width: 680px
}

.banner-area.banner-area-three .banner-slider-item .banner-content h1 {
	margin-top: -16px;
	font-size: 65px
}

.banner-area.banner-area-three .owl-item.active .banner-content {
	background-color: rgba(0, 0, 0, .7);
	-webkit-animation: 1s .1s zoomIn both;
	animation: 1s .1s zoomIn both
}

.banner-area.banner-area-three .owl-theme .owl-nav {
	position: unset;
	margin-top: 0!important
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -60px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: translateY(55px);
	transform: translateY(55px)
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-next i {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	width: 60px;
	height: 50px;
	line-height: 52px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 26px;
	border-radius: 50px 0 0 50px
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-next:hover i {
	background-color: #ee3232!important;
	color: #fff!important
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -60px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: translateY(55px);
	transform: translateY(55px)
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-prev i {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	width: 60px;
	height: 50px;
	line-height: 52px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 26px;
	border-radius: 0 50px 50px 0
}

.banner-area.banner-area-three .owl-theme .owl-nav .owl-prev:hover i {
	background-color: #ee3232!important;
	color: #fff!important
}

.banner-area.banner-area-three .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent
}

.banner-area.banner-area-three .owl-theme .owl-nav [class*=owl-].owl-next::after {
	display: none
}

.banner-area.banner-area-three .owl-theme .owl-nav [class*=owl-].owl-prev::before {
	display: none
}

.banner-area.banner-area-three:hover .owl-theme .owl-nav .owl-next {
	right: 30px
}

.banner-area.banner-area-three:hover .owl-theme .owl-nav .owl-prev {
	left: 30px
}

.banner-slider-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	position: relative;
	z-index: 1
}

.banner-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	z-index: -1
}



.banner-slider-item.bg-1 {
	background-image: url(../img/banner-img/banner-1.jpg)
}

.banner-slider-item.bg-2 {
	background-image: url(../img/banner-img/banner-2.jpg)
}

.banner-slider-item.bg-3 {
	background-image: url(../img/banner-img/banner-3.jpg)
}

.banner-slider-item.bg-4 {
	background-image: url(../img/banner-img/banner-4.jpg)
}

.banner-slider-item.bg-5 {
	background-image: url(../img/banner-img/banner-5.jpg)
}

.banner-content {
	max-width: 755px;
	margin-right: auto;
	margin-top: 129px
}

.banner-content h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px
}

.banner-content p {
	color: #fff;
	margin-bottom: 30px
}

.banner-area-two {
	background-image: url(../img/banner-img/banner-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 870px;
	position: relative;
	z-index: 1;
	border-radius: 10% 12% 50% 50%/0% 0% 20% 20%
}

.banner-area-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	opacity: .6;
	z-index: -1;
	border-radius: 10% 12% 50% 50%/0% 0% 20% 20%
}

.banner-area-two .banner-content {
	margin: 30px auto 0;
	text-align: center
}

.about-img {
	position: relative
}

.about-img .about-img-1 {
	text-align: right;
	margin-top: 200px;
	position: relative;
	z-index: 1
}

.about-img .about-img-2 {
	position: absolute;
	left: 0;
	top: -200px
}

.about-img .experience {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-left: 10px solid #b0d1e8;
	border-bottom: 10px solid #b0d1e8;
	text-align: center;
	width: 210px;
	position: absolute;
	bottom: 0;
	height: 200px;
	z-index: 1
}

.about-img .experience h2 {
	font-size: 70px;
	margin-bottom: 0;
	color: #ee3232;
	margin-top: 35px
}

.about-img .experience p {
	font-weight: 600;
	font-size: 16px;
	color: #1a1a1a
}

.about-img::before {
	content: "";
	position: absolute;
	top: -130px;
	right: 70px;
	width: 200px;
	height: 200px;
	border: 10px solid #fabdbd;
	z-index: -1
}

.about-content {
	margin-top: -5px
}

.about-content span {
	text-transform: uppercase;
	color: #ee3232;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.about-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.about-content p {
	margin-bottom: 20px
}

.about-content ul {
	display: inline-block;
	margin-bottom: 35px
}

.about-content ul li {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px
}

.about-content ul li:last-child {
	margin-bottom: 0
}

.about-content ul li i {
	background-color: #ee3232;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}

.about-content .right-content {
	margin-left: 30px
}

.about-img-two {
	position: relative
}

.about-img-two .about-3-shape {
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1
}

.about-img-two .experience-shape {
	position: absolute;
	bottom: -70px;
	right: 0
}

.about-img-two .experience-shape .experience-two {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	text-align: center
}

.about-img-two .experience-shape .experience-two .about-img-content {
	margin-top: -10px
}

.about-img-two .experience-shape .experience-two .about-img-content h2 {
	font-size: 60px;
	margin-bottom: 0;
	color: #ee3232
}

.about-img-two .experience-shape .experience-two .about-img-content p {
	font-weight: 600;
	color: #1a1a1a;
	font-size: 16px
}

.about-area-three.pb-130 {
	padding-bottom: 130px
}

.about-area-three .about-content {
	margin-left: 30px
}

.about-area-three .about-content p {
	margin-bottom: 30px
}

.about-area-three .about-services-box {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 0
}

.about-area-three .about-services-box .icon {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 25px
}

.about-area-three .about-services-box .icon i {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 35px;
	color: #1a1a1a;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.about-area-three .about-services-box h3 {
	margin-bottom: 15px
}

.about-area-three .about-services-box p {
	margin-bottom: 18px
}

.about-area-three .about-services-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.about-area-three .about-services-box:hover .icon i {
	color: #ee3232
}

.about-img-three {
	position: relative;
	z-index: 1
}

.about-img-three::before {
	content: "";
	position: absolute;
	left: -30px;
	width: 600px;
	height: 530px;
	bottom: -30px;
	background-color: #ee3232;
	z-index: -1
}

.skills-content {
	margin-right: 30px
}

.skills-content span {
	color: #ee3232;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
		font-weight: 600;
}

.skills-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.skills-content p {
	margin-bottom: 30px
}

.all-skill-bar {
	margin-right: 30px
}

.skill-bar {
	margin-bottom: 20px
}

.skill-bar .progress-title-holder {
	position: relative
}

.skill-bar .progress-title {
	font-size: 18px;
	font-weight: 500
}

.skill-bar .progress-number-wrapper {
	width: 100%;
	z-index: 10;
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	color: #fff
}

.skill-bar .progress-number-mark {
	margin-bottom: 4px;
	border-radius: 3px;
	color: #1a1a1a;
	padding: 0 8px;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	font-weight: 600
}

.skill-bar .down-arrow {
	border: 1px solid #ee3232;
	position: absolute;
	left: 50%;
	top: 133%;
	height: 16px;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.skill-bar .progress-content-outter {
	height: 6px;
	background-color: #f5f5f5
}

.skill-bar .progress-content {
	height: 6px;
	background-color: #ee3232;
	width: 0%
}

.skill-img {
	position: absolute;
	top: -245px;
	right: -40px
}

.skill-img-two {
	text-align: center;
	position: relative;
	z-index: 1
}

.skill-img-two .skill-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1
}

.skill-img-two .video-content {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	position: absolute;
	left: 70px;
	bottom: 70px
}

.skill-img-two .video-content .video-btn {
	top: 15px
}

.our-skills-area-three .skill-img-two .video-content {
	left: unset;
	right: 112px;
	bottom: 15px
}

.partner-area {
	background-color: #1a1a1a;
	text-align: center
}

.partner-area.partner-area-style-two {
	background-color: #f9f9f9
}

.partner-area.white-bg {
	background-color: #fff
}

.gallery-single-item {
	position: relative;
	overflow: hidden
}

.gallery-single-item a {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	line-height: 1;
	padding: 20px 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-weight: 600;
	border-bottom: 1px solid #eee
}

.gallery-single-item a i {
	float: right
}

.gallery-single-item:hover a {
	bottom: 0
}

.single-services-box {
	text-align: center;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-services-box .icon {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 25px
}

.single-services-box .icon i {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 50px;
	color: #1a1a1a;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-services-box .icon .services-hover-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-services-box h3 {
	margin-bottom: 15px
}

.single-services-box p {
	margin-bottom: 18px
}

.single-services-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-services-box:hover .icon i {
	color: #ee3232
}

.single-services-box:hover .icon .services-hover-shape {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.services-area-style-two {
	position: relative;
	z-index: 1
}

.services-area-style-two .single-services-box p {
	margin-bottom: 0
}

.services-area-style-three .single-services-box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.services-area-style-three .single-services-box.bg-1 {
	background-image: url(../img/services-img/services-1.jpg)
}

.services-area-style-three .single-services-box.bg-2 {
	background-image: url(../img/services-img/services-2.jpg)
}

.services-area-style-three .single-services-box.bg-3 {
	background-image: url(../img/services-img/services-3.jpg)
}

.services-area-style-three .single-services-box.bg-4 {
	background-image: url(../img/services-img/services-4.jpg)
}

.services-area-style-three .single-services-box.bg-5 {
	background-image: url(../img/services-img/services-5.jpg)
}

.services-area-style-three .single-services-box.bg-6 {
	background-image: url(../img/services-img/services-6.jpg)
}

.services-area-style-three .single-services-box.bg-7 {
	background-image: url(../img/services-img/services-7.jpg)
}

.services-area-style-three .single-services-box.bg-8 {
	background-image: url(../img/services-img/services-8.jpg)
}

.services-area-style-three .single-services-box.bg-9 {
	background-image: url(../img/services-img/services-9.jpg)
}

.services-area-style-three .single-services-box.bg-10 {
	background-image: url(../img/services-img/services-10.jpg)
}

.services-area-style-three .single-services-box.bg-11 {
	background-image: url(../img/services-img/services-11.jpg)
}

.services-area-style-three .single-services-box.bg-12 {
	background-image: url(../img/services-img/services-12.jpg)
}

.services-area-style-three .single-services-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.services-area-style-three .single-services-box .icon {
	margin-bottom: 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.services-area-style-three .single-services-box .icon i {
	font-size: 35px
}

.services-area-style-three .single-services-box .main-title {
	margin-bottom: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.services-area-style-three .single-services-box .overly {
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.services-area-style-three .single-services-box:hover::before {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.services-area-style-three .single-services-box:hover .overly {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.services-area-style-three .single-services-box:hover .overly a {
	color: #fff
}

.services-area-style-three .single-services-box:hover .main-title {
	opacity: 0
}

.services-area-style-three .single-services-box:hover .icon {
	opacity: 0
}

.single-counter {
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-counter i {
	font-size: 60px;
	line-height: 1;
	color: #1a1a1a;
	border: 2px solid #ee3232;
	width: 120px;
	height: 80px;
	line-height: 100px;
	display: inline-block;
	position: relative;
	margin-bottom: 20px
}

.single-counter i::after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 80px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff
}

.single-counter h2 {
	font-size: 40px
}

.single-counter h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0
}

.single-counter:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.before-after-area {
	background-image: url(../img/before-after-img/after-after-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.before-after-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: -1
}

.before-after-area::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #fff;
	z-index: -1
}

.before-after-area .before-after-content {
	max-width: 790px;
	margin: auto;
	position: relative;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.before-after-area .before-after-content ul {
	position: absolute;
	z-index: 999;
	left: 20px;
	right: 20px;
	bottom: 20px
}

.before-after-area .before-after-content ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	background-color: #fff;
	padding: 5px 30px;
	color: #1a1a1a
}

.before-after-area .before-after-content ul .after {
	float: right
}

.before-after-area .ba-slider .handle {
	background: #fff
}

.before-after-area .ba-slider .handle::after {
	font-size: 28px;
	color: #ee3232;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff;
	box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff
}

.single-team-member {
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-team-member .team-img {
	position: relative;
	overflow: hidden
}

.single-team-member .team-img ul {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	line-height: 1;
	background-color: rgba(238, 50, 50, .8);
	padding: 70px 30px 20px;
	-webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-team-member .team-img ul li {
	display: inline-block;
	margin: 0 5px
}

.single-team-member .team-img ul li a i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	transition: all ease .5s
}

.single-team-member .team-img ul li a:hover i {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.single-team-member .team-content {
	margin-top: 25px
}

.single-team-member .team-content h3 {
	margin-bottom: 5px
}

.single-team-member:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-team-member:hover .team-img ul {
	bottom: 0
}

.appointment-content h2 {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: -6px
}

.appointment-content p {
	margin-bottom: 30px
}

.appointment-form .nice-select {
	height: 50px;
	width: 100%;
	border-radius: 0
}

.appointment-form .nice-select .list {
	border-radius: 0
}

.appointment-form .nice-select .current {
	position: relative;
	top: 4px
}

.appointment-form .nice-select:after {
	top: 51%
}

.appointment-form .nice-select:active {
	border-color: #ee3232
}

.appointment-form .nice-select.open {
	border-color: #ee3232
}

.appointment-form .nice-select:focus {
	border-color: #ee3232
}

.appointment-form .form-group {
	margin-bottom: 30px
}

.appointment-form .form-group .form-control {
	background-color: #fff
}

.appointment-img {
	text-align: center;
	position: relative;
	z-index: 1
}

.appointment-img .appointment-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1
}

.appointment-img .video-content {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	position: absolute;
	left: 70px;
	bottom: 70px
}

.appointment-img .video-content .video-btn {
	top: 15px
}

.appointment-page-area {
	text-align: center
}

.appointment-page-area .appointment-form {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 50px;
	max-width: 800px;
	margin: auto
}

.testimonial-page-area .testimonial {
	margin-bottom: 30px;
	margin-left: 0
}

.testimonial {
	margin-left: 70px
}

.testimonial .testimonial-title h2 {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: -6px
}

.testimonial .testimonial-title p {
	margin-bottom: 30px
}

.testimonial .testimonial-content {
	text-align: center;
	border: 1px solid #ee3232;
	padding: 30px;
	position: relative;
	margin-bottom: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.testimonial .testimonial-content::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 60px;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #ee3232;
	border-right: 1px solid #ee3232;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff
}

.testimonial .testimonial-content::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 55px;
	width: 40px;
	border-bottom: 1px solid #fff
}

.testimonial .testimonial-content i {
	color: #fff;
	font-size: 50px;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50px;
	background-color: #ee3232;
	margin-bottom: 25px
}

.testimonial .testimonial-avatar {
	position: relative;
	padding-left: 100px;
	margin-left: 40px;
	height: 75px
}

.testimonial .testimonial-avatar img {
	position: absolute;
	top: -10px;
	left: 0;
	width: unset;
	border-radius: 50px
}

.testimonial .owl-theme .owl-dots {
	margin-top: 0;
	position: absolute;
	top: 50%;
	right: -40px;
	display: -ms-grid;
	display: grid;
	-webkit-transform: translateY(-95px);
	transform: translateY(-95px)
}

.testimonial .owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 3px solid #ee3232;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.testimonial .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ee3232
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ee3232
}

.appointment-area-three .appointment {
	margin-left: 50px;
	position: relative
}

.appointment-area-three .appointment h2 {
	position: absolute;
	top: 45%;
	left: -190px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-bottom: 0;
	color: #d1d1d1;
	font-size: 55px
}

.appointment-area-three .appointment-item {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	margin-bottom: 30px
}

.appointment-area-three .appointment-item::before {
	content: "";
	position: absolute;
	top: 20px;
	right: -20px;
	width: 20px;
	height: 100%;
	background-color: #ee3232
}

.appointment-area-three .appointment-item::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 20px;
	background-color: #ee3232
}

.appointment-area-three .appointment .owl-theme .owl-dots {
	margin-top: 0;
	position: absolute;
	-webkit-transform: translateY(-95px);
	transform: translateY(-95px);
	right: 40px;
	bottom: -50px
}

.appointment-area-three .appointment .owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 3px solid #ee3232;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.appointment-area-three .appointment .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ee3232
}

.appointment-area-three .appointment .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ee3232
}

.appointment-list {
	margin-left: 30px
}

.appointment-list h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.appointment-list p {
	margin-bottom: 30px
}

.appointment-list ul li {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 20px
}

.appointment-list ul li:last-child {
	margin-bottom: 0
}

.appointment-list ul li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ee3232
}

.single-blog-post {
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #fff
}

.single-blog-post .blog-img {
	position: relative;
	overflow: hidden
}

.single-blog-post .blog-img .date {
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #ee3232;
	padding: 10px 30px;
	color: #fff;
	-webkit-clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%)
}

.single-blog-post .news-content {
	position: relative;
	margin-top: 30px
}

.single-blog-post .news-content a h3 {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 20px
}

.single-blog-post .news-content a:hover h3 {
	color: #ee3232
}

.single-blog-post .news-content .admin {
	margin-bottom: 20px;
	display: block
}

.single-blog-post .news-content .admin img {
	margin-right: 10px;
	border-radius: 50px;
	position: relative;
	top: -1px
}

.single-blog-post:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.subscribe-area {
	position: relative;
	z-index: 1
}

.subscribe-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #1a1a1a;
	z-index: -1
}

.subscribe-area .container {
	max-width: 1020px;
	background-color: #ee3232;
	padding: 20px
}

.subscribe-content h3 {
	color: #fff;
	font-size: 25px
}

.subscribe-content span {
	color: #fff
}

.newsletter-form {
	position: relative;
	text-align: center
}

.newsletter-form .form-control {
	background-color: #fff;
	border: none
}

.newsletter-form .send-btn {
	position: absolute;
	top: 5px;
	right: 0;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #bababa;
	color: #ee3232
}

.newsletter-form .send-btn i {
	font-size: 30px;
	padding: 0 10px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.newsletter-form .send-btn:hover i {
	color: #d9a028
}

.newsletter-form #validator-newsletter {
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #fff
}

.subscribe-img {
	text-align: right
}

.footer-area {
	background-color: #1a1a1a
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget .footer-logo {
	margin-bottom: 30px
}

.single-footer-widget .address .location {
	padding-left: 35px;
	position: relative;
	color: #fff
}

.single-footer-widget .address .location i {
	position: absolute;
	color: #ee3232;
	left: 0;
	top: 5px;
	font-size: 15px;
	line-height: 1
}

.single-footer-widget .address li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px
}

.single-footer-widget .address li a {
	color: #fff;
	display: block
}

.single-footer-widget .address li a:hover {
	color: #ee3232
}

.single-footer-widget .address li:last-child {
	margin-bottom: 0
}

.single-footer-widget .address li i {
	position: absolute;
	color: #ee3232;
	left: 0;
	top: 5px;
	font-size: 15px;
	line-height: 1
}

.single-footer-widget h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px
}

.single-footer-widget h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80px;
	background-color: #ee3232
}

.single-footer-widget .import-link li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px
}

.single-footer-widget .import-link li span {
	color: #b9b9b9;
	margin-top: 8px;
	display: block
}

.single-footer-widget .import-link li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ee3232
}

.single-footer-widget .import-link li:last-child {
	margin-bottom: 0
}

.single-footer-widget .import-link li a {
	color: #fff
}

.single-footer-widget .import-link li a:hover {
	color: #ee3232
}

.single-footer-widget .time li {
	color: #fff;
	margin-bottom: 12px
}

.single-footer-widget .time li span {
	float: right
}

.copy-right-content {
	border-top: 1px solid #313131;
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 30px
}

.copy-right-content p {
	color: #fff
}

.copy-right-content p a {
	color: #ee3232
}

.copy-right-content .footer-menu {
	float: right
}

.copy-right-content .footer-menu li {
	display: inline-block;
	margin-right: 15px
}

.copy-right-content .footer-menu li:last-child {
	margin-right: 0
}

.copy-right-content .footer-menu li a {
	color: #fff
}

.copy-right-content .footer-menu li a:hover {
	color: #ee3232
}

.single-price-card {
	text-align: center;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 30px
}

.single-price-card .price-title {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px
}

.single-price-card .price-title h3 {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-price-card .price-title h2 {
	color: #ee3232;
	font-size: 70px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-price-card .price-title h2 sub {
	font-size: 35px;
	position: relative;
	top: 0
}

.single-price-card .price-title span {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-price-card ul {
	padding: 30px
}

.single-price-card ul li {
	padding-bottom: 25px;
	color: #555;
	font-size: 16px
}

.single-price-card ul li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.single-price-card.active {
	background-color: #ee3232
}

.single-price-card.active .price-title {
	border-color: #f37070
}

.single-price-card.active .price-title h3 {
	color: #fff
}

.single-price-card.active .price-title h2 {
	color: #fff
}

.single-price-card.active .price-title span {
	color: #fff
}

.single-price-card.active ul li {
	color: #fff
}

.single-price-card.active .default-btn {
	background-color: #fff;
	color: #1a1a1a;
	border-color: #fff
}

.single-price-card.active:hover .default-btn {
	background-color: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a
}

.single-price-card .default-btn {
	background-color: transparent;
	border-color: #ee3232;
	color: #1a1a1a
}

.single-price-card .default-btn:hover {
	background-color: #1a1a1a;
	color: #fff
}

.single-price-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #ee3232
}

.single-price-card:hover .price-title {
	border-color: #f37070
}

.single-price-card:hover .price-title h3 {
	color: #fff
}

.single-price-card:hover .price-title h2 {
	color: #fff
}

.single-price-card:hover .price-title span {
	color: #fff
}

.single-price-card:hover ul li {
	color: #fff
}

.single-price-card:hover .default-btn {
	background-color: #1a1a1a;
	color: #fff
}

.page-title-area {
	position: relative;
	overflow: hidden;
	padding-top: 278px;
	padding-bottom: 150px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}

.page-title-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	opacity: .7;
	z-index: -1
}

.page-title-area.bg-1 {
	background-image: url(../img/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-2 {
	background-image: url(../img/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-3 {
	background-image: url(../img/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-4 {
	background-image: url(../img/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-5 {
	background-image: url(../img/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-6 {
	background-image: url(../img/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-7 {
	background-image: url(../img/page-bg/page-bg-7.jpg)
}

.page-title-area.bg-8 {
	background-image: url(../img/page-bg/page-bg-8.jpg)
}

.page-title-area.bg-9 {
	background-image: url(../img/page-bg/page-bg-9.jpg)
}

.page-title-area.bg-10 {
	background-image: url(../img/page-bg/page-bg-10.jpg)
}

.page-title-area.bg-11 {
	background-image: url(../img/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-12 {
	background-image: url(../img/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-13 {
	background-image: url(../img/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-14 {
	background-image: url(../img/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-15 {
	background-image: url(../img/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-16 {
	background-image: url(../img/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-17 {
	background-image: url(../img/page-bg/page-bg-7.jpg)
}

.page-title-area.bg-18 {
	background-image: url(../img/page-bg/page-bg-8.jpg)
}

.page-title-area.bg-19 {
	background-image: url(../img/page-bg/page-bg-9.jpg)
}

.page-title-area.bg-20 {
	background-image: url(../img/page-bg/page-bg-10.jpg)
}

.page-title-area.bg-21 {
	background-image: url(../img/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-22 {
	background-image: url(../img/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-23 {
	background-image: url(../img/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-24 {
	background-image: url(../img/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-25 {
	background-image: url(../img/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-26 {
	background-image: url(../img/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-27 {
	background-image: url(../img/page-bg/page-bg-7.jpg)
}

.page-title-area.bg-28 {
	background-image: url(../img/page-bg/page-bg-8.jpg)
}

.page-title-area.bg-29 {
	background-image: url(../img/page-bg/page-bg-9.jpg)
}

.page-title-area.bg-30 {
	background-image: url(../img/page-bg/page-bg-10.jpg)
}

.page-title-area .page-title-content {
	position: relative;
	margin-top: -10px
}

.page-title-area .page-title-content h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 50px
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	margin-left: 15px;
	color: #fff
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -3px;
	background-color: #fff;
	width: 1px;
	height: 15px;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none
}

.page-title-area .page-title-content ul li a {
	color: #fff
}

.page-title-area .page-title-content ul li a:hover {
	color: #ee3232
}

.page-title-area .page-title-content ul .active {
	color: #ee3232
}

.main-contact-area .contact-wrap {
	max-width: unset
}

.main-contact-area .contact-wrap .contact-title {
	margin-top: -9px
}

.main-contact-area .contact-wrap .contact-title h2 {
	margin-bottom: 30px;
	font-size: 40px
}

.main-contact-area .contact-wrap .form-group {
	margin-bottom: 30px
}

.main-contact-area .contact-wrap .default-btn {
	margin: auto;
	display: table;
	cursor: pointer
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
	position: unset;
	text-align: center;
	margin-top: 20px
}

.main-contact-area .contact-wrap .contact-form .hidden {
	display: none
}

.main-contact-area .contact-info {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	padding-top: 60px;
	padding-bottom: 60px
}

.main-contact-area .contact-info h3 {
	font-size: 24px;
	margin-bottom: 20px
}

.main-contact-area .contact-info p {
	margin-bottom: 25px
}

.main-contact-area .contact-info .address .location {
	padding-left: 60px;
	position: relative
}

.main-contact-area .contact-info .address .location i {
	position: absolute;
	color: #ee3232;
	left: 0;
	top: 5px;
	font-size: 45px
}

.main-contact-area .contact-info .address .location span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.main-contact-area .contact-info .address li {
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px
}

.main-contact-area .contact-info .address li a {
	color: #555;
	display: block
}

.main-contact-area .contact-info .address li a:hover {
	color: #ee3232
}

.main-contact-area .contact-info .address li:last-child {
	margin-bottom: 0
}

.main-contact-area .contact-info .address li i {
	position: absolute;
	color: #ee3232;
	left: 0;
	top: 0;
	font-size: 45px
}

.main-contact-area .contact-info .address li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.main-contact-area .contact-info .sidebar-follow-us {
	margin-top: 30px
}

.main-contact-area .contact-info .sidebar-follow-us h3 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1;
	padding-left: 10px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
	line-height: 1
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
	display: inline-block;
	padding-right: 10px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #555;
	border-radius: 50px;
	text-align: center;
	color: #555;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
	border-color: #ee3232;
	background-color: #ee3232;
	color: #fff
}

.main-contact-area label {
	font-size: 14px;
	font-weight: 600
}

.list-unstyled {
	color: red;
	margin-top: 10px;
	font-size: 14px
}

.map-area iframe {
	height: 480px;
	width: 100%;
	border: none!important;
	display: block
}

.user-area-style {
	position: relative;
	z-index: 1
}

.user-area-style .contact-form-action {
	max-width: 600px;
	border-bottom: none;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 30px;
	margin: auto
}

.user-area-style .contact-form-action .account-title {
	margin-bottom: 30px
}

.user-area-style .contact-form-action .account-title h2 {
	font-size: 30px;
	position: relative;
	line-height: 1;
	padding-left: 0;
	padding-bottom: 15px
}

.user-area-style .contact-form-action .account-title h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 2px;
	background-color: #ee3232
}

.user-area-style .contact-form-action form .form-condition {
	margin-bottom: 20px
}

.user-area-style .contact-form-action form .form-condition .agree-label {
	font-weight: 600
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
	color: #ee3232
}

.user-area-style .contact-form-action form .form-group {
	margin-bottom: 30px
}

.user-area-style .contact-form-action form .default-btn {
	margin-bottom: 25px
}

.user-area-style .contact-form-action form .login-action {
	margin-bottom: 30px
}

.user-area-style .contact-form-action form .login-action .log-rem {
	display: inline-block
}

.user-area-style .contact-form-action form .login-action .log-rem label {
	margin-bottom: 0
}

.user-area-style .contact-form-action form .login-action .forgot-login {
	display: inline-block;
	float: right
}

.user-area-style .contact-form-action p a {
	color: #1a1a1a
}

.user-area-style .contact-form-action p a:hover {
	color: #ee3232
}

.user-area-style.recover-password-area .recover {
	max-width: 600px;
	margin: auto;
	border-top: 1px solid #ebebeb;
	padding-top: 30px
}

.user-area-style.recover-password-area .recover .default-btn {
	margin-bottom: 0
}

.user-area-style.recover-password-area h3 {
	font-size: 40px;
	margin-top: -11px
}

.user-area-style.recover-password-area p {
	margin-bottom: 30px
}

.user-area-style.recover-password-area .now-register {
	float: right
}

.faq-area .section-title {
	text-align: left;
	max-width: unset;
	margin-bottom: 30px
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 10px
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item.active {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding: 15px 30px 15px 0;
	color: #1a1a1a;
	text-decoration: none;
	position: relative;
	display: block;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
	font-weight: 600
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	left: unset;
	right: 0;
	top: 17px;
	font-size: 25px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.faq-accordion .accordion .accordion-title.active i::before {
	content: "\eaf8"
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding: 30px;
	padding-bottom: 10px;
	padding-left: 0
}

.faq-accordion .accordion .accordion-content p {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.faq-img {
	background-image: url(../img/faq-img.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.faq-contact-area .contact-title {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -6px
}

.faq-contact-area .contact-title h2 {
	font-size: 36px
}

.faq-contact-area .contact-wrap {
	max-width: 800px;
	margin: auto
}

.faq-contact-area .contact-wrap .default-btn {
	display: table;
	margin: 20px auto 0
}

.faq-contact-area #msgSubmit {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center
}

.privacy-policy {
	max-width: 800px;
	margin: auto
}

.privacy-policy .title {
	margin-bottom: 30px;
	text-align: center
}

.privacy-policy .title h2 {
	font-size: 36px
}

.privacy-policy .privacy-content {
	margin-bottom: 30px
}

.privacy-policy .privacy-content h3 {
	margin-bottom: 15px
}

.privacy-policy .privacy-content p {
	margin-bottom: 10px
}

.privacy-policy .privacy-content.eight {
	margin-bottom: 0
}

.privacy-policy .privacy-content.eight p {
	margin-bottom: 0
}

.terms-conditions {
	max-width: 800px;
	margin: auto
}

.terms-conditions .title {
	margin-bottom: 30px;
	text-align: center
}

.terms-conditions .title h2 {
	font-size: 36px
}

.terms-conditions img {
	margin-bottom: 30px
}

.terms-conditions .conditions-content {
	margin-bottom: 30px
}

.terms-conditions .conditions-content h3 {
	margin-bottom: 15px
}

.terms-conditions .conditions-content p {
	margin-bottom: 10px
}

.terms-conditions .conditions-content ul {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: disc;
	margin-top: 15px
}

.terms-conditions .conditions-content ul li {
	margin-bottom: 10px
}

.terms-conditions .conditions-content ul li:last-child {
	margin-bottom: 0
}

.terms-conditions .conditions-content.six {
	margin-bottom: 0
}

.terms-conditions .conditions-content.six p {
	margin-bottom: 0
}

.coming-soon-area {
	height: 100vh;
	position: relative;
	z-index: 1;
	background-image: url(../img/coming-soon-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.coming-soon-area .coming-soon-content {
	max-width: 700px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 40px 60px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-left: auto;
	margin-right: auto
}

.coming-soon-area .coming-soon-content .logo {
	display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
	font-size: 48px;
	margin-top: 30px;
	margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
	background-color: #1a1a1a;
	color: #fff;
	width: 100px;
	height: 105px;
	border-radius: 5px;
	font-size: 40px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 17px;
	font-weight: 600
}

.coming-soon-area .coming-soon-content form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #1a1a1a
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	top: 9px;
	font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background: #ee3232
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 0 0 0 32px;
	color: #1a1a1a;
	height: 45px;
	display: block;
	width: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	font-weight: 400
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
	color: #555;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
	color: #555;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
	color: #555;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #555;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
	border-color: #ee3232;
	outline: 0!important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .default-btn {
	border-radius: 0
}

.coming-soon-area .coming-soon-content form .default-btn::before {
	border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
	margin-top: 15px;
	color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
	margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px
}

.error-area {
	text-align: center;
	position: relative;
	z-index: 1
}

.error-area .error-content-wrap {
	z-index: 1;
	position: relative
}

.error-area .error-content-wrap h1 {
	font-size: 300px;
	line-height: 1;
	font-weight: 700;
	color: #ee3232
}

.error-area .error-content-wrap h1 .a {
	display: inline-block
}

.error-area .error-content-wrap h1 .red {
	color: red;
	display: inline-block
}

.error-area .error-content-wrap h1 .b {
	display: inline-block
}

.error-area .error-content-wrap h3 {
	margin: 30px 0 0;
	position: relative;
	color: red
}

.error-area .error-content-wrap p {
	margin: 20px 0;
	font-size: 19px;
	color: #ee3232
}

.blog-details-content .blog-top-content {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px
}

.blog-details-content .blog-top-content .blog-details-img {
	margin-bottom: 30px
}

.blog-details-content .blog-top-content .news-content h3 {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 20px;
	font-size: 25px
}

.blog-details-content .blog-top-content .news-content .admin {
	padding-bottom: 24px;
	line-height: 1
}

.blog-details-content .blog-top-content .news-content .admin li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	border-right: 2px solid #555;
	padding-right: 20px
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}

.blog-details-content .blog-top-content .news-content .admin li i {
	color: #ee3232;
	font-size: 18px;
	position: relative;
	top: 1px
}

.blog-details-content .blog-top-content .news-content .admin li a img {
	margin-right: 5px;
	border-radius: 50px;
	margin-bottom: 0
}

.blog-details-content .blog-top-content blockquote {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-details-content .blog-top-content blockquote p {
	padding: 30px;
	font-weight: 500;
	font-size: 18px;
	color: #1a1a1a;
	border-left: 2px solid #ee3232;
	background-color: #f9f9f9
}

.blog-details-content .news-content-2 {
	margin-bottom: 30px
}

.blog-details-content .news-content-2 h3 {
	font-size: 24px
}

.blog-details-content .single-blog-post-img {
	margin-bottom: 30px
}

.blog-details-content .social {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-details-content .social li {
	display: inline-block
}

.blog-details-content .social li span {
	margin-right: 10px;
	font-weight: 500
}

.blog-details-content .social li a {
	font-size: 16px;
	margin-right: 10px
}

.blog-details-content .social li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.blog-details-content .social li:last-child a {
	margin-right: 0
}

.blog-details-content .comments {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px;
	margin-bottom: 35px
}

.blog-details-content .comments h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 24px;
	position: relative;
	display: inline-block
}

.blog-details-content .comments h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ee3232
}

.blog-details-content .comments ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px
}

.blog-details-content .comments ul li:last-child {
	margin-bottom: 0
}

.blog-details-content .comments ul li img {
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.blog-details-content .comments ul li h3 {
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 0
}

.blog-details-content .comments ul li h3::before {
	display: none
}

.blog-details-content .comments ul li span {
	display: block;
	margin-bottom: 15px
}

.blog-details-content .comments ul li a {
	font-size: 14px;
	font-weight: 600
}

.blog-details-content .comments ul li a:hover {
	letter-spacing: 1px
}

.blog-details-content .comments ul li a i {
	margin-right: 5px
}

.blog-details-content .leave-reply {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px
}

.blog-details-content .leave-reply h3 {
	margin-bottom: 30px;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block
}

.blog-details-content .leave-reply h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ee3232
}

.blog-details-content .leave-reply p {
	margin-bottom: 30px
}

.blog-details-content .leave-reply .form-group {
	margin-bottom: 25px
}

.blog-details-content .leave-reply .form-group #chb1 {
	margin-right: 5px
}

.blog-details-content .leave-reply .form-group label {
	margin-bottom: 10px
}

.blog-details-content .leave-reply input[type=checkbox],
.blog-details-content .leave-reply input[type=radio] {
	margin-right: 5px;
	position: relative;
	top: 1px
}

.sidebar-widget {
	margin-bottom: 35px
}

.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px;
	display: inline-block
}

.sidebar-widget h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ee3232
}

.sidebar-widget.search .search-form {
	position: relative;
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ee3232;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.sidebar-widget.search .search-form .search-button:hover {
	background-color: #1a1a1a
}

.sidebar-widget.latest-news {
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.sidebar-widget.latest-news ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px
}

.sidebar-widget.latest-news ul li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ee3232
}

.sidebar-widget.latest-news ul li:last-child {
	margin-bottom: 0
}

.sidebar-widget.latest-news ul li a {
	font-size: 17px;
	color: #1a1a1a;
	margin-bottom: 10px
}

.sidebar-widget.latest-news ul li span {
	display: block;
	font-size: 14px
}

.sidebar-widget.categories {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px;
	overflow: hidden
}

.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	font-size: 17px
}

.sidebar-widget.categories ul li span {
	float: right;
	display: inline-block
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.sidebar-widget.categories ul li:first-child::before {
	display: none
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0
}

.sidebar-widget.tags {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px
}

.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px
}

.sidebar-widget.tags ul li a {
	border: 1px solid #eee;
	padding: 8px 12px
}

.sidebar-widget.tags ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #ee3232;
	color: #fff;
	border-color: #ee3232
}

.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0
}

.services-details-content h3 {
	margin-bottom: 15px
}

.services-details-content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px
}

.services-details-content ul li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ee3232
}

.services-details-content ul li:last-child {
	margin-bottom: 0
}

.appointment-sidebar-from {
	position: relative;
	z-index: 1
}

.appointment-sidebar-from .contact-form-action {
	max-width: 600px;
	border-bottom: none;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 20px;
	margin: auto
}

.appointment-sidebar-from .contact-form-action form .form-condition {
	margin-bottom: 20px
}

.appointment-sidebar-from .contact-form-action form .form-condition .agree-label {
	font-weight: 600
}

.appointment-sidebar-from .contact-form-action form .form-condition .agree-label a {
	color: #ee3232
}

.appointment-sidebar-from .contact-form-action form .form-group {
	margin-bottom: 30px
}

.appointment-sidebar-from .contact-form-action form .default-btn {
	margin-bottom: 25px
}

.sidebar-contact-us {
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.sidebar-contact-us ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dashed #eee;
	padding-left: 35px
}

.sidebar-contact-us ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.sidebar-contact-us ul li i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 20px;
	color: #ee3232
}

.gallery {
	position: relative;
	margin-bottom: 30px
}

.gallery .view-gallery {
	background-color: rgba(238, 50, 50, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.gallery .view-gallery i {
	font-size: 40px
}

.gallery:hover .view-gallery {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.shorting .mix {
	display: none
}

.shorting-menu {
	text-align: center;
	margin-bottom: 30px;
	background-color: #f9f9f9;
	padding: 15px 30px
}

.shorting-menu button.filter {
	background-color: transparent;
	font-size: 18px;
	color: #1a1a1a;
	padding: 0 15px
}

.shorting-menu button.filter.active {
	color: #ee3232
}

.showing-result {
	margin-bottom: 30px;
	margin-right: 15px;
	background-color: #f9f9f9;
	padding: 5px
}

.showing-result .showing-top-bar-ordering {
	text-align: right
}

.showing-result .showing-top-bar-ordering .nice-select {
	color: #ee3232;
	border-radius: 0;
	border: none;
	float: unset;
	height: unset;
	line-height: initial;
	padding: 15px 35px 15px 15px;
	font-size: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.showing-result .showing-top-bar-ordering .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 250px;
	overflow-y: scroll
}

.showing-result .showing-top-bar-ordering .nice-select .list .option {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px
}

.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
	background-color: #ee3232!important;
	color: #fff
}

.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
	font-weight: 500;
	color: #555
}

.showing-result .showing-top-bar-ordering .nice-select:after {
	right: 20px
}

.showing-result .search-form .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #ee3232;
	color: #fff;
	font-size: 20px
}

.showing-result .search-form .form-control {
	border: 1px solid #d7d7d7;
	background-color: #f5f6fa;
	font-size: 16px
}

.showing-result .search-form .form-control::-webkit-input-placeholder {
	color: #616161
}

.showing-result .search-form .form-control:-ms-input-placeholder {
	color: #616161
}

.showing-result .search-form .form-control::-ms-input-placeholder {
	color: #616161
}

.showing-result .search-form .form-control::placeholder {
	color: #616161
}

.single-product {
	text-align: center;
	margin-bottom: 30px
}

.single-product .product-img {
	position: relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-product .product-img ul {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-product .product-img ul li {
	display: inline-block;
	margin: 0 5px
}

.single-product .product-img ul li a i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #1a1a1a;
	border-radius: 4px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-product .product-img ul li a:hover i {
	background-color: #ee3232;
	color: #fff
}

.single-product .product-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	opacity: .5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-product a h3 {
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 10px
}

.single-product a:hover h3 {
	color: #ee3232
}

.single-product span {
	font-size: 16px;
	display: block;
	margin-bottom: 6px
}

.single-product span del {
	margin-right: 10px
}

.single-product .rating {
	margin-bottom: 10px
}

.single-product .rating li {
	display: inline-block;
	margin: 0 1px
}

.single-product .rating li i {
	color: #ffb607
}

.single-product .default-btn {
	padding: 12px 45px;
	font-size: 15px;
	background-color: transparent;
	border-color: #1a1a1a;
	color: #1a1a1a
}

.single-product .default-btn:hover {
	background-color: #ee3232;
	color: #fff;
	border-color: #ee3232
}

.single-product:hover .product-img ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.single-product:hover .product-img::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.product-view-one {
	padding-right: 0!important
}

.product-view-one.modal.show .modal-dialog {
	margin-top: 25px
}

.product-view-one .product-view-one-image {
	background-color: #eee;
	padding: 30px
}

.product-view-one .modal-dialog {
	max-width: 900px;
	margin: 0 auto
}

.product-view-one .modal-content {
	border: none;
	padding: 40px;
	border-radius: 0
}

.product-view-one .modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	opacity: 1;
	color: #1a1a1a;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	width: 35px;
	text-shadow: unset;
	height: 35px
}

.product-view-one .modal-content button.close:hover {
	background-color: red;
	color: #fff
}

.product-view-one .modal-content .product-content h3 {
	font-size: 22px;
	margin-bottom: 14px
}

.product-view-one .modal-content .product-content h3 a {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content h3 a:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .price {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .price span {
	display: inline-block;
	font-size: 18px;
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .price del {
	display: inline-block;
	font-size: 18px;
	color: #c1c1c1;
	margin-left: 5px
}

.product-view-one .modal-content .product-content .product-review {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-review .rating {
	display: inline-block;
	padding-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
	color: #ee3232
}

.product-view-one .modal-content .product-content .product-review .rating-count {
	display: inline-block;
	color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-info li:last-child {
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li span {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-info li a {
	display: inline-block;
	font-weight: 500;
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-info li a:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left: -4px;
	padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
	display: inline-block;
	position: relative;
	border: 1px solid transparent;
	width: 25px;
	height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
	background: blue
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
	background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
	background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
	background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
	background: teal
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #555;
	width: 40px;
	height: 100%;
	line-height: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
	height: 48px;
	color: #1a1a1a;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .share-this-product h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 10px
}

.product-view-one .modal-content .product-content .share-this-product ul li {
	display: inline-block;
	margin-right: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #eee;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .owl-carousel .owl-item img {
	width: unset;
	margin: auto
}

.product-view-one #big .item {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
	background-color: #ee3232!important;
	padding: 5px
}

.product-view-one.fade {
	-webkit-animation: zoomIn 1s linear;
	animation: zoomIn 1s linear
}

.product-view-one .owl-next {
	position: absolute;
	top: 50%;
	right: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-next i {
	background-color: #ee3232;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 4px;
	font-size: 15px
}

.product-view-one .owl-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-prev i {
	background-color: #ee3232!important;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 15px;
	border-radius: 4px
}

.product-view-one:hover .owl-prev {
	opacity: 1;
	left: 0
}

.product-view-one:hover .owl-next {
	opacity: 1;
	right: 0
}

.product-view-one .owl-theme .owl-nav {
	margin-top: 0!important
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent
}

.shopping-cart-area .product-thumbnail {
	width: 130px
}

.shopping-cart-area .cart-table {
	text-align: center
}

.shopping-cart-area .cart-table table thead tr th {
	border-bottom: none;
	border: none;
	border-bottom: 1px solid #dedede;
	color: #1a1a1a;
	padding-top: 0;
	font-size: 16px;
	font-weight: 600
}

.shopping-cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #dedede
}

.shopping-cart-area .cart-table table tbody tr td a {
	color: #1a1a1a
}

.shopping-cart-area .cart-table table tbody tr td a:hover {
	color: #ee3232
}

.shopping-cart-area .cart-table table tbody tr td.product-subtotal {
	font-size: 15px
}

.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove {
	margin-left: 50px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #555;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	float: right
}

.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
	background-color: red;
	color: #fff
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity {
	width: 145px
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	position: relative
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 59px;
	color: #555;
	outline: 0;
	display: block;
	border: none;
	border: 1px solid #dedede;
	text-align: center;
	width: 75%
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	position: absolute;
	top: 29px;
	right: 2px;
	border: 1px solid #dedede;
	cursor: pointer;
	color: #555;
	width: 30px;
	height: 30px;
	line-height: 31px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 20px
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	position: absolute;
	top: 0;
	right: 2px;
	border: 1px solid #dedede;
	cursor: pointer;
	color: #555;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 20px
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.shopping-cart-area .coupon-cart {
	margin-top: 20px
}

.shopping-cart-area .coupon-cart .form-group {
	position: relative
}

.shopping-cart-area .coupon-cart .form-group .form-control {
	border: 1px solid #dedede
}

.shopping-cart-area .coupon-cart .form-group .form-control:focus {
	border-color: #ee3232
}

.shopping-cart-area .coupon-cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px
}

.shopping-cart-area .coupon-cart .default-btn.update {
	background-color: transparent;
	border-color: #1a1a1a;
	color: #1a1a1a
}

.shopping-cart-area .coupon-cart .default-btn.update:hover {
	background-color: #ee3232;
	border-color: #ee3232;
	color: #fff
}

.shopping-cart-area .cart-totals {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.shopping-cart-area .cart-totals h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px
}

.shopping-cart-area .cart-totals h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #ee3232
}

.shopping-cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.shopping-cart-area .cart-totals ul li {
	color: #555;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dedede
}

.shopping-cart-area .cart-totals ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0
}

.shopping-cart-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.shopping-cart-area .cart-totals .default-btn {
	display: block
}

.checkout-area .billing-details h3 {
	margin-bottom: 20px;
	font-size: 30px
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-group label {
	display: block;
	color: #555;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px
}

.checkout-area .billing-details .form-group label .required {
	color: #555
}

.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0
}

.checkout-area .billing-details .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%;
	padding-top: 10px;
	padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: #ee3232!important;
	color: #fff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #ee3232!important;
	color: #fff!important
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
	color: #555;
	font-weight: 600;
	font-size: 14px
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.checkout-area .cart-totals {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px
}

.checkout-area .cart-totals h3 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px
}

.checkout-area .cart-totals h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #ee3232
}

.checkout-area .cart-totals ul li {
	color: #555;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dedede
}

.checkout-area .cart-totals ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.checkout-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.checkout-area .faq-accordion {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	margin-bottom: 0
}

.checkout-area .faq-accordion h3 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px
}

.checkout-area .faq-accordion h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #ee3232
}

.checkout-area .faq-accordion .accordion .accordion-content {
	border-top: none;
	padding: 0
}

.checkout-area .faq-accordion .accordion .accordion-title {
	padding: 0;
	position: relative;
	padding-left: 25px;
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	color: #1a1a1a;
	font-weight: 500
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
	background-color: #ee3232
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
	background-color: #ee3232
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #1a1a1a;
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
	color: #ee3232
}

.checkout-area .faq-accordion .accordion .accordion-item {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px
}

.checkout-area .faq-accordion .form-check {
	font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
	margin-bottom: 5px
}

.checkout-area .faq-accordion .form-check label a {
	color: #ee3232
}

.checkout-area .faq-accordion .form-check label a:hover {
	color: #d9a028
}

.wishlist {
	max-width: 1080px;
	margin: auto
}

.wishlist .default-btn {
	float: right;
	margin-top: -11px;
	color: #fff!important;
	position: relative;
	top: 6px
}

.wishlist .default-btn:hover {
	color: #ee3232!important
}

.wishlist .table-responsive>.table-bordered {
	margin-bottom: 0
}

.product-details-area .product-details-desc h3 {
	margin-bottom: 20px;
	font-size: 25px
}

.product-details-area .product-details-desc p {
	margin-bottom: 0
}

.product-details-area .product-details-desc .price {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #eee
}

.product-details-area .product-details-desc .price span {
	padding: 0 5px
}

.product-details-area .product-details-desc .price del {
	color: #ee3232;
	margin-right: 10px
}

.product-details-area .product-details-desc .product-add-to-cart {
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
	display: inline-block;
	margin-right: 10px;
	font-size: 17px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #ee3232
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
	height: 30px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333
}

.product-details-area .product-details-desc .social-wrap {
	margin-top: 20px
}

.product-details-area .product-details-desc .social-wrap li {
	display: inline-block;
	padding-right: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #1a1a1a
}

.product-details-area .product-details-desc .social-wrap li span {
	display: inline-block;
	margin-right: 45px
}

.product-details-area .product-details-desc .social-wrap li a i {
	font-size: 20px;
	line-height: 1;
	color: #1a1a1a;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-details-area .product-details-desc .social-wrap li a:hover i {
	color: #ee3232
}

.product-details-area .product-details-desc .default-btn {
	margin-bottom: 0!important
}

.product-details-area .product-details-desc .default-btn i {
	position: relative;
	top: -1px;
	margin-right: 5px
}

.product-details-area .product-details-desc .category {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px
}

.product-details-area .product-details-desc .category span {
	font-weight: 400
}

.product-details-area .product-details-desc .product-review {
	position: relative;
	margin-bottom: 10px
}

.product-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
	position: absolute;
	top: 0;
	left: 110px
}

.product-details-area .product-details-image {
	text-align: center;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.product-details-area .tab .tabs_item {
	display: none
}

.product-details-area .tab .tabs_item:first-child {
	display: block
}

.product-details-area .products-details-tab {
	margin-top: 50px
}

.product-details-area .products-details-tab .tabs {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	color: #333;
	border-bottom: none;
	line-height: 1;
	font-size: 16px;
	font-weight: 500
}

.product-details-area .products-details-tab .tabs li a:hover {
	color: #ee3232
}

.product-details-area .products-details-tab .tabs li.current a {
	color: #ee3232
}

.product-details-area .products-details-tab .tab_content {
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
	margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
	border: 1px solid #eaedff;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: #1a1a1a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 4px;
	background-color: #ee3232
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eaedff;
	padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
	color: #444
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0
}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	z-index: 9999;
	background-color: #0c0c0c
}

.loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	z-index: 11
}

.loaded .loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}

.loaded .loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded .loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded .loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.go-top {
	position: fixed;
	cursor: pointer;
	top: 82%;
	right: -10%;
	background-color: #ee3232;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ee3232;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover {
	color: #fff;
	background-color: #ee3232
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top:focus {
	color: #fff
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 82%
}

.video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 0;
	color: #ee3232;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(238, 50, 50, .9);
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.video-btn i {
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 1px;
	left: 4px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.video-btn::after,
.video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(238, 50, 50, .9)
}

.video-btn:hover::before,
.video-btn:hover::after {
	background-color: rgba(238, 50, 50, .9)
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.nice-select .list {
	width: 100%
}

.nice-select .option:hover {
	background-color: #ee3232;
	color: #fff
}

.nice-select .option.selected.focus {
	color: #ee3232
}

.nice-select .current {
	font-size: 16px
}

.pagination-area {
	margin-top: 10px;
	text-align: center
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #1a1a1a;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 17px;
	background-color: #f5f6fa;
	border: 1px solid #d7d7d7
}

.pagination-area .page-numbers:hover {
	color: #fff;
	border-color: #ee3232;
	background-color: #ee3232
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}

.pagination-area .page-numbers.current {
	color: #fff;
	border-color: #ee3232;
	background-color: #ee3232
}

.product-view-one {
	padding-right: 0!important
}

.product-view-one.modal.show .modal-dialog {
	margin-top: 30px
}

.product-view-one .product-view-one-image {
	background-color: #eee;
	padding: 30px
}

.product-view-one .modal-dialog {
	max-width: 900px;
	margin: 0 auto
}

.product-view-one .modal-content {
	border: none;
	padding: 10px;
	border-radius: 0
}

.product-view-one .modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	opacity: 1;
	color: #1a1a1a;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	width: 35px;
	text-shadow: unset;
	height: 35px
}

.product-view-one .modal-content button.close:hover {
	background-color: red;
	color: #fff
}

.product-view-one .modal-content .product-content h3 {
	font-size: 22px;
	margin-bottom: 14px
}

.product-view-one .modal-content .product-content h3 a {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content h3 a:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .price {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .price span {
	display: inline-block;
	font-size: 18px;
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .price del {
	display: inline-block;
	font-size: 18px;
	color: #c1c1c1;
	margin-left: 5px
}

.product-view-one .modal-content .product-content .product-review {
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-review .rating {
	display: inline-block;
	padding-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
	color: #ee3232
}

.product-view-one .modal-content .product-content .product-review .rating-count {
	display: inline-block;
	color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-info li:last-child {
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li span {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-info li a {
	display: inline-block;
	font-weight: 500;
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-info li a:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left: -4px;
	padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
	display: inline-block;
	position: relative;
	border: 1px solid transparent;
	width: 25px;
	height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
	background: blue
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
	background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
	background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
	background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
	background: teal
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
	border-color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #555;
	width: 40px;
	height: 100%;
	line-height: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
	height: 48px;
	color: #1a1a1a;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
	color: #1a1a1a
}

.product-view-one .modal-content .product-content .share-this-product h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 10px
}

.product-view-one .modal-content .product-content .share-this-product ul li {
	display: inline-block;
	margin-right: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #eee;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
	background-color: #ee3232;
	color: #fff
}

.product-view-one .owl-carousel .owl-item img {
	width: unset;
	margin: auto
}

.product-view-one #big .item {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
	background-color: #fff;
	padding: 5px
}

.product-view-one.fade {
	-webkit-animation: zoomIn 1s linear;
	animation: zoomIn 1s linear
}

.product-view-one .owl-next {
	position: absolute;
	top: 50%;
	right: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-next i {
	background-color: #ee3232;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 4px;
	font-size: 15px
}

.product-view-one .owl-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-prev i {
	background-color: #ee3232!important;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 15px;
	border-radius: 4px
}

.product-view-one:hover .owl-prev {
	opacity: 1;
	left: 0
}

.product-view-one:hover .owl-next {
	opacity: 1;
	right: 0
}

.product-view-one .owl-theme .owl-nav {
	margin-top: 0!important
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent
}


/*--------------------------------- prakash -------------------------*/


         .btn-grad {background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%)}
         .btn-grad {
           padding: 11px 17px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
               font-weight: 900;
              font-size: 15px;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
.card-body{
	    background-color: #eff8fa;
}
.card-title{
	margin-bottom: 20px !important;
}
.default-btn{
	cursor: pointer;
}
.card{
        margin-bottom: 25px !important;
}