@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Vollkorn:wght@500;600;700;800&display=swap";
:root {
  --base: #505456;
  --base2: #818586;
  --red: #E30613 !important;
  --light-05:rgba(255, 255, 255, .5);
  --gray-05:rgba(10, 10, 10, .5);
   --gray-03:rgba(0, 0, 0, .1);
  --black-05:rgba(0, 0, 0, .5);
    --verde-05:rgba(117, 185, 78, .5);
  --verde1:#75B94E !important;
   --verde2:#006E37 !important;
   --azul1:#00A19A !important;
   --azul2:#00726D !important;
   --branco:#fff;
}

.color-base {color:var(--base) !important;}
.verde1 {color:var(--verde1) !important;}
.verde2 {color:var(--verde2) !important;}
.azul1 {color:var(--azul1) !important;}
.azul1 {fill:var(--azul1) !important;}
.verde1 {fill:var(--verde1) !important;}
.azul2 {color:var(--azul2) !important;}
.bg-azul1 {background-color:var(--azul1)!important;}
.bg-azul2 {background-color:var(--azul2)!important;}
.bg-verde1 {background-color:var(--verde1)!important;}
.bg-verde2 {background-color:var(--verde2)!important;}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: roboto, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--base)
}

h1 {
	font-weight: 600;
	font-size: 70px;
	font-family: vollkorn, serif
}

h2 {
	font-weight: 600;
	font-size: 50px;
/*	font-family: vollkorn, serif*/
}

h3,
.h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3
}

h4 {
	font-weight: 500;
	font-size: 20px
}

h5 {
	font-weight: 500
}

h6 {
	font-weight: 500
}

a {
	color: var(--base);
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
	outline: 0!important
}

a:hover {
	color: var(--base2);
	text-decoration: none
}

:focus {
	outline: 0!important
}

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

p {
	color: #333;
	margin-bottom: 15px;
	font-weight: 400
}

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

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

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

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

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

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

.mb-15 {
	margin-bottom: 15px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mb-20 {
	margin-bottom: 20px
}

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

.mt-30 {
	margin-top: 30px
}

.no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.card {
	border: none;
	border-radius: 0;
	background: 0 0
}

.section-title {
	max-width: 720px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
	margin-bottom: 50px;
	z-index: 5
}

.section-title h2 {
	font-size: 50px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	display: inline-block
}

.section-title h2 span {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	z-index: 1
}

.section-title h2 span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.section-title h2 span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}
.section-title h2 span.red::after {
	
	background: var(--red)
}

.section-title h2 span.red::before {
	
	background: var(--red)
}
.section-title h2 span.azul::after {
	
	background: var(--azul1)
}

.section-title h2 span.azul::before {
	
	background: var(--azul1)
}
.section-title h2 span.verde::after {
	
	background: var(--verde1)
}

.section-title h2 span.verde::before {
	
	background: var(--verde1)
}
.section-title p {
	max-width: 640px;
	font-size: 17px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: #4d4d4d
}

.section-title.style-two h2 {
	padding-bottom: 0;
	margin-bottom: 0
}

.section-title.style-two h2 span {
	display: none
}

.section-title.style-two p {
	margin-top: 20px
}

.primary-btn {
	outline: none!important;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: var(--base);
	color: #fff;
	font-size: 15px;
	padding: 12px 30px;
	border-radius: 10px;
	border: 1px solid transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.primary-btn:hover {
	color: #fff;
	background-color: var(--red);
	border-color: var(--red);
}
.primary-btn.verde1 {background: var(--verde1);
	color: #fff !important;}
.primary-btn.azul1 {background: var(--azul1);
	color: #fff !important;}
.primary-btn.red {background: var(--red);
	color: #fff !important;}

.primary-btn.verde1:hover, .primary-btn.azul1:hover, .primary-btn.red:hover {
	color: #fff;
	background-color: var(--base);
	border-color: var(--base);
}
.primary-btn.style-two {
	background: #ec5598
}

.primary-btn.style-two:hover {
	color: #ec5598;
	border-color: #ec5598;
	background: 0 0
}

.primary-btn.style-three {
	background: var(--base)
}

.primary-btn.style-three:hover {
	color: var(--base);
	border-color: var(--base);
	background: 0 0
}

.btn-text {
	border: none;
	outline: none!important;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: 0 0;
	font-size: 15px;
	font-weight: 500;
	font-family: roboto, sans-serif;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s
}

.btn-text.read-more-btn {
	position: relative
}

.btn-text.read-more-btn i {
	position: absolute;
	right: 30px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s
}

.btn-text.read-more-btn:hover {
	padding-right: 20px
}

.btn-text.read-more-btn:hover i {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.social-link a {
	display: inline-block;
	line-height: 0;
	text-align: center;
	background: 0 0;
	border: 1px solid var(--branco);
	color: var(--branco);
	padding: 8px;
	font-size: 15px;
	margin-right: 8px
}

.social-link a:hover {
	background: var(--red);
	border-color: transparent;
	color: #fff
}

.social-link a:last-child {
	margin-right: 0
}

.form-control {
	height: 50px;
	color: #0a0a0a;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0 0 0 18px;
	font-size: 14px
}

.form-control::-webkit-input-placeholder {
	color: #4d4d4d;
	-webkit-transition: .5s;
	transition: .5s
}

.form-control:-ms-input-placeholder {
	color: #4d4d4d;
	-webkit-transition: .5s;
	transition: .5s
}

.form-control::-ms-input-placeholder {
	color: #4d4d4d;
	-webkit-transition: .5s;
	transition: .5s
}

.form-control::placeholder {
	color: #4d4d4d;
	-webkit-transition: .5s;
	transition: .5s
}

input[type=date].form-control {
	padding: 0 18px
}

textarea.form-control {
	height: auto;
	padding-top: 15px
}

.form-group {
	margin-bottom: 15px
}

.search-box {
	position: relative;
	width: auto;
	max-width: 400px;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid var(--base);
	background: #fff
}

.search-box .search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.search-box .search-form .search-input {
	display: block;
	width: 100%;
	line-height: initial;
	border: none;
	color: #0a0a0a;
	outline: 0;
	padding: 6px 12px;
	-webkit-transition: .5s;
	transition: .5s;
	background: 0 0
}

.search-box .search-form .search-input:focus {
	border-color: var(--base)
}

.search-box .search-form .btn-search {
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 16px 22px;
	color: #fff;
	background-color: var(--base);
	font-size: 18px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--base)
}

.search-box .search-form .btn-search:hover {
	color: var(--base);
	background-color: transparent;
	border: 1px solid var(--base)
}

.search-box .search-form .btn-search i {
	vertical-align: middle
}

.search-box .mfp-close {
	width: unset;
	height: unset;
	top: -50px;
	opacity: 1;
	padding: 0 0 18px 10px;
	color: #fff
}

.search-box-two {
	border: 1px solid #ec5598
}

.search-box-two .search-form .search-input:focus {
	border-color: #ec5598
}

.search-box-two .search-form .btn-search {
	background-color: #ec5598;
	border: 1px solid #ec5598
}

.search-box-two .search-form .btn-search:hover {
	color: #ec5598
}

.search-box-three {
	border: 1px solid var(--base)
}

.search-box-three .search-form .search-input:focus {
	border-color: var(--base)
}

.search-box-three .search-form .btn-search {
	background-color: var(--base);
	border: 1px solid var(--base)
}

.search-box-three .search-form .btn-search:hover {
	color: var(--base)
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out
}

.mfp-zoom-in.mfp-bg::before,
.mfp-zoom-in.mfp-bg::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, .6);
	opacity: 1;
	z-index: -1;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.mfp-zoom-in.mfp-bg::before {
	top: 0
}

.mfp-zoom-in.mfp-bg::after {
	bottom: 0
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-ready.mfp-bg::before,
.mfp-zoom-in.mfp-ready.mfp-bg::after {
	opacity: 1;
	visibility: visible
}

.mfp-zoom-in.mfp-ready.mfp-bg::before {
	top: -200%
}

.mfp-zoom-in.mfp-ready.mfp-bg::after {
	bottom: -200%
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
	display: none
}

.main-navbar-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: 0 0
}

.main-navbar-area .main-responsive-nav {
	display: none
}

.main-navbar-area .side-option,
.main-navbar-area .side-option-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main-navbar-area .side-option .item,
.main-navbar-area .side-option-responsive .item {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 0
}

.main-navbar-area .side-option .item as,
.main-navbar-area .side-option-responsive .item as {
	color: var(--base);
	font-weight: 400
}

.main-navbar-area .side-option .item .language a,
.main-navbar-area .side-option-responsive .item .language a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	text-transform: capitalize
}

.main-navbar-area .side-option .item .language a img,
.main-navbar-area .side-option-responsive .item .language a img {
	border-radius: 50%;
	max-width: 20px;
	margin-right: 10px
}

.main-navbar-area .side-option .item .language a i,
.main-navbar-area .side-option-responsive .item .language a i {
	margin-left: 3px;
	margin-top: 2px
}

.main-navbar-area .side-option .item .language .menu,
.main-navbar-area .side-option-responsive .item .language .menu {
	border: none;
	top: 40px;
	right: -24px;
	z-index: 99;
	display: none;
	border-radius: 0;
	
	padding: 15px;
	position: absolute;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
	box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
	-webkit-animation: fadeInUp .3s linear 1;
	animation: fadeInUp .3s linear 1;
	list-style-type: none
}

.main-navbar-area .side-option .item .language .menu::before,
.main-navbar-area .side-option-responsive .item .language .menu::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	top: -8px;
	right: 25px
}

.main-navbar-area .side-option .item .language .menu .menu-item .menu-link,
.main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 15px;
	font-size: 14px;
	color: #0a0a0a
}

.main-navbar-area .side-option .item .language .menu .menu-item .menu-link:hover,
.main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link:hover {
	color: var(--base)
}

.main-navbar-area .side-option .item .language .menu .menu-item:last-child .menu-link,
.main-navbar-area .side-option-responsive .item .language .menu .menu-item:last-child .menu-link {
	margin-bottom: 0
}

.main-navbar-area .side-option .item .btn-search,
.main-navbar-area .side-option-responsive .item .btn-search {
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.main-navbar-area .side-option .item .btn-search i,
.main-navbar-area .side-option-responsive .item .btn-search i {
	vertical-align: middle
}

.main-navbar-area .side-option .item:last-child,
.main-navbar-area .side-option-responsive .item:last-child {
	padding: 0;
	margin-right: 0
}

.main-navbar-area .side-option .item .cart .cart-btn,
.main-navbar-area .side-option-responsive .item .cart .cart-btn {
	position: relative
}

.main-navbar-area .side-option .item .cart .cart-btn i,
.main-navbar-area .side-option-responsive .item .cart .cart-btn i {
	vertical-align: middle
}

.main-navbar-area .side-option .item .cart .cart-btn .badge,
.main-navbar-area .side-option-responsive .item .cart .cart-btn .badge {
	position: absolute;
	top: -2px;
	right: -5px;
	border-radius: 50%;
	color: #fff;
	padding: 1px 4px;
	line-height: 13px;
	font-size: 8px;
	background: var(--base)
}

.main-navbar-area .side-option-responsive .item {
	margin-left: 10px;
	margin-right: 10px
}

.main-navbar-area .side-option-responsive .item a {
	color: #0a0a0a
}

.main-navbar-area .side-option-responsive .item .language .menu {
	width: 150px
}

.main-navbar-area .side-option-responsive .item:last-child {
	margin-right: 10px
}

.main-navbar-area .side-option-responsive {
	display: none
}

.main-navbar-area .main-nav .navbar {
	position: inherit;
	/*padding: 30px 0 0*/
}

.main-navbar-area .main-nav .navbar .navbar-brand {
	padding: 0
}

.main-navbar-area .main-nav .navbar .navbar-brand img:first-child {
	display: block
}

.main-navbar-area .main-nav .navbar .navbar-brand img:last-child {
	display: none
}

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

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
	position: relative;
	color: var(--base);
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	/*text-transform: capitalize*/
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: var(--base2)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--red)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle i {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	vertical-align: -2px;
	margin-left: 3px;
	font-size: 18px;
	font-weight: 400
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle:hover i {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

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

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	top: -8px;
	left: 25px
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
	margin-left: 8px
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu::before {
	border-left: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	top: 10px;
	left: -8px
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a:hover::before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a.active::before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
	margin-left: 0;
	margin-right: 0
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
	
	padding: 10px 15px;
	color: var(--base);
	border-bottom: 1px dashed rgba(204, 204, 204, .7)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
	color: var(--base1);
	background-color: #f6f6f6
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::after {
	display: none
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .5s;
	transition: .5s;
	background: var(--red)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
	color: var(--base)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	right: 15px;
	margin-top: -8px
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle:hover i {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 40px
}

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

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

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

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

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

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

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

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--base)
}

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

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

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

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

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-animation: flipInX .7s linear 1;
	animation: flipInX .7s linear 1
}

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

.header-style-two .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: #ec5598
}

.header-style-two .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
	color: #ec5598
}

.header-style-two .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
	color: #ec5598
}

.header-style-two .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
	background: #ec5598
}

.header-style-two .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
	color: #ec5598
}

.header-style-two .main-navbar-area .side-option .item .language .menu .menu-item .menu-link:hover,
.header-style-two .main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link:hover {
	color: #ec5598
}

.header-style-two .main-navbar-area .side-option .item .cart .cart-btn .badge,
.header-style-two .main-navbar-area .side-option-responsive .item .cart .cart-btn .badge {
	background: #ec5598
}

.header-style-two .main-navbar-area .side-option-responsive .item a:hover {
	color: #ec5598
}

.header-style-two .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: #ec5598
}

.header-style-two .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a.active {
	color: #ec5598
}

.header-style-three .main-navbar-area {
	position: relative;
	background: #fff;
	border-bottom: 2px solid var(--base)
}

.header-style-three .main-navbar-area .main-nav .navbar {
	padding: 10px 0
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-brand {
	padding: 0
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-brand img:first-child {
	display: block
}

/*.header-style-three .main-navbar-area .main-nav .navbar .navbar-brand img:last-child {
	display: block
}*/

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
	color: #0a0a0a
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: var(--base)
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--base)
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
	color: var(--base)
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
	background: var(--base)
}

.header-style-three .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
	color: var(--base)
}

.header-style-three .main-navbar-area .side-option .item a,
.header-style-three .main-navbar-area .side-option-responsive .item a {
	color: #0a0a0a
}

.header-style-three .main-navbar-area .side-option .item .language .menu .menu-item .menu-link,
.header-style-three .main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link {
	color: #0a0a0a
}

.header-style-three .main-navbar-area .side-option .item .language .menu .menu-item .menu-link:hover,
.header-style-three .main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link:hover {
	color: var(--base)
}

.header-style-three .main-navbar-area .side-option .item .cart .cart-btn,
.header-style-three .main-navbar-area .side-option-responsive .item .cart .cart-btn {
	color: #0a0a0a
}

.header-style-three .main-navbar-area .side-option .item .cart .cart-btn .badge,
.header-style-three .main-navbar-area .side-option-responsive .item .cart .cart-btn .badge {
	background: var(--base)
}

.header-style-three .main-navbar-area .side-option-responsive .item a {
	color: #0a0a0a
}

.header-style-three .main-navbar-area .side-option-responsive .item a:hover {
	color: var(--base)
}

.header-style-three .main-navbar-area.stickyadd {
	position: fixed;
	top: 0;
	width: 100%
}
@media(max-width:767px)  {.header-style-three .main-navbar-area.stickyadd {
	position: relative;
	top: 0;
	width: 100%
}}
.header-style-three .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: var(--base)
}

.header-style-three .main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--base)
}

.header-style-four .main-navbar-area .main-nav .navbar {
	padding: 20px 0
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-brand {
	padding: 0
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-brand img:first-child {
	display: block
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-brand img:last-child {
	display: block
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
	color: #0a0a0a
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: var(--base)
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--base)
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
	color: var(--base)
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
	background: var(--base)
}

.header-style-four .main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
	color: var(--base)
}

.header-style-four .main-navbar-area .side-option .item a,
.header-style-four .main-navbar-area .side-option-responsive .item a {
	color: #0a0a0a
}

.header-style-four .main-navbar-area .side-option .item .language .menu .menu-item .menu-link,
.header-style-four .main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link {
	color: #0a0a0a
}

.header-style-four .main-navbar-area .side-option .item .language .menu .menu-item .menu-link:hover,
.header-style-four .main-navbar-area .side-option-responsive .item .language .menu .menu-item .menu-link:hover {
	color: var(--base)
}

.header-style-four .main-navbar-area .side-option .item .cart .cart-btn,
.header-style-four .main-navbar-area .side-option-responsive .item .cart .cart-btn {
	color: #0a0a0a
}

.header-style-four .main-navbar-area .side-option .item .cart .cart-btn .badge,
.header-style-four .main-navbar-area .side-option-responsive .item .cart .cart-btn .badge {
	background: var(--base)
}

.header-style-four .main-navbar-area .side-option-responsive .item a {
	color: #0a0a0a
}

.header-style-four .main-navbar-area .side-option-responsive .item a:hover {
	color: var(--base)
}

.main-navbar-area.stickyadd {
	-webkit-animation: scaleX .5s 1;
	animation: scaleX .5s 1;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
	box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2)
}

.main-navbar-area.stickyadd .main-nav .navbar {
	padding: 15px 0
}

.main-navbar-area.stickyadd .main-nav .navbar .navbar-brand img:first-child {
	display: none
}

.main-navbar-area.stickyadd .main-nav .navbar .navbar-brand img:last-child {
	display: block
}

.main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a {
	color: #0a0a0a
}

.main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: var(--base)
}

.main-navbar-area.stickyadd .main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--base)
}

.main-navbar-area.stickyadd .side-option .item a,
.main-navbar-area.stickyadd .side-option-responsive .item a {
	
}

@-webkit-keyframes scaleX {
	from {
		-webkit-transform: scaleX(.7);
		transform: scaleX(.7);
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes scaleX {
	from {
		-webkit-transform: scaleX(.7);
		transform: scaleX(.7);
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@media only screen and (max-width:1199px) {
	.main-navbar-area {
		position: relative
	}
	.main-navbar-area .main-responsive-nav {
		display: block;
		background: #fff;
		-webkit-box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
		box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
		padding-top: 15px;
		padding-bottom: 15px
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu {
		position: relative
	}
	.main-navbar-area .main-responsive-nav .mean-bar {
		z-index: 9
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav {
		margin-top: 99px
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
		height: auto;
		overflow-y: scroll
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--base)
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 14.5px
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-brand {
		display: none
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .side-option {
		display: none
	}
	.main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		-webkit-box-shadow: 0 7px 13px 0 rgba(77, 77, 77, .2);
		box-shadow: 0 7px 13px 0 rgba(77, 77, 77, .2)
	}
	.main-navbar-area .main-responsive-nav .logo {
		position: relative;
		width: 60%;
		z-index: 10
	}
	.main-navbar-area .main-responsive-nav .mean-container a.meanmenu-reveal {
		padding-top: 10px;
		color: #0a0a0a
	}
	.main-navbar-area .main-responsive-nav .mean-container a.meanmenu-reveal span {
		margin-top: -7px;
		background: #0a0a0a
	}
	.main-navbar-area .side-option-responsive {
		display: block
	}
	.main-navbar-area .side-option-responsive .side-option-button {
		position: absolute;
		top: 50%;
		right: 45px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 11;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.main-navbar-area .side-option-responsive .side-option-button span {
		width: 4px;
		height: 4px;
		margin: 0 2px;
		border-radius: 50%;
		background: #0a0a0a;
		-webkit-transition: .5s;
		transition: .5s
	}
	.main-navbar-area .side-option-responsive .side-option-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 56px;
		margin-left: auto;
		opacity: 0;
		visibility: hidden;
		padding: 0 15px;
		-webkit-box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
		box-shadow: 0 0 15px 0 rgba(77, 77, 77, .2);
		background-color: #fff;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: .5s;
		transition: .5s;
		z-index: 2
	}
	.main-navbar-area .side-option-responsive.active .side-option-inner {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
	.main-navbar-area .side-option-responsive.active .side-option-button span {
		position: absolute;
		width: 15px;
		right: 0;
		height: 2px;
		margin: 0;
		border-radius: 0
	}
	.main-navbar-area .side-option-responsive.active .side-option-button .dot3 {
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg)
	}
	.main-navbar-area .side-option-responsive.active .side-option-button .dot1 {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg)
	}
	.main-navbar-area .side-option-responsive.active .side-option-button .dot2 {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	.main-navbar-area .main-nav {
		display: none
	}
	.main-navbar-area.stickyadd {
		position: fixed;
		-webkit-animation: slideInDown .5s linear 1;
		animation: slideInDown .5s linear 1
	}
	.header-style-two .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #ec5598
	}
}
.mean-container .mean-nav ul li a {
   
    color: var(--base);
   
}
.mean-container .mean-nav ul li li a {
 
   
    color: var(--base);
   
}


.home-banner-area {
	position: relative;
	overflow: hidden
}

.home-banner-area .banner-content {
	padding: 250px 0 235px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 3
}

.home-banner-area .banner-content .title {
	font-size: 2.5rem;
	color: #fff;
	margin-top: -14px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative
}

.home-banner-area .banner-content .title span {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20%;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

.home-banner-area .banner-content .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--azul1)
}

.home-banner-area .banner-content .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--azul1)
}
.home-banner-area .banner-content .title span.verde1::before, .home-banner-area .banner-content .title span.verde1::after{background: var(--verde1)}
.home-banner-area .banner-content .title span.azul1::before, .home-banner-area .banner-content .title span.azul1::after{background: var(--azul1)}
.home-banner-area .banner-content .text {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	/*max-width: 545px;*/
	margin-left: auto;
	margin-right: auto
}

.home-banner-area .slider-item {
	position: relative;
	z-index: 1
}

.home-banner-area .slider-item::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--light-05);
	z-index: -1
}

.home-banner-area .slider-item.item-one {
	
	background-size: cover
}

.home-banner-area .slider-item.item-two {
	
	background-size: cover
}

.home-banner-area .slider-item.item-three {
	
	background-size: cover
}

.home-banner-area .owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	line-height: 0
}

.home-banner-area .owl-carousel .owl-item.active .banner-content h1 {
	-webkit-animation: slideInDown .6s linear 1;
	animation: slideInDown .6s linear 1
}

.home-banner-area .owl-carousel .owl-item.active .banner-content p {
	-webkit-animation: fadeIn .6s linear 1;
	animation: fadeIn .6s linear 1
}

.home-banner-area .owl-carousel .owl-item.active .banner-content .primary-btn {
	-webkit-animation: slideInUp .6s linear 1;
	animation: slideInUp .6s linear 1
}

.banner-style-two {
	background: url(../images/banner/banner1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1
}

.banner-style-two::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gray-05);
	z-index: -1
}

.banner-style-two .banner-content {
	padding: 250px 0 170px;
	margin-left: 0;
	text-align: left
}

.banner-style-two .banner-content .sub-title {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	padding: 3px 10px;
	background: rgba(236, 85, 152, .4);
	margin-bottom: 20px
}

.banner-style-two .banner-content .title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0
}

.banner-style-two .banner-content .title span {
	display: none
}

.banner-style-two .banner-content .text {
	margin-left: 0
}

.banner-style-three {
	position: relative;
	overflow: hidden
}

.banner-style-three .banner-content {
	padding: 150px 0 190px
}

.banner-style-three .banner-content .sub-title {
	display: inline-block;
	font-weight: 500;
	color: #0a0a0a;
	padding: 3px 10px;
	background: #e8d2b8;
	margin-bottom: 25px
}

.banner-style-three .banner-content .title {
	color: #0a0a0a;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-transform: uppercase
}

.banner-style-three .banner-content .title span {
	display: none
}

.banner-style-three .banner-content .text {
	margin-left: 0
}

.banner-style-three .banner-content .primary-btn {
	margin: 0 5px
}

.banner-style-three .slider-item {
	position: relative;
	z-index: 1
}

.banner-style-three .slider-item::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	z-index: -1
}

.banner-style-three .slider-item.item-one {
	background: url(../images/banner/banner-slider4.jpg) no-repeat center;
	background-size: cover
}

.banner-style-three .slider-item.item-two {
	background: url(../images/banner/banner-slider5.jpg) no-repeat center;
	background-size: cover
}

.banner-style-three .slider-item.item-three {
	background: url(../images/banner/banner-slider2.jpg) no-repeat center;
	background-size: cover
}

.banner-style-three .owl-carousel .owl-nav button[class*=owl-] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.banner-style-three .owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.banner-style-three .owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.banner-style-three .owl-carousel .owl-nav button[class*=owl-]:first-child {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.banner-style-three .owl-carousel .owl-nav button[class*=owl-]:last-child {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.banner-style-three .owl-carousel .owl-item.active .banner-content .sub-title {
	-webkit-animation: slideInDown .6s linear 1;
	animation: slideInDown .6s linear 1
}

.about-section {
	position: relative;
	overflow: hidden;
	background: var(--base2);
	z-index: 1
}

.about-section::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background: var(--base);
	z-index: 0;
	z-index: -1
}

.about-section .bg-shape {
	z-index: -2
}

.about-section .bg-shape img {
	position: absolute;
	left: 28%;
	top: 0;
	width: 70%;
	height: 100%;
	z-index: -2
}

.about-section .bg-shape img:first-child {
	opacity: .01
}

.about-section .bg-shape img:last-child {
	z-index: -1
}

.about-section .image img {
	-webkit-transition: .5s;
	transition: .5s
}

@media(max-width:991px) and (min-width:768px) {
	.about-section .image img {
		width: 100%
	}
}

.about-section .content .title {
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative
}

.about-section .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.about-section .content .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--red)
}

.about-section .content .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--red)
}

.about-section .content .text {
	color: #ccc;
	margin-bottom: 25px
}

.about-section .content .content-list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	border-left: 1px solid var(--base)
}

.about-section .content .content-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px
}

.about-section .content .content-list li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background: var(--base)
}

.about-section .content .content-list li:last-child {
	margin: 0
}

.about-section .content .content-list h6 {
	font-family: roboto, sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0
}

.about-section.style-two {
	background: #fff
}

.about-section.style-two::before {
	content: none
}

.about-section.style-two .content .title {
	color: #0a0a0a;
	padding-bottom: 0;
	margin-bottom: 25px
}

.about-section.style-two .content .title span {
	display: none
}

.about-section.style-two .content .text {
	color: #4d4d4d;
	margin-bottom: 25px
}

.about-section.style-two .content .blockquote {
	padding-left: 20px;
	border-left: 3px solid #ec5598
}

.about-section.style-two .image {
	position: relative;
	overflow: visible
}

.about-section.style-two .image>img {
	-webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%);
	clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%)
}

.about-section.style-two .image .overlay-image {
	position: absolute;
	left: -100px;
	bottom: 50px;
	max-width: 260px;
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateY(-20deg);
	transform: perspective(400px) rotateY(-20deg)
}

.about-section.style-two .image:hover .overlay-image {
	-webkit-transform: perspective(400px) rotateY(20deg);
	transform: perspective(400px) rotateY(20deg)
}

.gallery-section .section-title h2 {
	margin-bottom: 0
}

.gallery-section .card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.gallery-section .card .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	overflow: hidden
}

.gallery-section .card .image .hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(180, 118, 90, .9);
	-webkit-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-section .card .image .hover-content a {
	color: #fff;
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
	opacity: 0
}

.gallery-section .card .image:hover .hover-content {
	opacity: 1
}

.gallery-section .card .image:hover .hover-content a {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.gallery-section .card .content {
	padding: 0;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%
}

.gallery-section .card .content .title {
	margin-bottom: 10px
}

.gallery-section .card .content .text {
	color: #4d4d4d;
	margin-bottom: 15px
}

.gallery-section .card .content .price {
	color: var(--base);
	font-weight: 500
}

.gallery-section-two .card {
	overflow: hidden
}

@media(max-width:991px) {
	.gallery-section-two .card .image img {
		width: 100%
	}
}

.gallery-section-two .card .content {
	position: absolute;
	left: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 2;
	opacity: 0
}

.gallery-section-two .card .content::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .86;
	background: #ec5598;
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.gallery-section-two .card .content .title {
	margin-bottom: 10px
}

.gallery-section-two .card .content .title a {
	color: #fff
}

.gallery-section-two .card .content .text {
	color: #fff;
	opacity: .9;
	margin-bottom: 10px;
	max-width: 300px
}

.gallery-section-two .card .content .btn-text {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gallery-section-two .card .content .btn-text span {
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 50px;
	margin-top: 5px;
	margin-left: 5px
}

.gallery-section-two .card:hover .content {
	opacity: 1;
	left: 0
}

.gallery-section-three .card {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.gallery-section-three .card::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgba(10, 10, 10, .6);
	z-index: 0;
	-webkit-transition: .5s;
	transition: .5s
}

@media(max-width:991px) {
	.gallery-section-three .card .image img {
		width: 100%
	}
}

.gallery-section-three .card .content {
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 100%;
	height: 100%;
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 2;
	opacity: 0;
	text-align: center
}

.gallery-section-three .card .content .title {
	margin-bottom: 10px
}

.gallery-section-three .card .content .title a {
	color: #fff
}

.gallery-section-three .card .content .text {
	color: #fff;
	opacity: .9;
	margin-bottom: 15px;
	max-width: 300px
}

.gallery-section-three .card .content .primary-btn {
	background: 0 0;
	color: #fff;
	border-color: #fff
}

.gallery-section-three .card .content .primary-btn:hover {
	color: var(--base);
	border-color: transparent;
	background: #fff
}

.gallery-section-three .card:hover::after {
	opacity: .86
}

.gallery-section-three .card:hover .content {
	opacity: 1;
	bottom: 0
}

.promo-contact-section {
	position: relative;
	z-index: 10
}

.promo-contact-section .card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #fff;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.promo-contact-section .card .icon {
	padding: 30px;
	position: relative;
	color: var(--azul1);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1
}

.promo-contact-section .card .icon i {
	vertical-align: middle;
	font-size: 28px
}

.promo-contact-section .card .icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--gray-03);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.promo-contact-section .card .content {
	padding: 15px
}

.promo-contact-section .card .content h3 {
	font-weight: 400
}

.promo-contact-section .card .content .text {
	color: var(--base)
}

.promo-contact-section .card .content .text a {
	color: var(--base)
}

.promo-contact-section .card:hover {
	overflow: visible
}

.promo-contact-section .card:hover .icon::after {
	top: -10%;
	height: 120%
}

.promo-contact-section.style-two .card {
	background: #cfe4e3;
	overflow: visible
}

.promo-contact-section.style-two .card .icon::after {
	top: 0;
	height: 100%;
	background: #ec5598;
	-webkit-transform: perspective(0) rotateY(0) translateZ(0);
	transform: perspective(0) rotateY(0) translateZ(0)
}

.promo-contact-section.style-two .card .content .text {
	color: #0a0a0a
}

.promo-contact-section.style-two .card .content .text a {
	color: #0a0a0a
}

.promo-contact-section.style-two .card:hover .icon::after {
	-webkit-transform: perspective(100px) rotateY(15deg) translateZ(0);
	transform: perspective(100px) rotateY(15deg) translateZ(0)
}

.promo-contact-section.style-three {
	top: -40px
}

.promo-contact-section.style-three .card {
	background: #e8d2b8
}

.promo-contact-section.style-three .card .icon {
	background: var(--base)
}

.promo-contact-section.style-three .card .icon i {
	vertical-align: middle;
	font-size: 28px
}

.promo-contact-section.style-three .card .icon::after {
	content: none
}

.promo-contact-section.style-three .card .content .text {
	color: #0a0a0a
}

.promo-contact-section.style-three .card .content .text a {
	color: #0a0a0a
}

.promo-contact-section.style-three .card:hover {
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.promo-service-section {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 3
}

.promo-service-section .card {
	position: relative;
	padding: 30px 25px 30px 40px;
	overflow: hidden;
	background: #f7f7f7;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.promo-service-section .card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background: #ec5598;
	z-index: -1;
	-webkit-transform: perspective(0) rotateY(0) translateZ(0);
	transform: perspective(0) rotateY(0) translateZ(0);
	-webkit-transition: .5s;
	transition: .5s
}

.promo-service-section .card .title {
	margin-bottom: 0px
}

.promo-service-section .card .title a:hover {
	color: #ec5598
}

.promo-service-section .card .text {
	margin-bottom: 0;
	color: #4d4d4d
}

.promo-service-section .card:hover {
	overflow: visible;
	background: #cfe4e3
}

.promo-service-section .card:hover::after {
	-webkit-transform: perspective(50px) rotateY(15deg) translateZ(0);
	transform: perspective(50px) rotateY(15deg) translateZ(0)
}

.promo-service-section .cta-btn {
	text-align: center
}

.promo-service-section-two {
	position: relative;
	overflow: hidden;
	background: #e8d2b8
}

.promo-service-section-two .pr-100 {
	padding-right: 116px
}

.promo-service-section-two .content .title {
	color: #0a0a0a;
	padding-bottom: 0;
	margin-bottom: 20px
}

.promo-service-section-two .content .title span {
	display: none
}

.promo-service-section-two .content .text {
	color: #0a0a0a;
	margin-bottom: 25px
}

.promo-service-section-two .image {
	overflow: hidden;
	background: url(../images/promo-service-bg.jpg) no-repeat center;
	background-size: cover;
	height: 100%
}

.promo-service-section-two .image img {
	display: none
}

.promo-service-section-two .card {
	position: relative;
	padding: 30px 25px 30px 30px;
	overflow: hidden;
	background: var(--base);
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.promo-service-section-two .card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background: #ccc;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.promo-service-section-two .card .title {
	margin-bottom: 12px
}

.promo-service-section-two .card .title a {
	color: #fff
}

.promo-service-section-two .card .title a:hover {
	color: #ec5598
}

.promo-service-section-two .card .text {
	margin-bottom: 0;
	color: #ccc
}

.promo-service-section-two .card:hover {
	background: #fff
}

.promo-service-section-two .card:hover::after {
	background: var(--base)
}

.promo-service-section-two .card:hover .title a {
	color: var(--base)
}

.promo-service-section-two .card:hover .text {
	color: #4d4d4d
}

.service-section {
	position: relative;
	margin-top: -60px
}

@media(max-width:575px) {
	.service-section .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:576px) and (max-width:991px) {
	.service-section .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.service-section .col:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:992px) {
	.service-section .col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
}

.service-section .card {
	overflow: hidden
}

.service-section .card .image {
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);  
}

.service-section .card .image::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0a;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(10, 10, 10, 0.412125)), to(rgba(10, 10, 10, 0.106802)));
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.412125) 50%, rgba(10, 10, 10, 0.106802) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a0a", endColorstr="#0a0a0a", GradientType=1)
}

@media(max-width:991px) {
	.service-section .card .image img {
		width: 100%
	}
}

.service-section .card .content {
	position: absolute;
	left: 0;
	bottom: -90px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 2
}

.service-section .card .content .title {
	margin-bottom: 5px
}

.service-section .card .content .title a {
	color: #fff
}

.service-section .card .content .text {
	color: #fff;
	opacity: .9;
	font-size: 15px;
	padding: 0 15px;
	margin-bottom: 25px
}

.service-section .card .content .hover-content {
	background: #fff;
	padding: 20px 0
}

.service-section .card:hover .image {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.service-section .card:hover .content {
	bottom: 0
}

.service-section-two {
	margin-top: 0
}

.service-section-two .content-list {
	list-style: none;
	padding: 58px 35px;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.service-section-two .content-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 18px;
	text-transform: capitalize;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 12px;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s
}

.service-section-two .content-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.service-section-two .content-list li a {
	display: block
}

.service-section-two .content-list li .price {
	color: #4d4d4d;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s
}

.service-section-two .content-list li:hover,
.service-section-two .content-list .active {
	color: #ec5598;
	border-color: #ec5598
}

.service-section-two .content-list li:hover a,
.service-section-two .content-list .active a {
	color: #ec5598;
	letter-spacing: 1px
}

.service-section-two .content-list li:hover .price,
.service-section-two .content-list .active .price {
	color: #ec5598
}

.service-section-two .card {
	background: #f7f7f7
}

.service-section-two .card .title {
	margin-bottom: 15px
}

.service-section-two .card .title a:hover {
	color: #ec5598
}

.service-section-three {
	margin-top: -40px
}

.service-section-three ::-webkit-scrollbar {
	width: 5px
}

.service-section-three ::-webkit-scrollbar-thumb {
	background: #e8d2b8
}

.service-section-three ::-webkit-scrollbar-thumb:hover {
	background: #e8d2b8
}

.service-section-three .content-list {
	list-style: none;
	padding: 0;
	border: 1px solid #d4d4d4;
	max-height: 415px;
	overflow: hidden;
	overflow-y: scroll
}

.service-section-three .content-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	text-transform: capitalize;
	padding: 15px 20px;
	font-weight: 500;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.service-section-three .content-list li::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #d4d4d4
}

.service-section-three .content-list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	height: 100%;
	width: 5px;
	background: var(--base);
	-webkit-transition: .5s;
	transition: .5s
}

.service-section-three .content-list li:last-child::after {
	content: none
}

.service-section-three .content-list li a {
	display: block;
	color: #4d4d4d
}

.service-section-three .content-list li .price {
	color: #4d4d4d;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s
}

.service-section-three .content-list li:hover,
.service-section-three .content-list .active {
	color: #ec5598;
	background: #e8d2b8;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.service-section-three .content-list li:hover::before,
.service-section-three .content-list .active::before {
	-webkit-transform: none;
	transform: none
}

.service-section-three .content-list li:hover::after,
.service-section-three .content-list .active::after {
	content: none
}

.service-section-three .content-list li:hover a,
.service-section-three .content-list .active a {
	color: #0a0a0a;
	letter-spacing: 1px
}

.service-section-three .content-list li:hover .price,
.service-section-three .content-list .active .price {
	color: #0a0a0a
}

.service-section-three .card {
	background: #f7f7f7
}

.service-section-three .card .sub-title {
	display: inline-block;
	font-weight: 500;
	color: #4d4d4d;
	padding: 3px 10px;
	background: #e8d2b8;
	margin-bottom: 20px
}

.service-section-three .card .title {
	margin-bottom: 15px
}

.service-section-three .card .title a:hover {
	color: #ec5598
}

.service-section-three .owl-carousel .owl-nav button[class*=owl-] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.service-section-three .owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.service-section-three .owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.service-section-three .owl-carousel .owl-nav button[class*=owl-]:first-child {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.service-section-three .owl-carousel .owl-nav button[class*=owl-]:last-child {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.service-section-three .owl-carousel .owl-item.active .banner-content .sub-title {
	-webkit-animation: slideInDown .6s linear 1;
	animation: slideInDown .6s linear 1
}

.newsletter-section {
	position: relative;
	overflow: hidden;
	background: #333;
	z-index: 1
}

.newsletter-section::before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: var(--base2);
	z-index: 0;
	z-index: -1
}

.newsletter-section .bg-shape {
	z-index: -2
}

.newsletter-section .bg-shape img {
	position: absolute;
	left: -10%;
	bottom: 0;
	z-index: -2
}

.newsletter-section .image {
	overflow: hidden
}

.newsletter-section .image img {
	-webkit-transition: .5s;
	transition: .5s
}

@media(max-width:991px) and (min-width:768px) {
	.newsletter-section .image img {
		width: 100%
	}
}

.newsletter-section .image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.newsletter-section .content h2 {
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative
}

.newsletter-section .content h2 span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.newsletter-section .content h2 span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: #fff
}

.newsletter-section .content h2 span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: #fff
}

.newsletter-section .content p {
	color: #ccc;
	margin-bottom: 25px
}

.newsletter-section .newsletter-form .form-control {
	background: var(--gray-05);
	border-color: transparent;
	color: #ccc
}

.newsletter-section .newsletter-form .form-control::-webkit-input-placeholder {
	color: #ccc
}

.newsletter-section .newsletter-form .form-control:-ms-input-placeholder {
	color: #ccc
}

.newsletter-section .newsletter-form .form-control::-ms-input-placeholder {
	color: #ccc
}

.newsletter-section .newsletter-form .form-control::placeholder {
	color: #ccc
}

.newsletter-section .newsletter-form .primary-btn {
	width: 100%
}

.newsletter-section.style-two {
	background: #f7f7f7
}

.newsletter-section.style-two::before {
	right: none;
	left: 0;
	width: calc(55% - 10px);
	opacity: .3;
	background: #ec5598;
	-webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%);
	clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%)
}

@media(min-width:1200px) {
	.newsletter-section.style-two::before {
		width: calc(55% + 10px)
	}
}

@media(min-width:1400px) {
	.newsletter-section.style-two::before {
		width: calc(55% + 5px)
	}
}

@media(min-width:1600px) {
	.newsletter-section.style-two::before {
		width: calc(55% - 10px)
	}
}

@media(min-width:1800px) {
	.newsletter-section.style-two::before {
		width: calc(55% - 20px)
	}
}

.newsletter-section.style-two .image {
	position: relative;
	overflow: visible;
	z-index: 1;
	-webkit-transform: perspective(800px) rotateY(20deg);
	transform: perspective(800px) rotateY(20deg)
}

.newsletter-section.style-two .image::before {
	position: absolute;
	content: '';
	right: none;
	top: -10px;
	left: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-two .image::after {
	position: absolute;
	content: '';
	right: -10px;
	bottom: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-two .image:hover img {
	-webkit-transform: none;
	transform: none
}

.newsletter-section.style-two .content h2 {
	color: #0a0a0a;
	padding-bottom: 0;
	margin-bottom: 10px
}

.newsletter-section.style-two .content p {
	color: #4d4d4d;
	margin-bottom: 25px
}

.newsletter-section.style-two .newsletter-form .form-group {
	position: relative
}

.newsletter-section.style-two .newsletter-form .form-group::after {
	position: absolute;
	content: '';
	width: 4px;
	top: 0;
	left: -2px;
	height: 40%;
	background: #f7f7f7
}

.newsletter-section.style-two .newsletter-form .form-group::before {
	position: absolute;
	content: '';
	width: 4px;
	top: 0;
	right: -2px;
	height: 40%;
	background: #f7f7f7
}

.newsletter-section.style-two .newsletter-form .form-control {
	background: #f7f7f7;
	border-color: #ec5598;
	border-top: 0;
	color: #0a0a0a
}

.newsletter-section.style-two .newsletter-form .form-control::-webkit-input-placeholder {
	color: #0a0a0a
}

.newsletter-section.style-two .newsletter-form .form-control:-ms-input-placeholder {
	color: #0a0a0a
}

.newsletter-section.style-two .newsletter-form .form-control::-ms-input-placeholder {
	color: #0a0a0a
}

.newsletter-section.style-two .newsletter-form .form-control::placeholder {
	color: #0a0a0a
}

.newsletter-section.style-three {
	position: relative;
	overflow: hidden;	
	background-attachment: fixed !important;
	background-size: cover !important;
}

.newsletter-section.style-three::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--base);
       
	background: linear-gradient(140deg, rgb(137 137 138), rgba(112, 114, 114, 0.496158) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--base)", endColorstr="#707272", GradientType=1);
	z-index: -1
}

.newsletter-section.style-three .image {
	position: relative;
	overflow: visible;
	z-index: 1;
	-webkit-transform: perspective(800px) rotateY(20deg);
	transform: perspective(800px) rotateY(20deg)
}

.newsletter-section.style-three .image::before {
	position: absolute;
	content: '';
	right: none;
	top: -10px;
	left: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-three .image::after {
	position: absolute;
	content: '';
	right: -10px;
	bottom: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-three .image:hover img {
	-webkit-transform: none;
	transform: none
}

.newsletter-section.style-three .content {
	margin-bottom: 0
}

.newsletter-section.style-three .content h2 {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 10px
}

.newsletter-section.style-three .content p {
	color: #fff;
	margin-bottom: 25px
}

.newsletter-section.style-three .newsletter-form .form-control {
	height: 58px;
	background: #fff;
	border-color: transparent;
	color: #4d4d4d
}

.newsletter-section.style-three .newsletter-form .form-control::-webkit-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-three .newsletter-form .form-control:-ms-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-three .newsletter-form .form-control::-ms-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-three .newsletter-form .form-control::placeholder {
	color: #4d4d4d
}

.newsletter-section.style-three .newsletter-form .primary-btn {
	width: auto
}

.newsletter-section.style-three .newsletter-form .primary-btn:hover {
	color: #fff;
	background: var(--base)
}

.newsletter-section.style-four {
	position: relative;
	overflow: hidden;
	background: url(../images/newsletter-bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.newsletter-section.style-four::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--base);
	background: linear-gradient(140deg, rgba(180, 118, 90, 0.5) 50%, rgba(112, 114, 114, 0.496158) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--base)", endColorstr="#707272", GradientType=1);
	z-index: -1
}

.newsletter-section.style-four .image {
	position: relative;
	overflow: visible;
	z-index: 1;
	-webkit-transform: perspective(800px) rotateY(20deg);
	transform: perspective(800px) rotateY(20deg)
}

.newsletter-section.style-four .image::before {
	position: absolute;
	content: '';
	right: none;
	top: -10px;
	left: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-four .image::after {
	position: absolute;
	content: '';
	right: -10px;
	bottom: -10px;
	width: 70%;
	height: 50%;
	background: #ec5598;
	z-index: -1
}

.newsletter-section.style-four .image:hover img {
	-webkit-transform: none;
	transform: none
}

.newsletter-section.style-four .content {
	margin-bottom: 0
}

.newsletter-section.style-four .content h2 {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 10px
}

.newsletter-section.style-four .content p {
	color: #fff;
	margin-bottom: 25px
}

.newsletter-section.style-four .newsletter-form .form-control {
	height: 58px;
	background: #fff;
	border-color: transparent;
	color: #4d4d4d
}

.newsletter-section.style-four .newsletter-form .form-control::-webkit-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-four .newsletter-form .form-control:-ms-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-four .newsletter-form .form-control::-ms-input-placeholder {
	color: #4d4d4d
}

.newsletter-section.style-four .newsletter-form .form-control::placeholder {
	color: #4d4d4d
}

.newsletter-section.style-four .newsletter-form .primary-btn {
	width: auto
}

.newsletter-section.style-four .newsletter-form .primary-btn:hover {
	color: #fff;
	background: var(--base)
}

.fashion-section .card {
	overflow: hidden
}

.fashion-section .card .hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--gray-05);
	-webkit-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fashion-section .card .hover-content a {
	display: inline-block;
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
	opacity: 0;
	color: #fff
}

.fashion-section .card:hover .hover-content {
	opacity: 1
}

.fashion-section .card:hover .hover-content a {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.blog-section {
	position: relative;
	overflow: hidden
}

.blog-section .blog-slider {
	background: #f7f7f7;
	padding: 30px
}

.blog-section .blog-slider .slider-item .card {
	padding: 20px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.blog-section .blog-slider .slider-item .card .time {
	color: var(--base);
	margin-bottom: 10px
}

.blog-section .blog-slider .slider-item .card .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	margin-bottom: 10px
}

.blog-section .blog-slider .slider-item .card .info-list li {
	margin-right: 16px;
	color: #4d4d4d
}

.blog-section .blog-slider .slider-item .card .info-list li:last-child {
	margin-right: 0
}

.blog-section .blog-slider .slider-item .card .text {
	margin: 0;
	color: #4d4d4d
}

.blog-section .blog-slider .slider-item .card hr {
	margin: 15px 0 16px
}

.blog-section .blog-slider .slider-item .card .title {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 15px
}

.blog-section .blog-slider .slider-item .card .title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: var(--base);
	z-index: 1
}

.blog-section .blog-slider .slider-item .card .title a {
	color: #0a0a0a
}

.blog-section .blog-slider .slider-item .card .title a:hover {
	color: var(--base)
}

.blog-section .blog-slider .slider-item .card .btn-text {
	color: var(--base)
}

.blog-section .blog-slider .owl-dots {
	text-align: center;
	margin-top: 30px
}

.blog-section .blog-slider .owl-dots .owl-dot {
	background: var(--base)
}

.blog-section .video-content {
	position: relative;
	height: 100%;
	z-index: 2
}

.blog-section .video-content .video-image {
	overflow: hidden;
	background: url(../images/video.jpg) no-repeat center;
	height: 100%
}

.blog-section .video-content .video-image img {
	display: none
}

.blog-section .video-content .video-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: var(--base);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.blog-section .video-content .video-btn i {
	font-size: 36px;
	color: #fff
}

.blog-section .video-content .video-btn::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--base);
	z-index: -1
}

.blog-section .video-content .video-btn::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: ripple 1500ms ease-out infinite;
	animation: ripple 1500ms ease-out infinite;
	background-color: #fff;
	z-index: -2
}

@media(max-width:991px) {
	.blog-section .video-content .video-image img {
		display: block;
		width: 100%
	}
}

.blog-section-two,
.blog-section-three,
.blog-single-area .blog-section {
	position: relative;
	overflow: hidden
}

.blog-section-two .card,
.blog-section-three .card,
.blog-single-area .blog-section .card {
	background: #fff
}

.blog-section-two .card .image,
.blog-section-three .card .image,
.blog-single-area .blog-section .card .image {
	margin-bottom: 15px
}

.blog-section-two .card .content .time,
.blog-section-three .card .content .time,
.blog-single-area .blog-section .card .content .time {
	display: block;
	color: #ec5598;
	margin-bottom: 15px
}

.blog-section-two .card .content .info-list,
.blog-section-three .card .content .info-list,
.blog-single-area .blog-section .card .content .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	margin-bottom: 20px
}

.blog-section-two .card .content .info-list li,
.blog-section-three .card .content .info-list li,
.blog-single-area .blog-section .card .content .info-list li {
	margin-right: 16px;
	color: #4d4d4d
}

.blog-section-two .card .content .info-list li:last-child,
.blog-section-three .card .content .info-list li:last-child,
.blog-single-area .blog-section .card .content .info-list li:last-child {
	margin-right: 0
}

.blog-section-two .card .content .text,
.blog-section-three .card .content .text,
.blog-single-area .blog-section .card .content .text {
	margin: 0;
	color: #4d4d4d
}

.blog-section-two .card .content hr,
.blog-section-three .card .content hr,
.blog-single-area .blog-section .card .content hr {
	margin: 15px 0
}

.blog-section-two .card .content .title,
.blog-section-three .card .content .title,
.blog-single-area .blog-section .card .content .title {
	margin-bottom: 15px
}

.blog-section-two .card .content .title a,
.blog-section-three .card .content .title a,
.blog-single-area .blog-section .card .content .title a {
	color: #0a0a0a
}

.blog-section-two .card .content .title a:hover,
.blog-section-three .card .content .title a:hover,
.blog-single-area .blog-section .card .content .title a:hover {
	color: #ec5598
}

.blog-section-two .card .content .btn-text,
.blog-section-three .card .content .btn-text,
.blog-single-area .blog-section .card .content .btn-text {
	color: #ec5598;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-section-two .card .content .btn-text span,
.blog-section-three .card .content .btn-text span,
.blog-single-area .blog-section .card .content .btn-text span {
	display: inline-block;
	height: 1px;
	background: #ec5598;
	width: 50px;
	margin-top: 5px;
	margin-left: 5px
}

.blog-section-three {
	position: relative;
	overflow: hidden
}

.blog-section-three .card {
	background: #fff
}

.blog-section-three .card .content .time {
	color: var(--base)
}

.blog-section-three .card .content .title a {
	color: #0a0a0a
}

.blog-section-three .card .content .title a:hover {
	color: var(--base)
}

.blog-section-three .card .content .primary-btn.style-three {
	color: var(--base);
	border-color: var(--base);
	background: 0 0
}

.blog-section-three .card .content .primary-btn.style-three:hover {
	color: #fff;
	background: var(--base)
}

.blog-section-three .card:hover .primary-btn.style-three {
	color: #fff;
	border-color: var(--base);
	background: var(--base)
}

.blog-section-three .owl-carousel .owl-nav button[class*=owl-] {
	position: absolute;
	top: 20%;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.blog-section-three .owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.blog-section-three .owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.blog-section-three .owl-carousel .owl-nav button[class*=owl-]:first-child {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.blog-section-three .owl-carousel .owl-nav button[class*=owl-]:last-child {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.team-section [class*=col-]:nth-child(even) {
	margin-top: 30px
}

@media(max-width:991px) {
	.team-section [class*=col-]:nth-child(even) {
		margin-top: 0
	}
}

.team-section .card {
	background: #f7f7f7;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.team-section .card .social-link {
	padding: 25px 0
}

.team-section .card .social-link a {
	padding: 6px
}

.team-section .card hr {
	border-color: var(--base);
	margin: 0
}

.team-section .card .content {
	padding: 20px
}

.team-section .card .content .title {
	margin-bottom: 5px
}

.team-section .card:hover {
	background: #fff;
	-webkit-box-shadow: 0 10px 25px 0 #d4d4d4;
	box-shadow: 0 10px 25px 0 #d4d4d4
}

.team-section .card:hover .content {
	padding: 20px
}

.team-section .card:hover .content .title a {
	color: var(--base)
}

.team-section-two .card {
	padding: 20px;
	border: 1px solid #d4d4d4;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.team-section-two .card .image {
	overflow: hidden;
	margin-bottom: 19px
}

.team-section-two .card .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.team-section-two .card .image img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-section-two .card .content .title {
	margin-bottom: 10px
}

.team-section-two .card .content .title a {
	color: #ec5598
}

.team-section-two .card .content .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	margin-bottom: 20px
}

.team-section-two .card .content .info-list li {
	margin-right: 16px;
	color: #4d4d4d;
	-webkit-transition: .5s;
	transition: .5s
}

.team-section-two .card .content .info-list li:last-child {
	margin-right: 0;
	font-style: italic
}

.team-section-two .card .content .social-link a {
	padding: 6px;
	background: #fff;
	border: 1px solid #d4d4d4;
	color: #ec5598
}

.team-section-two .card .content hr {
	border-color: #d4d4d4;
	margin: 0;
	margin-bottom: 21px
}

.team-section-two .card:hover {
	border-color: transparent;
	background: #cfe4e3
}

.team-section-two .card:hover .content .info-list li {
	font-weight: 500
}

.team-section-two .card:hover .content .info-list li:last-child {
	font-weight: 400
}

.team-section-two .card:hover .content .social-link a {
	border-color: transparent
}

.team-section-three .image {
	margin-bottom: 30px
}

.team-section-three .card {
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.team-section-three .card .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: #fff
}

.team-section-three .card .content .title {
	margin-bottom: 10px
}

.team-section-three .card .content .title a {
	color: #0a0a0a
}

.team-section-three .card .content .title a:hover {
	color: var(--base)
}

.team-section-three .card .content .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none
}

.team-section-three .card .content .info-list li {
	margin-right: 16px;
	color: #0a0a0a;
	-webkit-transition: .5s;
	transition: .5s
}

.team-section-three .card .content .info-list li:last-child {
	color: #4d4d4d;
	margin-right: 0;
	font-style: italic
}

.team-section-three .card .content .social-link {
	margin-top: 15px;
	display: none
}

.team-section-three .card .content .social-link a {
	padding: 6px;
	background: 0 0;
	border: 1px solid #e8d2b8;
	color: #e8d2b8
}

.team-section-three .card .content .social-link a:hover {
	background: #fff;
	border-color: transparent;
	color: var(--base)
}

.team-section-three .card:hover .content {
	height: 100%;
	background: var(--base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: slideInUp .3s linear 1;
	animation: slideInUp .3s linear 1
}

.team-section-three .card:hover .content .title a {
	color: #fff
}

.team-section-three .card:hover .content .info-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.team-section-three .card:hover .content .info-list li {
	margin-bottom: 5px;
	color: #ccc
}

.team-section-three .card:hover .content .info-list li:last-child {
	color: #e8d2b8;
	margin: 0
}

.team-section-three .card:hover .content .social-link {
	display: block
}

.testimonial-section .container-inner {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.testimonial-section .container-inner::after {
	position: absolute;
	content: '';
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	z-index: -1
}

.testimonial-section .container-inner .image {
	margin-top: -10px;
	position: relative
}

.testimonial-section .container-inner .image .shape {
	position: absolute;
	left: 15px;
	top: 15px
}

.testimonial-section .container-inner .content .quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 106px;
	margin-bottom: 40px;
	color: #fff;
	z-index: 1;
	position: relative
}

.testimonial-section .container-inner .content .quote img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.testimonial-section .container-inner .content .quote i {
	font-size: 38px;
	margin-top: -10px
}

.testimonial-section .container-inner .content .quote span {
	position: absolute;
	background: var(--base)
}

.testimonial-section .container-inner .content .quote .top {
	width: 30px;
	height: 2px;
	top: -5px;
	left: 40%;
	-webkit-transform: rotateZ(-5deg);
	transform: rotateZ(-5deg)
}

.testimonial-section .container-inner .content .quote .bottom {
	width: 30px;
	height: 2px;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.testimonial-section .container-inner .content .quote .left {
	width: 2px;
	height: 30px;
	left: -5px;
	top: 30%;
	-webkit-transform: rotateZ(-5deg);
	transform: rotateZ(-5deg)
}

.testimonial-section .container-inner .content .quote .right {
	width: 2px;
	height: 30px;
	right: 0;
	top: 30%;
	-webkit-transform: rotateZ(15deg);
	transform: rotateZ(15deg)
}

.testimonial-section .container-inner .content .title {
	color: var(--base);
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative
}

.testimonial-section .container-inner .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.testimonial-section .container-inner .content .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.testimonial-section .container-inner .content .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.testimonial-section .container-inner .testimonial-slider {
	padding-right: 30px
}

.testimonial-section .container-inner .slider-item {
	background: 0 0
}

.testimonial-section .container-inner .slider-item .text {
	margin-bottom: 20px
}

.testimonial-section .container-inner .slider-item .client-name {
	margin-bottom: 20px
}

.testimonial-section .container-inner .owl-carousel .owl-dots .owl-dot {
	background: #4d4d4d
}

.testimonial-section .container-inner .owl-carousel .owl-dots .owl-dot.active {
	background: var(--base)
}

.testimonial-section-two {
	background: #f7f7f7
}

.testimonial-section-two .image {
	margin-top: 60px;
	position: relative
}

.testimonial-section-two .image .quote {
	position: absolute;
	top: -50px;
	left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	padding-right: 40px;
	color: #ec5598;
	background: #fff;
	z-index: 1;
	-webkit-transform: perspective(100px) rotateY(15deg) translateZ(0);
	transform: perspective(100px) rotateY(15deg) translateZ(0)
}

.testimonial-section-two .image .quote i {
	font-size: 45px
}

.testimonial-section-two .image .quote span {
	position: absolute;
	background: var(--base)
}

.testimonial-section-two .content .title {
	color: #ec5598;
	margin-bottom: 20px
}

.testimonial-section-two .testimonial-slider {
	padding-right: 30px
}

.testimonial-section-two .slider-item {
	background: 0 0
}

.testimonial-section-two .slider-item .text {
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 25px
}

.testimonial-section-two .slider-item .client-name {
	margin-bottom: 20px
}

.testimonial-section-two .owl-carousel .owl-dots .owl-dot {
	width: 30px;
	height: 2px;
	background: #4d4d4d
}

.testimonial-section-two .owl-carousel .owl-dots .owl-dot.active {
	width: 30px;
	background: #ec5598
}

.testimonial-section-three {
	background: #f7f7f7
}

.testimonial-section-three .card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.testimonial-section-three .card .quote {
	margin-bottom: 20px;
	color: var(--base)
}

.testimonial-section-three .card .quote i {
	font-size: 70px
}

.testimonial-section-three .card .text {
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 0;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.testimonial-section-three .owl-carousel .owl-nav button[class*=owl-] {
	position: absolute;
	top: 50%;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.testimonial-section-three .owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.testimonial-section-three .owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.testimonial-section-three .owl-carousel .owl-nav button[class*=owl-]:first-child {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.testimonial-section-three .owl-carousel .owl-nav button[class*=owl-]:last-child {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.testimonial-section-three #owl-custom-dots {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 90px;
	padding-top: 50px
}

.testimonial-section-three #owl-custom-dots .owl-dot img {
	position: relative;
	opacity: .4;
	border-radius: 50%;
	max-width: 90px;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}

.testimonial-section-three #owl-custom-dots .owl-dot .client-info {
	position: absolute;
	bottom: -50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.testimonial-section-three #owl-custom-dots .owl-dot.active img {
	z-index: 2;
	opacity: 1;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation: zoomIn .5s linear 1;
	animation: zoomIn .5s linear 1
}

.testimonial-section-three #owl-custom-dots .owl-dot.active .client-info {
	bottom: 0;
	opacity: 1
}

.product-section .card .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px;
	background: rgba(10, 10, 10, .8);
	-webkit-transition: .5s;
	transition: .5s
}

.product-section .card .content .review {
	margin-bottom: 5px
}

.product-section .card .content .review i {
	color: #ec5598
}

.product-section .card .content .review i:last-child {
	color: #4d4d4d
}

.product-section .card .content .title {
	margin-bottom: 5px
}

.product-section .card .content .title a {
	color: #fff
}

.product-section .card .content .price {
	margin-bottom: 10px;
	font-weight: 500;
	color: #ec5598
}

.product-section .card .content .card-btn a {
	display: inline-block;
	line-height: 0;
	text-align: center;
	background: 0 0;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 8px;
	font-size: 15px;
	margin-right: 8px
}

.product-section .card .content .card-btn a:hover {
	background: #ec5598;
	border-color: transparent
}

.product-section .card .content .card-btn a:last-child {
	margin-right: 0
}

.product-section .card:hover .content {
	opacity: 1
}

.product-section .owl-carousel .owl-dots {
	margin-top: 30px;
	text-align: center
}

.product-section .owl-carousel .owl-dots .owl-dot {
	width: 25px;
	background: #4d4d4d
}

.product-section .owl-carousel .owl-dots .owl-dot.active {
	width: 25px;
	background: #ec5598
}

.product-section-two .card .image {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 30px;
	background-color: #f5f5f5
}

.product-section-two .card .image .bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.product-section-two .card .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.product-section-two .card .image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-section-two .card .content {
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.product-section-two .card .content .content-list {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ccc
}

.product-section-two .card .content .content-list li {
	display: inline-block
}

.product-section-two .card .content .content-list .review {
	padding-right: 10px
}

.product-section-two .card .content .content-list .review i {
	color: var(--base)
}

.product-section-two .card .content .content-list .review i:last-child {
	color: #e8d2b8
}

.product-section-two .card .content .content-list .card-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.product-section-two .card .content .content-list .card-btn a {
	display: block;
	line-height: 0;
	text-align: center;
	background: 0 0;
	border: none;
	border-right: 1px solid #ccc;
	color: #0a0a0a;
	padding: 8px;
	font-size: 15px;
	margin: 0;
	margin-right: 0
}

.product-section-two .card .content .content-list .card-btn a:last-child {
	margin-right: 0
}

.product-section-two .card .content .content-list .card-btn a:hover {
	border-color: transparent;
	color: #fff;
	background: var(--base)
}

.product-section-two .card .content .title {
	padding-right: 10px;
	margin-bottom: 5px
}

.product-section-two .card .content .title a {
	color: #0a0a0a
}

.product-section-two .card .content .price {
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--base)
}

.product-section-two .owl-carousel .owl-nav button[class*=owl-] {
	position: absolute;
	top: 30%;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.product-section-two .owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.product-section-two .owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.product-section-two .owl-carousel .owl-nav button[class*=owl-]:first-child {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.product-section-two .owl-carousel .owl-nav button[class*=owl-]:last-child {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.related-product .section-title h2 {
	color: var(--base)
}

.product-list .card .image {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 30px;
	background-color: #f5f5f5
}

.product-list .card .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.product-list .card .image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-list .card .content {
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.product-list .card .content .content-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(212, 212, 212, .5)
}

.product-list .card .content .content-list li {
	display: inline-block
}

.product-list .card .content .content-list .review {
	padding-right: 10px
}

.product-list .card .content .content-list .review i {
	color: var(--base)
}

.product-list .card .content .content-list .review i:last-child {
	color: #e8d2b8
}

.product-list .card .content .content-list .card-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.product-list .card .content .content-list .card-btn a {
	display: block;
	line-height: 0;
	text-align: center;
	background: 0 0;
	border: none;
	border: 1px solid rgba(212, 212, 212, .5);
	color: var(--base);
	padding: 8px 10px;
	font-size: 15px;
	margin: 0;
	margin-right: 0
}

.product-list .card .content .content-list .card-btn a:last-child {
	margin-right: 0
}

.product-list .card .content .content-list .card-btn a:hover {
	border-color: transparent;
	color: #fff;
	background: var(--base)
}

.product-list .card .content .info {
	padding: 15px;
	border: 1px solid rgba(212, 212, 212, .5);
	border-top: 0
}

.product-list .card .content .info .title {
	font-size: 18px;
	margin-bottom: 5px
}

.product-list .card .content .info .title a {
	color: #0a0a0a
}

.product-list .card .content .info .price {
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--base)
}

.shop-section .widget-area .widget-category {
	border: 1px solid #d4d4d4;
	margin-bottom: 30px
}

.shop-section .widget-area .widget-category h3.title {
	margin: 0;
	padding: 20px;
	color: var(--base)
}

.shop-section .widget-area .widget-category p {
	color: #4d4d4d;
	margin-bottom: 20px
}

.shop-section .widget-area .widget-category .nav-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.shop-section .widget-area .widget-category .nav-list li {
	position: relative;
	padding: 14px 16px;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	-webkit-transition: .5s;
	transition: .5s
}

.shop-section .widget-area .widget-category .nav-list li:last-child {
	border-color: transparent
}

.shop-section .widget-area .widget-category .nav-list li a {
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: .2s;
	transition: .2s;
	color: #4d4d4d
}

.shop-section .widget-area .widget-category .nav-list li.active,
.shop-section .widget-area .widget-category .nav-list li:hover {
	background: var(--base)
}

.shop-section .widget-area .widget-category .nav-list li.active a,
.shop-section .widget-area .widget-category .nav-list li:hover a {
	color: #fff
}

.shop-section .widget-area .widget-price-range {
	margin-bottom: 30px
}

.shop-section .widget-area .widget-price-range h3 {
	margin-bottom: 20px
}

.shop-section .widget-area .widget-price-range .price-range-form {
	padding: 15px 10px;
	padding-top: 0;
	border: 1px solid #d4d4d4
}

.shop-section .widget-area .widget-price-range .price-range-filter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shop-section .widget-area .widget-price-range .price-range-filter-item label {
	margin-bottom: 0;
	margin-right: 5px
}

.shop-section .widget-area .widget-price-range .price-range-filter-item input {
	width: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: var(--base)
}

.shop-section .widget-area .widget-price-range .price-range-slider {
	border: none;
	background: var(--base);
	height: 3px;
	width: 94%;
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 25px;
	position: relative
}

.shop-section .widget-area .widget-price-range .price-range-slider .ui-slider-handle {
	border: none;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--base);
	height: 10px;
	width: 10px;
	top: -4px;
	cursor: pointer;
	position: absolute
}

.shop-section .widget-area .widget-price-range .price-range-slider .ui-slider-handle:focus {
	outline: 0
}

.shop-section .widget-area .widget-product h3 {
	margin-bottom: 20px
}

.shop-section .widget-area .widget-product .article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4
}

.shop-section .widget-area .widget-product .article-item .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	overflow: hidden
}

.shop-section .widget-area .widget-product .article-item .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.shop-section .widget-area .widget-product .article-item .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	background: #fff;
	padding-left: 10px
}

.shop-section .widget-area .widget-product .article-item .content h3 {
	margin-bottom: 10px;
	font-size: 17px
}

.shop-section .widget-area .widget-product .article-item .content h3 a {
	color: #0a0a0a
}

.shop-section .widget-area .widget-product .article-item .content h3 a:hover {
	color: var(--base)
}

.shop-section .widget-area .widget-product .article-item .content .price-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shop-section .widget-area .widget-product .article-item .content .price-list li {
	font-weight: 500;
	color: var(--base);
	display: inline-block;
	margin-right: 12px;
	color: var(--base)
}

.shop-section .widget-area .widget-product .article-item .content .price-list li:last-child {
	margin-right: 0
}

.shop-section .widget-area .widget-product .article-item .content .price-list li:first-child {
	text-decoration: line-through;
	color: #4d4d4d
}

.shop-section .widget-area .widget-product .article-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.shop-section .widget-area .widget-product .article-item:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.shop-section .widget-area .widget-tag {
	margin-bottom: 20px
}

.shop-section .widget-area .widget-tag h3 {
	margin-bottom: 20px
}

.shop-section .widget-area .tags a {
	display: inline-block;
	text-align: center;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #f7f7f7
}

.shop-section .toolbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.shop-section .toolbox .toolbox-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%
}

.shop-section .toolbox .toolbox-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.shop-section .toolbox .search-form {
	position: relative
}

.shop-section .toolbox .search-form .form-control {
	background-color: #fff;
	border: 1px solid var(--base)
}

.shop-section .toolbox .search-form button {
	border: none;
	color: var(--base);
	position: absolute;
	right: 16px;
	top: 50%;
	font-size: 18px;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms
}

.shop-section .toolbox .search-form button i {
	vertical-align: middle
}

.shop-section .toolbox .select-box {
	position: relative;
	cursor: pointer
}

.shop-section .toolbox .select-box i {
	position: absolute;
	top: 50%;
	left: 12px;
	font-size: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	color: var(--base)
}

.shop-section .toolbox .select-box .form-control {
	background-color: #fff;
	border: 1px solid var(--base)
}

.shop-section .toolbox .select-box .nice-select {
	float: unset;
	color: var(--base);
	text-transform: capitalize;
	line-height: 28px;
	text-align: right!important;
	padding: 10px 16px;
	font-weight: 500
}

.shop-section .toolbox .select-box .nice-select .list {
	border-radius: 0;
	width: 100%;
	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)
}

.shop-section .toolbox .select-box .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #0a0a0a;
	font-size: 14px;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px
}

.shop-section .toolbox .select-box .nice-select .list .option.selected {
	background-color: transparent;
	font-weight: 500
}

.shop-section .toolbox .select-box .nice-select::after {
	display: none
}

.shop-section .toolbox .select-box .open:after {
	display: none
}

.product-details-area .product-image-container .product-single-slider {
	padding-bottom: 10px
}

.product-details-area .product-image-container .product-single-slider .image img {
	cursor: -webkit-zoom-in!important;
	cursor: zoom-in!important
}

.product-details-area .product-image-container .owl-dots {
	padding: 0 15px
}

.product-details-area .product-image-container .owl-dots>div {
	padding: 0 5px
}

.product-details-area .product-image-container .owl-dots>div:first-child {
	padding-left: 0
}

.product-details-area .product-image-container .owl-dots>div:last-child {
	padding-right: 0
}

.product-details-area .product-image-container .owl-dots .owl-dot {
	display: block;
	cursor: pointer
}

.product-details-area .product-image-container .owl-dots .owl-dot img {
	width: 100%;
	max-width: none;
	height: auto
}

.product-details-area .product-details .title {
	color: var(--base);
	margin-bottom: 20px
}

.product-details-area .product-details .content-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-details-area .product-details .content-list li {
	font-size: 20px;
	margin-right: 20px
}

.product-details-area .product-details .content-list li:last-child span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.product-details-area .product-details .content-list li:last-child span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.product-details-area .product-details .content-list li:last-child span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.product-details-area .product-details .content-list .price1 {
	font-weight: 500;
	color: #4d4d4d;
	text-decoration: line-through
}

.product-details-area .product-details .content-list .price2 {
	font-weight: 500;
	color: var(--base)
}

.product-details-area .product-details .content-list .review {
	margin-right: 0
}

.product-details-area .product-details .content-list .review i {
	color: var(--base)
}

.product-details-area .product-details .content-list .review i:last-child {
	opacity: .5
}

.product-details-area .product-details .product-desc .desc-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px
}

.product-details-area .product-details .product-desc .desc-list li {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500
}

.product-details-area .product-details .product-desc .desc-list li i {
	vertical-align: middle;
	margin-right: 8px;
	color: var(--base)
}

.product-details-area .product-details .product-desc .desc-list li:last-child {
	margin-bottom: 0
}

.product-details-area .product-details .product-desc .text {
	color: #4d4d4d;
	margin-bottom: 17px
}

.product-details-area .product-details .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.product-details-area .product-details .product-action .product-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px
}

.product-details-area .product-details .product-action .product-qty .qty-value,
.product-details-area .product-details .product-action .product-qty .qty-btn {
	padding: 12px;
	border: 0;
	outline: 0;
	background-color: var(--base);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 17px
}

.product-details-area .product-details .product-action .product-qty .qty-btn {
	font-size: 20px;
	color: var(--base);
	background-color: #cfe4e3
}

.product-details-area .product-details .product-action .product-qty .qty-btn i {
	vertical-align: middle
}

.product-details-area .product-details .product-action .wishlist-btn {
	padding: 12px;
	border: 0;
	outline: 0;
	background-color: #cfe4e3;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: auto;
	text-align: center;
	color: var(--base);
	font-size: 17px;
	margin-right: 10px
}

.product-details-area .product-details .product-action .wishlist-btn i {
	vertical-align: middle
}

.product-details-area .product-single-tabs .nav-tabs-navigation {
	margin-bottom: 20px
}

.product-details-area .product-single-tabs .nav-tabs-navigation .nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #d4d4d4
}

.product-details-area .product-single-tabs .nav-tabs-navigation .nav .nav-link {
	color: #0a0a0a!important;
	font-size: 20px;
	font-weight: 500;
	border-color: transparent;
	margin-left: 0
}

.product-details-area .product-single-tabs .nav-tabs-navigation .nav .nav-link.active {
	border-color: transparent;
	border-bottom: 1px solid var(--base)
}

.product-details-area .product-single-tabs .tab-content .tab-pane.active {
	-webkit-animation: fadeInUp .5s linear 1;
	animation: fadeInUp .5s linear 1
}

.product-details-area .product-single-tabs .tab-content .product-desc .desc-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px
}

.product-details-area .product-single-tabs .tab-content .product-desc .desc-list li {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500
}

.product-details-area .product-single-tabs .tab-content .product-desc .desc-list li i {
	vertical-align: middle;
	margin-right: 8px;
	color: var(--base)
}

.product-details-area .product-single-tabs .tab-content .product-desc .desc-list li:last-child {
	margin-bottom: 0
}

.product-details-area .product-single-tabs .tab-content .product-desc .text {
	color: #4d4d4d;
	margin-bottom: 17px
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	max-width: 220px
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content {
	padding: 0;
	padding-left: 20px
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .client-info .title {
	margin-bottom: 10px;
	margin-right: 15px
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .client-info .review {
	margin-right: 0
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .client-info .review i {
	vertical-align: 3px;
	color: var(--base)
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .client-info .review i:last-child {
	opacity: .5
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .text {
	color: #4d4d4d;
	margin-bottom: 0
}

.product-details-area .product-single-tabs .tab-content .product-reviews .all-reviews .card .content .time {
	display: block;
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 10px
}

.product-details-area .product-single-tabs .tab-content .add-review .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.product-details-area .product-single-tabs .tab-content .add-review .star-rating .text {
	color: #4d4d4d;
	margin-right: 5px
}

.product-details-area .product-single-tabs .tab-content .add-review .star-rating .rating-input {
	color: #4d4d4d
}

.product-details-area .product-single-tabs .tab-content .add-review .star-rating .rating-input i:hover {
	color: var(--base)
}

.cart-section .cart-table {
	padding: 5px 20px 20px;
	background: #fff;
	border: 1px solid #d4d4d4;
	overflow: auto
}

.cart-section .cart-table table {
	width: 100%
}

.cart-section .cart-table table tbody {
	border-color: transparent;
	border: none
}

.cart-section .cart-table tr {
	border-bottom: 1px solid #d4d4d4
}

.cart-section .cart-table tr td {
	text-align: right;
	padding: 15px 0;
	white-space: nowrap
}

.cart-section .cart-table .price {
	padding-right: 20px
}

.cart-section .cart-table .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cart-section .cart-table .product-action .product-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cart-section .cart-table .product-action .product-qty .qty-value,
.cart-section .cart-table .product-action .product-qty .qty-btn {
	padding: 12px;
	border: 0;
	outline: 0;
	background-color: var(--base);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 17px
}

.cart-section .cart-table .product-action .product-qty .qty-btn {
	font-size: 20px;
	color: var(--base);
	background-color: #cfe4e3
}

.cart-section .cart-table .product-action .product-qty .qty-btn i {
	vertical-align: middle
}

.cart-section .cart-table .product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cart-section .cart-table .product-info .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px
}

.cart-section .cart-table .product-info .text {
	padding-left: 15px;
	font-size: 20px;
	font-weight: 500
}

.cart-section .cart-table .cancel-btn {
	padding: 12px;
	border: 0;
	outline: 0;
	border: 1px solid #ccc;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: auto;
	text-align: center;
	color: #ccc;
	font-size: 17px
}

.cart-section .cart-table .cancel-btn i {
	vertical-align: middle
}

.cart-section .cart-table .cancel-btn:hover {
	color: var(--base);
	border: 1px solid var(--base)
}

.cart-section .cart-table .btn-actions {
	padding-top: 20px
}

.cart-section .cart-table .btn-actions .primary-btn {
	margin-right: 10px;
	background: #fff;
	color: var(--base);
	border-color: var(--base)
}

.cart-section .cart-table .btn-actions .primary-btn:hover {
	background: var(--base);
	color: #fff
}

.cart-section .price {
	font-weight: 500;
	color: var(--base)
}

.order-summary {
	padding: 30px 25px;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.order-summary .title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4
}

.order-summary hr {
	margin: 15px 0;
	border-top: 1px solid #d4d4d4
}

.order-summary .price {
	font-weight: 500;
	color: var(--base)
}

.order-summary .product-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.order-summary .product-list li {
	margin-bottom: 5px
}

.order-summary .product-list li:last-child {
	margin-bottom: 0
}

.order-summary .product-list li h5 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0
}

.order-summary .product-list li .price {
	font-weight: 500;
	font-size: 17px;
	color: #0a0a0a
}

.order-summary .sub-total {
	margin-bottom: 10px
}

.order-summary .sub-total h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

.order-summary .service-charge-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.order-summary .service-charge-list h6 {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 400
}

.order-summary .service-charge-list .price {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 400
}

.order-summary .total h6 {
	font-weight: 700;
	margin-bottom: 0
}

.checkout-section .checkout-form .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative
}

.checkout-section .checkout-form .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.checkout-section .checkout-form .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.checkout-section .checkout-form .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.checkout-section .checkout-form .card label {
	display: inline-block;
	margin-bottom: .5rem
}

.checkout-section .checkout-form .card input [type=radio]+img {
	cursor: pointer
}

.checkout-section .checkout-form .card .label {
	color: #0a0a0a;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 16px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.checkout-section .checkout-form .card .label .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.checkout-section .checkout-form .card .label .input input[type=radio]:checked,
.checkout-section .checkout-form .card .label .input input[type=radio]:not(:checked) {
	display: none
}

.checkout-section .checkout-form .card .label .input input[type=radio]:checked+.check:after,
.checkout-section .checkout-form .card .label .input input[type=radio]:not(:checked)+.check:after {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--base);
	position: absolute;
	top: 3.5px;
	left: 3.5px;
	border-radius: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.checkout-section .checkout-form .card .label .input input[type=radio]:checked+.check::before,
.checkout-section .checkout-form .card .label .input input[type=radio]:not(:checked)+.check::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid var(--base);
	background: 0 0;
	-webkit-transition: .5s;
	transition: .5s
}

.checkout-section .checkout-form .card .label .input input[type=radio]:checked+.check::before {
	border: 1px solid var(--base);
	background: unset;
	border-radius: 50%
}

.checkout-section .checkout-form .card .label .input input[type=radio]:checked+.check:after {
	border-radius: 50%
}

.checkout-section .checkout-form .card .label .input input[type=radio]:not(:checked)+.check:after {
	display: none
}

.checkout-section .checkout-form .card .label .input span {
	color: #4d4d4d;
	font-size: 14px;
	padding-left: 12px
}

.checkout-section .checkout-form .card .label .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.checkout-section .checkout-form .card .label .image img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	margin-right: 8px
}

.checkout-section .checkout-form .card .label .image img:last-child {
	margin-right: 0
}

.checkout-section .order-summary .title {
	position: relative
}

.checkout-section .order-summary .title span {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20%;
	height: 2px;
	z-index: 1
}

.checkout-section .order-summary .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.checkout-section .order-summary .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.wishlist-section .wishlist-table {
	overflow: auto
}

.wishlist-section .wishlist-table table {
	width: 100%
}

.wishlist-section .wishlist-table table tbody {
	border-color: transparent;
	border: none
}

.wishlist-section .wishlist-table table thead {
	border-top: 1px solid #d4d4d4
}

.wishlist-section .wishlist-table table thead th {
	padding: 15px 30px;
	white-space: nowrap
}

.wishlist-section .wishlist-table table thead th .title {
	margin-bottom: 0;
	padding: 15px 0;
	position: relative
}

.wishlist-section .wishlist-table table thead th .title span {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70%;
	height: 2px;
	z-index: 1
}

.wishlist-section .wishlist-table table thead th .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.wishlist-section .wishlist-table table thead th .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.wishlist-section .wishlist-table table tr {
	border-bottom: 1px solid #d4d4d4
}

.wishlist-section .wishlist-table table tr td {
	padding: 15px 30px;
	font-size: 18px;
	white-space: nowrap
}

.wishlist-section .wishlist-table table tr td .name {
	font-weight: 500
}

.wishlist-section .wishlist-table table tr td .price {
	color: #4d4d4d;
	font-weight: 500
}

.wishlist-section .wishlist-table table tr td .availability {
	font-weight: 500;
	color: var(--base)
}

.wishlist-section .wishlist-table .card-btn a {
	display: inline-block;
	line-height: 0;
	text-align: center;
	background: 0 0;
	border: 1px solid #ccc;
	color: #4d4d4d;
	padding: 8px;
	font-size: 15px;
	margin-right: 8px
}

.wishlist-section .wishlist-table .card-btn a:hover {
	background: var(--base);
	border-color: transparent;
	color: #fff
}

.wishlist-section .wishlist-table .card-btn a:last-child {
	margin-right: 0
}

.order-section {}

.order-section .order-table {
	overflow: auto
}

.order-section .order-table table {
	width: 100%;
	margin: 0
}

.order-section .order-table table tbody {
	border-color: transparent;
	border: none
}

.order-section .order-table tr {
	border-bottom: 1px solid #d4d4d4
}

.order-section .order-table tr td {
	text-align: right;
	padding: 15px 0;
	white-space: nowrap
}

.order-section .order-table tr th,
.order-section .order-table tr td {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle
}

.order-section .order-table tr:last-child {
	border: none
}

.order-section .order-table .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.order-section .order-table .product img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 10px;
	background-color: #f5f5f5
}

.order-section ::-webkit-scrollbar {
	height: 5px
}

.order-section ::-webkit-scrollbar-thumb {
	background: var(--base)
}

.order-section ::-webkit-scrollbar-thumb:hover {
	background: var(--base)
}

.order-section .nav-list {
	list-style: none;
	padding: 0;
	border: 1px solid #d4d4d4;
	overflow: hidden
}

.order-section .nav-list li {
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.order-section .nav-list li::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #d4d4d4
}

.order-section .nav-list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	height: 100%;
	width: 5px;
	background: var(--base);
	-webkit-transition: .5s;
	transition: .5s
}

.order-section .nav-list li:last-child::after {
	content: none
}

.order-section .nav-list li a {
	display: block;
	padding: 15px 20px;
	color: #4d4d4d
}

.order-section .nav-list li:hover,
.order-section .nav-list .active {
	color: #ec5598;
	background: #e8d2b8;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.order-section .nav-list li:hover::before,
.order-section .nav-list .active::before {
	-webkit-transform: none;
	transform: none
}

.order-section .nav-list li:hover::after,
.order-section .nav-list .active::after {
	content: none
}

.order-section .nav-list li:hover a,
.order-section .nav-list .active a {
	color: #0a0a0a
}

.order-details-section .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative
}

.order-details-section .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5%;
	height: 2px;
	z-index: 1
}

.order-details-section .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.order-details-section .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.order-details-section .track {
	position: relative;
	background-color: #ddd;
	height: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	margin-top: 50px
}

.order-details-section .track .step {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	margin-top: -18px;
	text-align: center;
	position: relative
}

.order-details-section .track .step::before {
	height: 7px;
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 18px
}

.order-details-section .track .step.active:before {
	background: var(--base)
}

.order-details-section .track .step.active .icon {
	background: var(--base);
	color: #fff
}

.order-details-section .track .step.active .text {
	font-weight: 400;
	color: #000
}

.order-details-section .track .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 45px;
	position: relative;
	border-radius: 100%;
	background: #ddd
}

.order-details-section .track .text {
	display: block;
	margin-top: 7px
}

.order-details-section .article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.order-details-section .article-item .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	overflow: hidden
}

.order-details-section .article-item .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.order-details-section .article-item .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	background: #fff;
	padding-left: 10px
}

.order-details-section .article-item .content h3 {
	margin-bottom: 10px;
	font-size: 17px
}

.order-details-section .article-item .content h3 a {
	color: #0a0a0a
}

.order-details-section .article-item .content h3 a:hover {
	color: var(--base)
}

.order-details-section .article-item .content .price-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.order-details-section .article-item .content .price-list li {
	font-weight: 500;
	color: var(--base);
	display: inline-block;
	margin-right: 12px;
	color: var(--base)
}

.order-details-section .article-item:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.my-account-section .nav-list {
	list-style: none;
	padding: 0;
	border: 1px solid #d4d4d4;
	overflow: hidden
}

.my-account-section .nav-list li {
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.my-account-section .nav-list li::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #d4d4d4
}

.my-account-section .nav-list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	height: 100%;
	width: 5px;
	background: var(--base);
	-webkit-transition: .5s;
	transition: .5s
}

.my-account-section .nav-list li:last-child::after {
	content: none
}

.my-account-section .nav-list li a {
	display: block;
	padding: 15px 20px;
	color: #4d4d4d
}

.my-account-section .nav-list li:hover,
.my-account-section .nav-list .active {
	color: #ec5598;
	background: #e8d2b8;
	-webkit-box-shadow: 0 0 15px 0 #d4d4d4;
	box-shadow: 0 0 15px 0 #d4d4d4
}

.my-account-section .nav-list li:hover::before,
.my-account-section .nav-list .active::before {
	-webkit-transform: none;
	transform: none
}

.my-account-section .nav-list li:hover::after,
.my-account-section .nav-list .active::after {
	content: none
}

.my-account-section .nav-list li:hover a,
.my-account-section .nav-list .active a {
	color: #0a0a0a
}

.my-account-section .user {
	padding: 25px 16px;
	border: 1px solid #d4d4d4
}

.my-account-section .user .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.my-account-section .user .card .image {
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 15px
}

.my-account-section .user .card .image img {
	max-width: 200px
}

.my-account-section .user .card .cta-btn .primary-btn {
	margin: 0 8
}

.my-account-section .user .card .info h3 {
	margin: 0;
	margin-bottom: 5px;
	line-height: 1
}

.my-account-section .user .nav-tabs-navigation {
	margin-bottom: 20px
}

.my-account-section .user .nav-tabs-navigation .nav .nav-link {
	color: #0a0a0a!important;
	font-size: 20px;
	font-weight: 500;
	border-color: transparent;
	margin-left: 0
}

.my-account-section .user .nav-tabs-navigation .nav .nav-link.active {
	border-color: transparent;
	border-bottom: 1px solid var(--base)
}

label {
	margin-bottom: 10px
}

.authentication-section form {
	max-width: 500px;
	margin: auto
}

.authentication-section .form-group {
	margin-bottom: 20px;
	border-radius: 5px
}

.authentication-section .form-group label {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px
}

.authentication-section .primary-btn {
	width: 100%;
	margin-bottom: 30px
}

.authentication-section .content {
	text-align: center
}

.authentication-section .content p {
	color: #4d4d4d;
	margin-bottom: 0
}

.authentication-section .content a {
	font-weight: 600;
	color: #4d4d4d
}

.authentication-section .content a:hover {
	color: #0a0a0a
}

.authentication-section .checkbox label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	color: #4d4d4d
}

.authentication-section .checkbox label a {
	color: var(--base)
}

.authentication-section .checkbox [type=checkbox]:checked,
.authentication-section .checkbox [type=checkbox]:not(:checked) {
	display: none
}

.authentication-section .checkbox [type=checkbox]:checked+label:after,
.authentication-section .checkbox [type=checkbox]:not(:checked)+label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--base);
	position: absolute;
	top: 5.5px;
	left: 5.5px;
	border-radius: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.authentication-section .checkbox [type=checkbox]:checked+label::before,
.authentication-section .checkbox [type=checkbox]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	background: 0 0;
	-webkit-transition: .5s;
	transition: .5s
}

.authentication-section .checkbox [type=checkbox]:checked+label::before {
	border: 1px solid var(--base);
	background: unset
}

.authentication-section .checkbox [type=checkbox]:not(:checked)+label:after {
	display: none
}

.authentication-section .link {
	text-align: right
}

.authentication-section .link a {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #4d4d4d
}

.authentication-section .link a:hover {
	color: var(--base)
}

.gallery-single-area .nav-tabs-navigation.style-three .nav .nav-link:hover {
	color: #fff;
	background: var(--base)
}

.gallery-single-area .nav-tabs-navigation.style-three .nav .nav-link.active {
	color: #fff;
	background: var(--base)
}

.wish-section {
	position: relative;
	overflow: hidden;
	background: #fff;
	background: linear-gradient(301deg, rgba(255, 255, 255, 0.80148) 0%, #e0e1e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e0e1e3", GradientType=1)
}

.wish-section .content {
	max-width: 540px
}

.wish-section .content .title {
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative
}

.wish-section .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.wish-section .content .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.wish-section .content .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.wish-section .content .text {
	color: #4d4d4d;
	margin-bottom: 25px
}

.wish-section .content .blockquote {
	background: #cfe4e3;
	padding: 15px;
	padding-left: 20px;
	font-size: 18px;
	border-left: 3px solid var(--base);
	margin-bottom: 25px
}

.wish-section .content .author .name {
	margin-bottom: 5px
}

.wish-section .image {
	overflow: hidden;
	background: url(../images/wish.png) no-repeat center;
	background-size: cover;
	height: 100%
}

.wish-section .image img {
	opacity: 0
}

@media(min-width:1600px) {
	.wish-section .image {
		background: 0 0;
		padding-top: 0
	}
	.wish-section .image img {
		opacity: 1;
		margin-left: auto;
		display: block
	}
}

.about-single-area .about-section {
	background: #fff;
	z-index: 1
}

.about-single-area .about-section::before {
	content: none
}

.about-single-area .about-section .bg-shape img {
	width: none;
	max-width: 100%;
	left: unset;
	right: 0
}

.about-single-area .about-section .bg-shape img:first-child {
	opacity: 1
}

.about-single-area .about-section .content .title {
	color: var(--base)
}

.about-single-area .about-section .content .text {
	color: #4d4d4d;
	margin-bottom: 0
}

.about-single-area .about-section .content .blockquote {
	padding: 15px;
	padding-left: 20px;
	font-size: 18px;
	border-left: 3px solid var(--base);
	margin-bottom: 25px
}

.about-single-area .promo-service-section .card {
	background: #f7f7f7
}

.about-single-area .promo-service-section .card::after {
	background: #ccc;
	-webkit-transform: none;
	transform: none
}

.about-single-area .promo-service-section .card .title a:hover {
	color: var(--base)
}

.about-single-area .promo-service-section .card:hover {
	background: #cfe4e3
}

.about-single-area .promo-service-section .card:hover::after {
	background: var(--base);
	-webkit-transform: none;
	transform: none
}

.service-section-four .card {
	text-align: center;align-content: center;
    justify-content: center;
   
    align-items: center;
}

.about-single-area .service-section-four .card .icon {
	margin-bottom: 15px
}

.about-single-area .service-section-four .card .icon i {
	display: inline-block;
	padding: 18px 15px;
	font-size: 40px;
	color: var(--base);
	vertical-align: 2px;
	background: #cfe4e3
}

.about-single-area .service-section-four .card .title {
	margin-bottom: 10px
}

.about-single-area .service-section-four .card .text {
	margin-bottom: 15px
}

.about-single-area .service-section-four .card .btn-text {
	color: var(--base)
}
.icon-box {width: 100px;height: 100px;background-color: var(--base); border-radius: 50%; display: flex; align-items: center;justify-content: center; margin-bottom: 2vw;}
@media(min-width:576px) {
	#addCartModal {
		max-width: 450px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

#addCartModal .add-cart-box {
	padding: 19px 10px 20px!important;
	border-bottom: 4px solid var(--base);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

#addCartModal .add-cart-box img {
	margin: 0 auto 20px;
	width: 120px
}

#addCartModal .add-cart-box p {
	font-weight: 500;
	color: #4d4d4d
}

#addCartModal.style-two .add-cart-box {
	border-bottom: 4px solid #ec5598
}

#addCartModal.style-three .add-cart-box {
	border-bottom: 4px solid var(--base)
}

.validation-danger,
.validation-success {
	font-size: 14px;
	margin-top: 5px
}

.validation-danger {
	color: #df1f1f
}

.validation-success {
	color: green
}

.help-block ul li {
	font-size: 14px;
	color: #df1f1f
}

#msgSubmit {
	font-size: 16px;
	margin-top: 8px
}

.nav-tabs-navigation {
	margin-bottom: 40px
}

.nav-tabs-navigation .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none
}

.nav-tabs-navigation .nav .nav-link {
	border-color: transparent;
	border-radius: 0;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
	text-transform: capitalize;
	color: #0a0a0a!important
}

.nav-tabs-navigation .nav .nav-link.active {
	border: 1px solid var(--base);
	border-radius: 0;
	color: var(--base)!important
}

.tab-content .tab-pane.active {
	-webkit-animation: fadeInUp .5s linear 1;
	animation: fadeInUp .5s linear 1
}

.nav-tabs-navigation.style-two .nav .nav-link {
	position: relative;
	border: none;
	padding-top: 0;
	padding-bottom: 5px
}

.nav-tabs-navigation.style-two .nav .nav-link::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 40%;
	height: 1px;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	background: #ec5598;
	-webkit-transition: .5s;
	transition: .5s
}

.nav-tabs-navigation.style-two .nav .nav-link:hover {
	color: #ec5598
}

.nav-tabs-navigation.style-two .nav .nav-link:hover::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1)
}

.nav-tabs-navigation.style-two .nav .nav-link.active {
	border: none;
	color: #ec5598
}

.nav-tabs-navigation.style-two .nav .nav-link.active::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1)
}

.nav-tabs-navigation.style-three .nav .nav-link {
	color: #4d4d4d;
	padding: 8px 15px;
	margin: 0;
	border: 1px solid #d4d4d4;
	border-right-color: transparent
}

.nav-tabs-navigation.style-three .nav .nav-link::after {
	content: none
}

.nav-tabs-navigation.style-three .nav .nav-link:hover {
	color: #4d4d4d;
	border-color: transparent;
	background: #e8d2b8
}

.nav-tabs-navigation.style-three .nav .nav-link:last-child {
	border-right-color: #d4d4d4
}

.nav-tabs-navigation.style-three .nav .nav-item:last-child .nav-link {
	border-right-color: #d4d4d4
}

.nav-tabs-navigation.style-three .nav .nav-link.active {
	color: #4d4d4d;
	border-color: transparent;
	background: #e8d2b8
}

.nav-tabs-navigation.style-three .nav .nav-link.active::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1)
}

#grid .grid-item {
	display: none
}

.page-title-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 160px 0 100px
}

.page-title-area::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	background: linear-gradient(321deg, rgba(255, 255, 255, 0.636214) 0%, #e0e1e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e0e1e3", GradientType=1);
	z-index: -1
}

.page-title-area .bg-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	-o-object-fit: cover;
	object-fit: cover
}


.page-title-area .page-title-content h1 {
	color: var(--base);
	margin-bottom: 10px;
	margin-top: -5px;
	line-height: 1.2; font-size:2rem
}

.page-title-area .page-title-content ul {
	padding: 0;
	margin: 0
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	color: #0a0a0a; position: relative;
    margin-left: 5px;
    padding-left: 10px;
}
.page-title-area .page-title-content ul li:first-child {margin-left: 0px;
    padding-left: 0px; }
.page-title-area .page-title-content ul li:last-child {
	position: relative;
	margin-left: 5px;
	padding-left: 10px
}

.page-title-area .page-title-content ul li span {
	position: absolute;
	left: 0;
	top: 19%;
	width: 1px;
	height: 70%;
	background: var(--red);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

.page-title-area .page-title-content ul li a {
	color: #0a0a0a;
   
}

.page-title-area .page-title-content ul li a:hover {
	color: var(--base)
}

.page-title-area .page-title-content ul .active {
	color: var(--base)
}

.pagination {
	display: block;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto
}

.pagination .page-numbers {
	width: 40px;
	height: 40px;
	background-color: transparent;
	color: #0a0a0a;
	border: 1px solid var(--base);
	text-align: center;
	display: inline-block;
	line-height: 45px;
	position: relative;
	margin-right: 5px;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px
}

.pagination .page-numbers i {
	vertical-align: -2px
}

.pagination .page-numbers:hover {
	background: #cfe4e3;
	border-color: transparent
}

.pagination .page-numbers.current {
	color: #fff;
	background-color: var(--base)
}

.appointment-section {
	position: relative;
	overflow: hidden;
	background: url(../images/appointment-bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.appointment-section .content .title {
	color: #0a0a0a;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: -5px
}

.appointment-section .content .title span {
	display: none
}

.appointment-section .content .text {
	color: #4d4d4d;
	margin-bottom: 25px
}

.appointment-section .content .blockquote {
	padding-left: 20px;
	border-left: 3px solid #ec5598
}

.appointment-section .appointment-form {
	max-width: 600px;
	margin-left: auto;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(102, 102, 102, .2);
	box-shadow: 0 20px 30px 0 rgba(102, 102, 102, .2)
}

@media(max-width:767px) {
	.appointment-section .appointment-form {
		padding: 25px 14px
	}
}

.appointment-section .form-group {
	margin-bottom: 20px
}

.appointment-section .form-group .form-control {
	background: #fff;
	border-color: #d4d4d4;
	color: #0a0a0a
}

.appointment-section .form-group .form-control::-webkit-input-placeholder {
	color: #0a0a0a
}

.appointment-section .form-group .form-control:-ms-input-placeholder {
	color: #0a0a0a
}

.appointment-section .form-group .form-control::-ms-input-placeholder {
	color: #0a0a0a
}

.appointment-section .form-group .form-control::placeholder {
	color: #0a0a0a
}

.appointment-section .primary-btn {
	width: 100%
}

.appointment-section.style-two {
	position: relative;
	overflow: hidden;
	background: 0 0
}

.appointment-section.style-two .content .title {
	margin-top: 0
}

.appointment-section.style-two .appointment-form {
	background: #cfe4e3;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.appointment-section.style-two .form-group .form-control {
	background: #cfe4e3
}

.blog-single-area .blog-section {
	position: relative;
	overflow: hidden
}

.blog-single-area .blog-section .card {
	background: #fff;
	border: 1px solid #d4d4d4;
	-webkit-transition: .5s;
	transition: .5s
}

.blog-single-area .blog-section .card .image {
	margin-bottom: 0
}

.blog-single-area .blog-section .card .content {
	padding: 20px
}

.blog-single-area .blog-section .card .content .time {
	line-height: 1;
	margin-bottom: 15px;
	color: var(--base)
}

.blog-single-area .blog-section .card .content .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative
}

.blog-single-area .blog-section .card .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1;
	background: var(--base)
}

.blog-single-area .blog-section .card .content .title a {
	color: #0a0a0a
}

.blog-single-area .blog-section .card .content .title a:hover {
	color: var(--base)
}

.blog-single-area .blog-section .card .content .btn-text {
	color: var(--base)
}

.blog-single-area .blog-section .card:hover {
	border-color: transparent;
	border-bottom-color: var(--base)
}

.blog-single-area .pagination {
	margin-top: 0
}

.blog-details-area .blog-details-desc .card {
	border: 1px solid #d4d4d4;
	background: #fff
}

.blog-details-area .blog-details-desc .card .content {
	padding: 20px 30px 40px
}

.blog-details-area .blog-details-desc .card .content .time {
	display: block;
	color: var(--base)
}

.blog-details-area .blog-details-desc .card .content .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	margin-bottom: 15px
}

.blog-details-area .blog-details-desc .card .content .info-list li {
	margin-right: 50px;
	color: #4d4d4d
}

.blog-details-area .blog-details-desc .card .content .info-list li:last-child {
	margin-right: 0
}

.blog-details-area .blog-details-desc .card .content .text {
	margin-bottom: 20px;
	color: #4d4d4d
}

.blog-details-area .blog-details-desc .card .content hr {
	margin: 15px 0
}

.blog-details-area .blog-details-desc .card .content .title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.blog-details-area .blog-details-desc .card .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	height: 2px;
	background: var(--base);
	z-index: 1
}

.blog-details-area .blog-details-desc .card .content .title a {
	color: #0a0a0a
}

.blog-details-area .blog-details-desc .card .content .title a:hover {
	color: #ec5598
}

.blog-details-area .blog-details-desc .card .content .content-list {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 25px
}

.blog-details-area .blog-details-desc .card .content .content-list li {
	margin-bottom: 5px
}

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

.blog-details-area .blog-details-desc .card .content .image {
	margin-bottom: 25px;
	border: 1px solid #d4d4d4
}

.blog-details-area .blog-details-desc .card .content .share-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-details-area .blog-details-desc .card .content .share-list li {
	margin-bottom: 15px
}

.blog-details-area .blog-details-desc .card .content .share-list li .title {
	margin-bottom: 15px;
	padding-bottom: 0
}

.blog-details-area .blog-details-desc .card .content .share-list .tags {
	color: #4d4d4d
}

.blog-details-area .blog-details-desc .card .content hr {
	margin-top: 12px;
	margin-bottom: 25px
}

.blog-details-area .blog-details-desc .card .content .comments-area {
	margin-bottom: 30px
}

.blog-details-area .blog-details-desc .card .content .comments-area h6 {
	margin-bottom: 15px
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-list .comment:last-child .comment-body {
	border: 0;
	margin-bottom: 0
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-author {
	padding-right: 16px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .comment-metadata .name {
	font-size: 18px;
	margin: 0;
	margin-right: 16px
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .list i {
	margin-right: 5px;
	vertical-align: middle
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .list li {
	display: inline-block;
	margin-right: 12px;
	font-size: 14px
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .list li:last-child {
	font-size: 12px;
	color: #4d4d4d
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px
}

.blog-details-area .blog-details-desc .card .content .comments-area .comment-body .comment-content .btn-text {
	color: var(--base)
}

.blog-details-area .blog-details-desc .card .content .comment-reply {
	border: 1px solid #d4d4d4;
	padding: 20px
}

.blog-details-area .blog-details-desc .card .content .comment-reply .title {
	padding-bottom: 0;
	margin-bottom: 15px
}

.service-details-area .service-details-desc .card .content {
	padding-top: 20px
}

.service-details-area .service-details-desc .card .content .time {
	display: block;
	color: var(--base)
}

.service-details-area .service-details-desc .card .content .text {
	margin-bottom: 20px;
	color: #4d4d4d
}

.service-details-area .service-details-desc .card .content .title {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px
}

.service-details-area .service-details-desc .card .content .title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	z-index: 1
}

.service-details-area .service-details-desc .card .content .title span::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: var(--base)
}

.service-details-area .service-details-desc .card .content .title span::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 30%;
	height: 2px;
	background: var(--base)
}

.service-details-area .service-details-desc .card .content .blockquote {
	padding: 15px;
	padding-left: 20px;
	font-size: 18px;
	border-left: 3px solid var(--base);
	margin-bottom: 30px
}

.service-details-area .service-details-desc .card .content .image {
	margin-bottom: 25px;
	border: 1px solid #d4d4d4
}

.service-details-area .faq h5 {
	color: var(--base)
}

.faq-area .panel-group .panel {
	padding-top: 0
}

.faq-area .panel-group .panel:last-child {
	padding-bottom: 0
}

.panel-group .panel {
	padding: 12px 0;
	padding-right: 10px;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 0
}

.panel-group .panel .panel-heading {
	background: #fff;
	position: relative
}

.panel-group .panel-title {
	margin: 0
}

.panel-group .panel-title a {
	display: block;
	padding: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #0a0a0a
}

.panel-group .panel-title a:before {
	content: "\eaed";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 8px;
	font-family: boxicons!important;
	background: #fff;
	color: var(--base);
	border: 1px solid var(--base);
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.panel-group .panel-title a.collapsed:before {
	content: "\eb21";
	background: #fff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d
}

.panel-group .panel-body {
	padding: 0;
	padding-bottom: 0;
	padding-left: 50px;
	border: 0;
	background: #fff;
	position: relative;
	margin-top: 2px
}

.panel-group .panel-body p {
	color: #4d4d4d;
	margin: 0
}

.contact-map .map {
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	height: 0;
	border: none
}

.contact-map .map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border: 0
}

.error-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	overflow: hidden
}

.error-area .error-content {
	text-align: center
}

.error-area .error-content h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 40px;
	color: #0a0a0a
}

.error-area .error-content p {
	max-width: 500px;
	margin: auto;
	color: #4d4d4d
}

.error-area .error-content .primary-btn {
	margin-top: 30px
}

.error-area .error-content svg {
	max-width: 400px
}

.coming-soon-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	overflow: hidden;
	background: url(../images/comingsoon-bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	z-index: 1
}

.coming-soon-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .7;
	background: #0a0a0a;
	z-index: -1
}

.coming-soon-section .coming-soon-box {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(77, 77, 77, .1);
	box-shadow: 0 0 25px 0 rgba(77, 77, 77, .1)
}

.coming-soon-section .coming-soon-box .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 30px
}

.coming-soon-section .coming-soon-box .title-box h2 {
	color: #0a0a0a;
	margin-bottom: 10px;
	margin-top: -5px
}

.coming-soon-section .coming-soon-box .title-box p {
	color: #4d4d4d;
	margin-bottom: 0
}

.coming-soon-section .coming-soon-box #timer .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 120px;
	width: 130px;
	margin: 0 auto;
	background-color: #fff;
	margin: 0 10px 30px;
	text-align: center;
	-webkit-box-shadow: 0 0 25px 0 rgba(77, 77, 77, .1);
	box-shadow: 0 0 25px 0 rgba(77, 77, 77, .1);
	z-index: 1
}

.coming-soon-section .coming-soon-box #timer .count::after {
	position: absolute;
	content: '';
	top: 1%;
	left: 1%;
	display: block;
	height: 98%;
	width: 98%;
	margin: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background: #fff;
	z-index: -1
}

.coming-soon-section .coming-soon-box #timer .count::before {
	position: absolute;
	content: '';
	display: block;
	top: -50%;
	left: -50%;
	z-index: -2;
	opacity: .6;
	display: block;
	height: 200%;
	width: 200%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(40%, #fff), color-stop(50%, var(--base)), color-stop(55%, var(--base)), color-stop(70%, #fff), to(#fff));
	background: linear-gradient(to right, #fff 20%, #fff 40%, var(--base) 50%, var(--base) 55%, #fff 70%, #fff 100%);
	background-size: 200% auto;
	-webkit-animation: shine 3s linear infinite;
	animation: shine 3s linear infinite
}

@-webkit-keyframes shine {
	to {
		background-position: 200% center
	}
}

@keyframes shine {
	to {
		background-position: 200% center
	}
}

.coming-soon-section .coming-soon-box #timer .h1 {
	font-weight: 700;
	margin-bottom: 0;
	color: var(--base)
}

.coming-soon-section .coming-soon-box #timer span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #4d4d4d
}

.aside-widget-area .title {
	text-transform: capitalize
}

.aside-widget-area .widget-search .search-form {
	position: relative
}

.aside-widget-area .widget-search .search-form .form-control {
	background-color: #cfe4e3;
	border: none
}

.aside-widget-area .widget-search .search-form button {
	border: none;
	color: #0a0a0a;
	position: absolute;
	right: 16px;
	top: 50%;
	font-size: 18px;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms
}

.aside-widget-area .widget-search .search-form button i {
	vertical-align: middle
}

.aside-widget-area .widget-category h3 {
	margin-bottom: 20px
}

.aside-widget-area .widget-category .nav-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 1px solid #d4d4d4
}

.aside-widget-area .widget-category .nav-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 14px 16px;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	-webkit-transition: .5s;
	transition: .5s
}

.aside-widget-area .widget-category .nav-list li:last-child {
	border-color: transparent
}

.aside-widget-area .widget-category .nav-list li a {
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: .2s;
	transition: .2s;
	color: #4d4d4d
}

.aside-widget-area .widget-category .nav-list li.active,
.aside-widget-area .widget-category .nav-list li:hover {
	background: var(--base);
	color: #fff
}

.aside-widget-area .widget-category .nav-list li.active a,
.aside-widget-area .widget-category .nav-list li:hover a {
	color: #fff
}

.aside-widget-area .widget-post h3 {
	margin-bottom: 20px
}

.aside-widget-area .widget-post .article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4
}

.aside-widget-area .widget-post .article-item .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	overflow: hidden
}

.aside-widget-area .widget-post .article-item .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.aside-widget-area .widget-post .article-item .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	background: #fff;
	padding-left: 10px
}

.aside-widget-area .widget-post .article-item .content h3 {
	margin-bottom: 10px;
	font-size: 17px
}

.aside-widget-area .widget-post .article-item .content h3 a {
	color: #0a0a0a
}

.aside-widget-area .widget-post .article-item .content h3 a:hover {
	color: var(--base)
}

.aside-widget-area .widget-post .article-item .content .author {
	color: #4d4d4d
}

.aside-widget-area .widget-post .article-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.aside-widget-area .widget-post .article-item:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.aside-widget-area .widget-tag {
	margin-bottom: 20px
}

.aside-widget-area .widget-tag h3 {
	margin-bottom: 20px
}

.aside-widget-area .tags a {
	display: inline-block;
	text-align: center;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #cfe4e3
}

.aside-widget-area .widget-product h3 {
	margin-bottom: 20px
}

.aside-widget-area .widget-product .article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4
}

.aside-widget-area .widget-product .article-item .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	overflow: hidden
}

.aside-widget-area .widget-product .article-item .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.aside-widget-area .widget-product .article-item .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	background: #fff;
	padding-left: 10px
}

.aside-widget-area .widget-product .article-item .content h3 {
	margin-bottom: 10px;
	font-size: 17px
}

.aside-widget-area .widget-product .article-item .content h3 a {
	color: #0a0a0a
}

.aside-widget-area .widget-product .article-item .content h3 a:hover {
	color: var(--base)
}

.aside-widget-area .widget-product .article-item .content .price-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.aside-widget-area .widget-product .article-item .content .price-list li {
	font-weight: 500;
	color: var(--base);
	display: inline-block;
	margin-right: 12px;
	color: var(--base)
}

.aside-widget-area .widget-product .article-item .content .price-list li:last-child {
	margin-right: 0
}

.aside-widget-area .widget-product .article-item .content .price-list li:first-child {
	text-decoration: line-through;
	color: #4d4d4d
}

.aside-widget-area .widget-product .article-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.aside-widget-area .widget-product .article-item:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.terms-area .image,
.privacy-area .image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px
}

.terms-area .image img,
.privacy-area .image img {
	-webkit-transition: .5s;
	transition: .5s
}

.terms-area .image img:hover,
.privacy-area .image img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.terms-area .content h3,
.privacy-area .content h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 25px
}

.terms-area .content p,
.privacy-area .content p {
	margin-bottom: 0
}

.footer-area {
	background-color: #333
}

.footer-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.footer-area .navbar-brand {
	margin-bottom: 20px;
	padding: 0
}

.footer-area h3 {
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #fff
}

.footer-area p {
	color: #ccc;
	margin-bottom: 20px
}

.footer-area .pt-170 {
	padding-top: 170px
}

.footer-area .border-right {
	border-right: 1px dashed var(--light-05)!important;
        padding-right: 30px;
}

.footer-area .border-top {
	border-top: 1px dashed var(--light-05)!important
}

.footer-area .footer-top {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.footer-area .footer-top .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background: url(../img/footer-bg.png) no-repeat center;
	background-size: 120%;
	z-index: -1
}

.footer-area .footer-links li {
	margin-bottom: 15px
}

.footer-area .footer-links li:last-child {
	margin-bottom: 0
}

.footer-area .footer-links li a {
	color: #ccc
}

.footer-area .footer-links li a:hover {
	color: var(--base)
}

.footer-area .copy-right-area .copy-right-content {
	padding: 30px 0;
	text-align: center;
	color: var(--branco)
}

.footer-area .copy-right-area .copy-right-content a {
	color: #fff
}

.footer-area.style-two {
	background-color: #0a0a0a;
	position: relative;
	z-index: 1
}

.footer-area.style-two::before {
	position: absolute;
	content: '';
	right: 0;
	top: 10%;
	width: calc(100% - 1160px);
	height: 1px;
	opacity: .2;
	background: #ec5598;
	z-index: -1
}

@media(min-width:1200px) {
	.footer-area.style-two::before {
		width: calc(100% - 1140px)
	}
}

.footer-area.style-two .container {
	position: relative;
	z-index: 2;
	background-color: #0a0a0a
}

.footer-area.style-two .container::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	opacity: .2;
	background: #ec5598
}

.footer-area.style-two .border-right {
	border-right: 1px solid rgba(236, 85, 152, .2)!important
}

.footer-area.style-two .border-top {
	border-top-color: transparent!important
}

.footer-area.style-two .footer-links li a:hover {
	color: #ec5598
}

.footer-area.style-two .social-link a {
	border: 1px solid #ec5598;
	color: #ec5598
}

.footer-area.style-two .social-link a:hover {
	background: #ec5598;
	border-color: transparent;
	color: #fff
}

.footer-area.style-two .copy-right-area {
	position: relative
}

.footer-area.style-two .copy-right-area::after {
	position: absolute;
	content: '';
	right: -15px;
	left: 0;
	top: 0;
	width: calc(100% + 15px);
	border-top: 1px solid rgba(236, 85, 152, .2)!important;
	background: #ec5598;
	opacity: .4
}

.footer-area.style-two .copy-right-area .copy-right-content {
	color: #ec5598
}

.footer-area.style-three {
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.footer-area.style-three::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: rgba(42, 45, 44, .9)
}

.footer-area.style-three .container {
	position: relative
}

.footer-area.style-three .container::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	opacity: .2;
	background: #e8d2b8
}

.footer-area.style-three .border-right {
	border-right: 1px solid rgba(232, 210, 184, .2)!important
}

.footer-area.style-three .border-top {
	border-top-color: transparent!important
}

.footer-area.style-three .footer-links li a:hover {
	color: #e8d2b8
}

.footer-area.style-three .social-link a {
	border: 1px solid #e8d2b8;
	color: #e8d2b8
}

.footer-area.style-three .social-link a:hover {
	background: #e8d2b8;
	border-color: transparent;
	color: #fff
}

.footer-area.style-three .copy-right-area {
	position: relative
}

.footer-area.style-three .copy-right-area::after {
	position: absolute;
	content: '';
	right: -15px;
	left: 0;
	top: 0;
	width: calc(100% + 15px);
	border-top: 1px solid rgba(232, 210, 184, .2)!important
}

.footer-area.style-three .copy-right-area .copy-right-content {
	color: #fff
}

.go-top {
	position: fixed;
	bottom: -15%;
	right: 3%;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: var(--base);
	padding: 8px 13px;
	z-index: 100;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top i {
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover i {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

@media(max-width:767px) {
	.go-top {
		font-size: 18px
	}
}

.go-top.active {
	bottom: 3%;
	opacity: 1;
	visibility: visible
}

.go-top.style-two {
	background: #ec5598
}

.go-top.style-three {
	background: var(--base)
}

.owl-carousel .owl-nav button[class*=owl-] {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #fff;
	color: var(--base);
	margin-right: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	font: inherit
}

.owl-carousel .owl-nav button[class*=owl-]:last-child {
	margin-right: 0
}

.owl-carousel .owl-nav button[class*=owl-] i {
	font-size: 22px;
	margin-top: 4px
}

.owl-carousel .owl-nav button[class*=owl-]:hover {
	color: #fff;
	background: var(--base)
}

.owl-carousel .owl-dots {
	line-height: 0
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 2px;
	margin-right: 10px;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}

.owl-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.owl-carousel .owl-dots .owl-dot.active {
	width: 40px;
	background: var(--base)
}

#preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 999999
}

#preloader .loader {
	display: block;
	height: 32px;
	width: 32px;
	-webkit-animation: spin1 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: spin1 2s cubic-bezier(.77, 0, .175, 1) infinite
}

#preloader .loader::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
	-webkit-animation: spin2 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: spin2 2s cubic-bezier(.77, 0, .175, 1) infinite
}

#preloader .loader::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
	-webkit-animation: spin3 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: spin3 2s cubic-bezier(.77, 0, .175, 1) infinite
}

#preloader .loader span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 32px;
	width: 32px
}

#preloader .loader span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
	-webkit-animation: spin4 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: spin4 2s cubic-bezier(.77, 0, .175, 1) infinite
}

#preloader .loader span::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--red);
	border-radius: 50%;
	-webkit-animation: spin5 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: spin5 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spin2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(24px, 0, 0) scale(.5);
		transform: translate3d(24px, 0, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes spin2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(24px, 0, 0) scale(.5);
		transform: translate3d(24px, 0, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@-webkit-keyframes spin3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(-24px, 0, 0) scale(.5);
		transform: translate3d(-24px, 0, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes spin3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(-24px, 0, 0) scale(.5);
		transform: translate3d(-24px, 0, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@-webkit-keyframes spin4 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(0, 24px, 0) scale(.5);
		transform: translate3d(0, 24px, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes spin4 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(0, 24px, 0) scale(.5);
		transform: translate3d(0, 24px, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@-webkit-keyframes spin5 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(0, -24px, 0) scale(.5);
		transform: translate3d(0, -24px, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes spin5 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	50% {
		-webkit-transform: translate3d(0, -24px, 0) scale(.5);
		transform: translate3d(0, -24px, 0) scale(.5)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
}

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

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

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	#preloader {
		display: none
	}
	.card {
		display: block
	}
	.promo-contact-section .card,
	.gallery-section .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.nice-select {
		float: none
	}
	.product-reviews .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.orelhas-panel {
    z-index: 99;
    position: fixed;
    right: 0;
    top: 212px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.orelhas-panel>li {
    vertical-align: top;
    
    background: #3a3b3c;border-radius: 0px;
    border-bottom:1px dashed #818586;
}
.orelhas-panel>li:first-child {
border-radius: 10px 0 0 0px;
}
.orelhas-panel>li:last-child {
border-radius: 0px 0 0 10px;
border-bottom:none;
}
.orelhas-panel>li>a {
    padding: 9px 5px 0 7px;
    cursor: pointer;
    display: block;
    width: 100px;
    height: 92px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}
.orelhas-panel>li>a img {
    display: block;
}
.orelhas-panel>li:hover {
    background: var(--red);
}
     .lista-especialidades ul li { list-style: none; margin-bottom: 30px}
       .lista-especialidades ul li h3{ color:var(--azul1);}
       .appointment-form { background: var(--base);border-radius: 10px;}
       .appointment-form { position: relative; top:-70px; padding: 20px}
        .appointment-form  h2{ color:#fff !important;    font-size: 2rem;
    margin-bottom: 30px;}
 .nice-select {
  border: solid 1px #d4d4d4;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 15px;
}
.nice-select .list {border-radius: 0;width: 100%;    margin-top: 0;}
.nice-select .list li {margin-bottom: 0;}

 /*blog masonory*/

.blog-pg-section h2  { font-size: 1.8rem; font-weight: 400;}
@media screen and (min-width: 1200px) {
  .blog-pg-section .blog-content {
    padding-right: 30px;
  }
}
.blog-pg-section .blog-content .post {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 15px;
  }
}
.blog-pg-section .entry-details {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.blog-pg-section .entry-details .entry-meta {
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-pg-section .entry-details .entry-meta > div {
  float: left;
  position: relative;
}
.blog-pg-section .entry-details .entry-meta > div:last-child {
  margin-left: 25px;
}
.blog-pg-section .entry-details .entry-meta > div:last-child:before {
  content: "";
  background-color: #606060;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  left: -11px;
  top: 2px;
}
.blog-pg-section .entry-details .entry-meta .date,
.blog-pg-section .entry-details .entry-meta .tags {
  font-family: "futura-pt-demi", sans-serif;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-pg-section .entry-details .entry-meta .tags a {
  color: #787878;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.blog-pg-section .entry-details .entry-meta .tags a:hover {
  color: #000;
}
.blog-pg-section .entry-details .entry-meta .tags > a + a:before {
  content: "'";
  position: absolute;
  left: -9px;
  bottom: -5px;
}
.blog-pg-section .entry-details .read-more {
  font-family: "futura-pt-demi", sans-serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  color: #000;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-pg-section .entry-details .read-more i {
  position: relative;
  top: 1px;
}
.blog-pg-section .entry-details .read-more i:before {
  font-size: 14px;
}
.blog-pg-section .entry-details .read-more:hover {
  text-decoration: underline;
}
.blog-pg-section .post h3 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.blog-pg-section .post h3 a {
  color: #000;
}
.blog-pg-section .post h3 a:hover {
  text-decoration: underline;
}
.blog-pg-section .post p {
  margin-bottom: 1.8em;
}
@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
  border: 1px solid #e9ebef;
  padding: 45px 35px;
}
@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
    padding: 35px 20px;
  }
}
.blog-pg-section .format-gallery {
  position: relative;
}
.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #c2572b;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.blog-pg-section .format-quote {
  position: relative;
}
.blog-pg-section .format-quote:before {
  font-family: "futura-pt-demi", sans-serif;
  content: "Q";
  font-size: 160px;
  font-size: 10.6666666667rem;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 162px;
  top: -20px;
}
.blog-pg-section .format-quote h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0;
}
.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}
.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}
.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 70px;
  font-size: 4.6666666667rem;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-masonry-4-columns .container-fluid {
    padding: 0 80px;
  }
}
.blog-masonry-4-columns .blog-content {
  padding-right: 0;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .blog-masonry-4-columns .blog-content {
    margin: 0 -7.5px;
  }
}
@media (max-width: 650px) {
  .blog-masonry-4-columns .blog-content {
    margin: 0;
  }
}
.blog-masonry-4-columns .post {
  width: 25%;
  float: left;
  clear: none;
  padding: 0 15px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-masonry-4-columns .post {
    width: 33.33%;
    padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
  .blog-masonry-4-columns .post {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .blog-masonry-4-columns .post {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.blog-masonry-4-columns .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .blog-masonry-4-columns .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-masonry-4-columns .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-pg-left-sidebar .blog-content {
    padding: 0 0 0 45px;
  }
}
/*pop up form*/


.form-popup,
.success-message {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.form-popup .form-wrapper {
    top: 0em;
    max-width: 700px;
    background: white;
    padding: 20px;
    padding-top: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: scroll;    height: 100%;
}
.form-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.close-form {
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    padding: 10px 30px;
    background-color: var(--base);
    border: 2px solid var(--base);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: .3s;
}
.send-form {
    cursor: pointer;
    padding: 10px 30px;
    background-color: var(--base);
    border: 2px solid var(--base);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
}
.form-control:focus {
    border-color: var(--base);
    box-shadow: 0 0 0 0.2rem rgba(131, 181, 102, 0.25);
}

/**/
.formpopup {}

.formpopup .btn-success.tarde { background-color: #efefef; border-color: #efefef; color:#555}
.formpopup .btn-success {
   color: #00a19a;
    border-color: #00a19a;
    background-color: transparent;
}
.formpopup .btn-success:hover, .formpopup .btn-success:focus, .formpopup .btn-success.active {
   color: #fff;
    border-color: #00a19a;
    background-color: #00a19a;
}
.formpopup .btn-check:active+.btn-success, .formpopup .btn-check:checked+.btn-success, .formpopup .btn-success.active, .formpopup .btn-success:active, .formpopup .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--azul2);
    border-color: var(--azul2);
}
.formpopup .btn-check:active+.btn-success:focus, 
.formpopup .btn-check:checked+.btn-success:focus, 
.formpopup .btn-success.active:focus, 
.formpopup .btn-success:active:focus, 
.formpopup .show>.btn-success.dropdown-toggle:focus,
.btn-check:focus+.btn-success, .btn-success:focus {
    box-shadow: 0 0 0 0rem rgb(255 255 255 / 50%);
}

/*ideis*/
.grecaptcha-badge { visibility: hidden; }
.swal2-container {
    z-index:10000;
}
.asss{width: 17px;
    height: 16px;
    top: 2px;
    color:#000;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMDAgMzAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMzQuMDY5LDEzNGgtODYuOTAyYy03LjEyMSwwLTEzLjE2Nyw1LjQwNi0xMy4xNjcsMTIuNTI3djc2LjU0OWMwLDcuMTIxLDAsMTguNzc1LDAsMjUuODk4djEyLjQzOA0KCQljMCw3LjExOSw0LjQ3Miw5LjA4NCw5LjgwNSw0LjM2NGwyMy45NjEtMjEuMTgyYzUuMzMzLTQuNzIyLDE1LjU3OC04LjU5OCwyMi42OTktOC41OThoNDMuNjA0YzcuMTIxLDAsMTIuOTMyLTUuNzk5LDEyLjkzMi0xMi45MjQNCgkJdi03Ni41NDlDMjQ3LDEzOS40MDYsMjQxLjE5LDEzNCwyMzQuMDY5LDEzNHogTTE3Mi4yNzMsMTg5Ljc2MmMtMy42OTIsMC02LjY4Ny0yLjk5Mi02LjY4Ny02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg3LTYuNjg5DQoJCWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzE3OC45NiwxODYuNzcsMTc1Ljk2NywxODkuNzYyLDE3Mi4yNzMsMTg5Ljc2MnogTTE5MS43OSwxODkuNzYyDQoJCWMtMy42OTMsMC02LjY4OC0yLjk5Mi02LjY4OC02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg4LTYuNjg5YzMuNjkzLDAsNi42ODcsMi45OTYsNi42ODcsNi42ODkNCgkJQzE5OC40NzcsMTg2Ljc3LDE5NS40ODMsMTg5Ljc2MiwxOTEuNzksMTg5Ljc2MnogTTIxMS40NDMsMTg5Ljc2MmMtMy42OTIsMC02LjY4NS0yLjk5Mi02LjY4NS02LjY4NA0KCQljMC0zLjY5MywyLjk5MS02LjY4OSw2LjY4NS02LjY4OWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzIxOC4xMzIsMTg2Ljc3LDIxNS4xMzcsMTg5Ljc2MiwyMTEuNDQzLDE4OS43NjJ6Ii8+DQoJPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNjMuNDY5IiBjeT0iNjMuNzIiIHI9IjQ4LjI5OCIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAsMjY5LjQ3MWMwLDguNTc2LTYuOTUzLDE1LjUyOS0xNS41MjksMTUuNTI5SDMzLjUyOUMyNC45NTMsMjg1LDE4LDI3OC4wNDcsMTgsMjY5LjQ3MVYxNDguNTI5DQoJCUMxOCwxMzkuOTUzLDI0Ljk1MywxMzMsMzMuNTI5LDEzM2g2MC45NDJjOC41NzYsMCwxNS41MjksNi45NTMsMTUuNTI5LDE1LjUyOVYyNjkuNDcxeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yODUsOTQuNDcxYzAsOC41NzYtNi45NTIsMTUuNTI5LTE1LjUyOCwxNS41MjlIMTQ4LjUyOEMxMzkuOTUyLDExMCwxMzMsMTAzLjA0NywxMzMsOTQuNDcxVjMzLjUyOQ0KCQlDMTMzLDI0Ljk1MywxMzkuOTUyLDE4LDE0OC41MjgsMThoMTIwLjk0M0MyNzguMDQ4LDE4LDI4NSwyNC45NTMsMjg1LDMzLjUyOVY5NC40NzF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    box-shadow: none;
}

.border-right {
	border-right: 1px dashed var(--light-05)!important;}

    .copy-ideias{
    width: 15px;
    height: 15px;
    top: 3px;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
	
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='130px' height='130px' viewBox='0 0 130 130' enable-background='new 0 0 130 130' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M125.854 39.375c0 3.906-3.17 7.077-7.076 7.077H63.677c-3.906 0-7.076-3.171-7.076-7.077V11.61c0-3.908 3.169-7.073 7.076-7.073h55.099c3.908 0 7.076 3.165 7.076 7.073v27.765H125.854z M46.126 119.102c0 3.904-3.167 7.07-7.073 7.07H11.286c-3.905 0-7.073-3.166-7.073-7.07V64.001c0-3.906 3.168-7.073 7.073-7.073h27.767c3.906 0 7.073 3.167 7.073 7.073V119.102z M46.931 25.365c0-12.155-9.85-22.002-22.004-22.002c-12.152 0-22.002 9.848-22.002 22.002c0 12.152 9.85 22.004 22.002 22.004C37.081 47.369 46.931 37.517 46.931 25.365z M83.387 82.785c-1.679 0-3.047-1.363-3.047-3.042c0-1.685 1.368-3.052 3.047-3.052c1.684 0 3.047 1.367 3.047 3.052C86.434 81.422 85.068 82.785 83.387 82.785z M74.496 82.785c-1.686 0-3.042-1.363-3.042-3.042c0-1.685 1.356-3.052 3.042-3.052s3.042 1.367 3.042 3.052C77.538 81.422 76.182 82.785 74.496 82.785z M92.338 82.785c-1.679 0-3.042-1.363-3.042-3.042c0-1.685 1.363-3.052 3.042-3.052c1.684 0 3.051 1.367 3.051 3.052C95.389 81.422 94.021 82.785 92.338 82.785z M102.648 57.384H63.059c-3.244 0-6 2.461-6 5.708v34.872c0 3.243 0 8.554 0 11.8v5.67c0 3.238 2.035 4.133 4.467 1.984l10.914-9.652c2.435-2.146 7.099-3.914 10.343-3.914l19.866-0.004c3.244 0 5.893-2.641 5.893-5.884V63.09C108.541 59.845 105.895 57.384 102.648 57.384z'/%3E%3C/svg%3E");

}