@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap";

body {
	font-family: poppins, sans-serif;
	color: #2e2e30;
	background-color: #fff;
	font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-family: playfair display, serif;
	color: #0b0320
}

p {
	line-height: 1.7;
	color: #2e2e30
}.custom-gallery-item.custom-gallery-item

a {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	text-decoration: none;
	color: #f68d40
}
a{
    text-decoration:none !important;
}
a:hover {
	color: #0b0320
}

img {
	max-width: 100%
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-100 {
	padding-bottom: 100px
}

button:focus {
	outline: 0
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-light .navbar-brand .logo-two {
	display: none
}
.mobile-nav img ,
.navbar-brand img ,
.footer-item .footer-logo img {
	height: 43px;
}
.navbar-area .side-nav {
	position: relative;
	top: 4px
}

.navbar-area .side-nav .nav-cart {
	width: 42px;
	height: 42px;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #0b0320;
	color: #0b0320;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	position: relative
}

.navbar-area .side-nav .nav-cart:hover {
	color: #fff;
	background-color: #0b0320
}

.navbar-area .side-nav .nav-cart span {
	display: inline-block;
	color: #fff;
	background-color: #0b0320;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: -5px;
	font-weight: 500
}

.navbar-area .side-nav .nav-tel {
	color: #0b0320;
	border-radius: 50px;
	padding: 12px 15px;
	background-color: #f68d40;
	font-size: 14px;
	position: relative;
	top: -6px;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.navbar-area .side-nav .nav-tel i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 3px
}

.navbar-area .side-nav .nav-tel:hover {
	color: #fff;
	background-color: #0b0320
}

.main-nav {
	background: 0 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: auto
}

.main-nav nav .navbar-nav .nav-link:focus,
.main-nav nav .navbar-nav .nav-link:hover {
	color: #f68d40
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #f68d40
}

.main-nav nav .navbar-nav .nav-item a {
	font-weight: 400;
	font-size: 15px;
	color: #000;
	font-family: poppins, sans-serif;
	text-transform: unset
}
.main-nav.main-nav-three nav .navbar-nav .nav-item a,
.main-nav.menu-shrink nav .navbar-nav .nav-item a {
	color: #0b0320;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
	color: #f68d40
}

.main-nav nav .navbar-nav .nav-item a:hover i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #f68d40
}

.main-nav nav .navbar-nav .nav-item a i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 2px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background: #fff;
	padding: 0;
	border: 0;
	border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #0b032026;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover {
	padding-left: 10px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover:before {
	opacity: 1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #f68d40;
	text-transform: unset
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	left: 0;
	top: 22px;
	background-color: #f68d40;
	opacity: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #0b0320;
	padding: 12px 15px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #f68d40
}

.main-nav .dropdown-toggle::after {
	display: none
}

.menu-shrink {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd8c;
	box-shadow: 0 0 20px 0 #dddddd8c
}

.banner-area {
	height: 900px;
	position: relative
}

.banner-area .banner-shape img {
	position: absolute;
	z-index: -1
}

.banner-area .banner-shape img:nth-child(1) {
	bottom: 125px;
	left: 165px
}

.banner-area .banner-shape img:nth-child(2) {
	top: 130px;
	left: 170px;
	margin-left: auto;
	margin-right: auto
}

.banner-area .banner-shape img:nth-child(3) {
	bottom: 30px;
	left: 0;
	right: 20px;
	margin-left: auto;
	margin-right: auto
}

.banner-area .banner-shape img:nth-child(4) {
	top: 275px;
	right: 0;
	max-width: 140px
}

.banner-area .banner-content h1 {
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 20px
}

.banner-area .banner-content p {
	margin-bottom: 30px
}

.banner-area .banner-content form {
	position: relative
}

.banner-area .banner-content form ::-webkit-input-placeholder {
	color: #a5a4a9
}

.banner-area .banner-content form :-ms-input-placeholder {
	color: #a5a4a9
}

.banner-area .banner-content form ::-ms-input-placeholder {
	color: #a5a4a9
}

.banner-area .banner-content form ::placeholder {
	color: #a5a4a9
}

.banner-area .banner-content form .form-control {
	font-size: 16px;
	padding-left: 25px;
	border: 0;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd5c;
	box-shadow: 0 0 20px 0 #dddddd5c;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px
}

.banner-area .banner-content form .form-control:focus {
	-webkit-box-shadow: 0 0 20px 0 #dddddd5c;
	box-shadow: 0 0 20px 0 #dddddd5c;
	border: 0
}

.banner-area .banner-content form .banner-form-btn {
	font-weight: 500;
	font-size: 15px;
	color: #0b0320;
	border-radius: 50px;
	background-color: #f68d40;
	padding: 12px 32px;
	position: absolute;
	top: 10px;
	right: 12px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.banner-area .banner-content form .banner-form-btn:hover {
	color: #fff;
	background-color: #0b0320
}

.banner-area .owl-theme .owl-nav {
	margin-top: -5px;
	position: relative;
	right: 0;
	left: 0
}

.banner-area .banner-slider .owl-prev {
	font-size: 55px !important;
	color: #f68d40 !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.banner-area .banner-slider .owl-prev:hover {
	color: #0b0320 !important;
	background-color: transparent !important
}

.banner-area .banner-slider .owl-next {
	font-size: 55px !important;
	color: #f68d40 !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.banner-area .banner-slider .owl-next:hover {
	color: #0b0320 !important;
	background-color: transparent !important
}

.section-title {
	margin-bottom: 50px;
	text-align: center;
	margin-top: -8px
}

.section-title .sub-title {
	font-weight: 500;
	font-size: 16px;
	color: #f68d40;
	display: block;
	margin-bottom: 8px
}

.section-title h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 16px
}

.section-title p {
	max-width: 580px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto
}

.feature-area .section-title {
	text-align: left
}

.feature-area .section-title p {
	margin-left: 0
}

.feature-item {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.feature-item img {
	width: 100%;
	border-radius: 25px
}

.feature-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.feature-item:hover .feature-inner ul li a {
	background-color: #0b0320
}

.feature-item .feature-inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	background-color: #fff;
	max-width: 310px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px
}

.feature-item .feature-inner ul {
	margin: 0;
	padding: 0;
	position: relative
}

.feature-item .feature-inner ul li {
	list-style-type: none;
	display: inline-block
}

.feature-item .feature-inner ul li img {
	position: relative;
	top: -2px
}

.feature-item .feature-inner ul li span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #0b0320;
	margin-left: 12px
}

.feature-item .feature-inner ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background-color: #f68d40;
	position: absolute;
	right: 7px;
	top: -7px
}

.service-area {
	background-color: #fffdf9
}

.service-area .service-item {
	text-align: center;
	padding: 32px 20px 30px;
	border-radius: 25px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: relative
}

.service-area .service-item a {
	display: block
}

.service-area .service-item:hover {
	background-color: #f68d40
}

.service-area .service-item:hover .service-shape {
	opacity: 1
}

.service-area .service-item:hover h3 {
	color: #fff
}

.service-area .service-item:hover p {
	color: #fff
}

.service-area .service-item.service-item-partners {
    padding:30px 20px;
}
.service-area .service-item.service-item-partners:hover {
    background-color:unset;
}
.service-area .service-item.service-item-partners img {
    margin-bottom:0;    
    object-fit:contain;
}

.service-area .service-item img {
	margin-bottom: 20px;
	width: 80px !important;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.service-area .service-item .service-shape {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0
}

.service-area .service-item h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	color: #0b0320
}

.service-area .service-item p {
	margin-bottom: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	color: #2e2e30
}

.service-area .service-slider {
	margin-bottom: -9px
}

.service-area .service-slider .center {
	background-color: #f68d40;
	border-radius: 25px
}

.service-area .service-slider .center .service-shape {
	opacity: 1
}

.service-area .service-slider .center h3 {
	color: #fff
}

.service-area .service-slider .center p {
	color: #fff
}

.service-area .service-slider .owl-prev {
	height: 40px;
	width: 40px;
	line-height: 45px !important;
	border-radius: 50% !important;
	text-align: center;
	color: #fff !important;
	background-color: #ffe7a2 !important;
	font-size: 25px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: absolute;
	top: 45%;
	left: -55px;
	opacity: 0
}

.service-area .service-slider .owl-prev:hover {
	background-color: #f68d40 !important
}

.service-area .service-slider .owl-next {
	height: 40px;
	width: 40px;
	line-height: 45px !important;
	border-radius: 50% !important;
	text-align: center;
	color: #fff !important;
	background-color: #ffe7a2 !important;
	font-size: 25px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: absolute;
	top: 45%;
	right: -55px;
	opacity: 0
}

.service-area .service-slider .owl-next:hover {
	background-color: #f68d40 !important
}

.service-area .service-slider:hover .owl-prev {
	opacity: 1;
	left: -48px
}

.service-area .service-slider:hover .owl-next {
	opacity: 1;
	right: -48px
}

.restant-area {
	padding-top: 150px;
	position: relative;
	padding-bottom: 130px
}

.restant-area .restant-shape img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 150px
}

.restant-area .restant-content {
	max-width: 600px;
	padding-left: 20px
}

.restant-area .restant-content .section-title {
	text-align: left;
	margin-bottom: 35px
}

.restant-area .restant-content .section-title p {
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px
}

.restant-area .restant-img {
	text-align: center;
	position: relative;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto
}

.restant-area .restant-img img:nth-child(1) {
	position: relative;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto
}

.restant-area .restant-img img:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
	-webkit-animation: restant-amination 10s infinite linear;
	animation: restant-amination 10s infinite linear
}

.restant-area .restant-img img:nth-child(3) {
	position: absolute;
	top: 175px;
	right: -50px;
	max-width: 260px;
	-webkit-animation: restant-amination 10s infinite linear;
	animation: restant-amination 10s infinite linear
}

.restant-area .restant-img img:nth-child(4) {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 260px;
	bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: restant-amination 10s infinite linear;
	animation: restant-amination 10s infinite linear
}

.restant-area .restant-img img:nth-child(5) {
	position: absolute;
	top: 160px;
	left: -65px;
	max-width: 275px;
	-webkit-animation: restant-amination 10s infinite linear;
	animation: restant-amination 10s infinite linear
}

.cmn-btn {
	font-weight: 500;
	font-size: 15px;
	color: #0b0320;
	background-color: #f68d40;
	padding: 12px 30px;
	border-radius: 50px;
	display: inline-block
}

.cmn-btn:hover {
	background-color: #0b0320;
	color: #fff
}

@-webkit-keyframes restant-amination {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	70% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes restant-amination {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	70% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.collection-area .more-collection {
	text-align: center
}

.collection-area .more-collection a {
	display: inline-block;
	font-weight: 500;
	color: #0b0320;
	font-size: 18px;
	border-bottom: 1px solid #0b0320
}

.collection-area .more-collection a:hover {
	color: #f68d40;
	border-bottom: 1px solid #f68d40
}

.collection-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd82;
	box-shadow: 0 0 20px 0 #dddddd82;
	border-radius: 10px 10px 0 0;
	overflow: hidden
}
.c-item-custom {
    padding: 1em 2em;
    height: 150px;
}
.c-item-custom .collection-top,
.c-item-custom img{
    height:100%!important;
}

.collection-item-border {
	border-radius: 10px!important;
}

#Container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
#Container .overlay a {
	background: rgba(255, 255, 255, 0.7);
	opacity: 0.7;
	padding: 1em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Container .overlay a img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.custom-gallery-item{
    position:relative;
}
.custom-gallery-item a{
      width: 100%;
      height: 260px;
      display: block;
}
.custom-gallery-item a img{
      width: 100%;
      height: 100%;
}

.collection-item:hover .collection-top ul {
	opacity: 1;
	bottom: 0
}

.collection-item:hover .collection-top .add-cart {
	right: 10px
}

.collection-item:hover .collection-top .add-cart a {
	opacity: 1
}

.collection-item .collection-top {
	position: relative
}

.collection-item .collection-top img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	object-fit:contain
}
.custom-height{
	height:250px!important;
}

.collection-item .collection-top ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 4px 15px;
	border-radius: 8px 8px 0 0;
	max-width: 128px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 6px 15px 0 #dddddd40;
	box-shadow: 0 6px 15px 0 #dddddd40;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.collection-item .collection-top ul li {
	list-style-type: none;
	display: inline-block
}

.collection-item .collection-top ul li i {
	color: #ddd;
	display: block
}

.collection-item .collection-top ul li .checked {
	color: #ffc107
}

.collection-item .collection-top .add-cart {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: -15px
}

.collection-item .collection-top .add-cart a {
	display: block;
	color: #0b0320;
	background-color: #fff;
	border-radius: 5px;
	padding: 4px 12px 8px;
	font-size: 13px;
	opacity: 0
}

.collection-item .collection-top .add-cart a i {
	display: inline-block;
	color: #f68d40;
	font-size: 22px;
	position: relative;
	top: 4px;
	margin-right: 3px
}

.collection-item .collection-top .add-cart a:hover {
	color: #fff;
	background-color: #0b0320
}

.collection-item .collection-bottom {
	padding: 15px 20px 17px
}

.collection-item .collection-bottom h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: poppins, sans-serif
}

.collection-item .collection-bottom ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.collection-item .collection-bottom ul li {
	list-style-type: none;
	display: inline-block
}

.collection-item .collection-bottom ul li:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.collection-item .collection-bottom ul li:last-child {
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%
}

.collection-item .collection-bottom ul li span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #fe3333;
	position: relative;
	top: 4px
}

.collection-item .collection-bottom ul li .minus,
.collection-item .collection-bottom ul li .plus {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #fbdb7d;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	border-radius: 10px;
	top: 0
}

.collection-item .collection-bottom ul li .minus:hover,
.collection-item .collection-bottom ul li .plus:hover {
	background-color: #f68d40
}

.collection-item .collection-bottom ul li .form-control {
	height: 25px;
	width: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	border: 0;
	color: #f68d40;
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
	margin-right: -4px
}

.collection-item .collection-bottom ul li .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.sorting-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 40px
}

.sorting-menu ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	color: #0b0320;
	cursor: pointer;
	border-radius: 50px;
	padding: 10px 20px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	font-weight: 500;
	background-color: #f5f5f5;
	margin-bottom: 7px
}

.sorting-menu ul li:hover,
.sorting-menu ul li.mixitup-control-active {
	color: #fff;
	background-color: #f68d40
}

.menu-area {
	background-color: #fffdf9
}

.menu-item {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 45px 30px 42px;
	border-radius: 18px;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	border: 1px solid #f68d40
}

.menu-item:hover,
.menu-item.active {
	background-color: #f68d40;
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.menu-item:hover .menu-shape,
.menu-item.active .menu-shape {
	opacity: 1
}

.menu-item:hover h3,
.menu-item.active h3,
.menu-item:hover p,
.menu-item.active p,
.menu-item:hover a,
.menu-item.active a {
	color: #fff
}

.menu-item img {
	margin-bottom: 22px
}

.menu-item .menu-shape {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	margin-bottom: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	width: 100%;
	height: 100%
}

.menu-item h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.reservation-area {
	background-color: #0b0320;
	border-radius: 0 0 85px 0;
	position: relative
}

.reservation-area .reservation-shape img {
	position: absolute;
	top: 0;
	left: 0
}

.reservation-area .row {
	position: relative
}

.reservation-area .reservation-item {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}

.reservation-area .reservation-item .section-title {
	text-align: left;
	margin-bottom: 40px
}

.reservation-area .reservation-item .section-title h2 {
	color: #fff
}

.reservation-area .reservation-item .section-title p {
	margin-left: 0;
	color: #fff
}

.reservation-area .reservation-item ul {
	margin: 0;
	padding: 10px 11px 10px 20px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center
}

.reservation-area .reservation-item ul li {
	list-style-type: none;
	display: inline-block
}

.reservation-area .reservation-item ul li .form-control {
	width: 165px;
	font-size: 13px;
	border: 1px solid #0b0320;
	padding: 12px
}

.reservation-area .reservation-item ul li .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #0b0320
}

.reservation-area .reservation-item ul li:first-child {
	padding-right: 10px;
	position: relative;
	margin-right: 5px
}

.reservation-area .reservation-item ul li:first-child:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 45px;
	right: 0;
	top: 0;
	background-color: #f68d40
}

.reservation-area .reservation-item ul li:last-child .cmn-btn {
	padding: 12px 22px;
	margin-left: 7px
}

.reservation-area .reservation-img {
	text-align: center;
	margin-right: auto;
	margin-left: auto
}

.chef-item {
	margin-bottom: 30px;
	text-align: center
}

.chef-item:hover .chef-bottom ul li:nth-child(1),
.chef-item.active .chef-bottom ul li:nth-child(1) {
	bottom: 0;
	opacity: 1;
	z-index: 1
}

.chef-item:hover .chef-bottom ul li:nth-child(2),
.chef-item.active .chef-bottom ul li:nth-child(2) {
	bottom: 0;
	opacity: 1;
	z-index: 1
}

.chef-item:hover .chef-bottom ul li:nth-child(3),
.chef-item.active .chef-bottom ul li:nth-child(3) {
	bottom: 0;
	opacity: 1;
	z-index: 1
}

.chef-item .chef-top {
	position: relative;
	border-radius: 10px 10px 0 0
}

.chef-item .chef-top img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.chef-item .chef-top .chef-inner {
	background-color: #0b0320bf;
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 12px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.chef-item .chef-top .chef-inner h3 {
	color: #fff;
	font-family: poppins, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px
}

.chef-item .chef-top .chef-inner span {
	display: block;
	font-size: 14px;
	color: #fff
}

.chef-item .chef-bottom ul {
	margin: 0;
	padding: 0;
	margin-top: 10px
}

.chef-item .chef-bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.chef-item .chef-bottom ul li:nth-child(1) {
	position: relative;
	bottom: -10px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.chef-item .chef-bottom ul li:nth-child(2) {
	position: relative;
	bottom: -10px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s all ease;
	transition: .7s all ease
}

.chef-item .chef-bottom ul li:nth-child(3) {
	position: relative;
	bottom: -10px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .9s all ease;
	transition: .9s all ease
}

.chef-item .chef-bottom ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #0b0320;
	font-size: 18px
}

.chef-item .chef-bottom ul li a:hover {
	background-color: #f68d40
}

.review-area {
	position: relative
}

.review-area .slick-prev {
	left: 0
}

.review-area .slick-prev:before {
	display: none
}

.review-area .slick-prev i {
	color: #f68d40;
	display: block;
	font-size: 35px;
	position: absolute;
	bottom: -98px;
	left: 240px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.review-area .slick-prev i:hover {
	color: #0b0320
}

.review-area .slick-next {
	right: 0
}

.review-area .slick-next:before {
	display: none
}

.review-area .slick-next i {
	color: #f68d40;
	display: block;
	font-size: 35px;
	position: absolute;
	bottom: -98px;
	right: 240px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.review-area .slick-next i:hover {
	color: #0b0320
}

.review-area .review-img {
	position: relative
}

.review-area .review-img img:nth-child(1) {
	position: relative
}

.review-area .review-img img:nth-child(2) {
	position: absolute;
	top: 60px;
	right: 0
}

.review-area .review-item {
	text-align: center;
	max-width: 560px;
	padding-top: 100px;
	padding-bottom: 100px
}

.review-area .review-item .section-title {
	margin-bottom: 30px
}

.review-area .review-item .slider-nav {
	margin-bottom: 40px
}

.review-area .review-item .slider-nav .slick-center img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	margin-top: 12px;
	margin-bottom: 12px
}

.review-area .review-item .slider-nav img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	max-width: 75px
}

.review-area .review-item .slider-nav img:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.review-area .review-item .slider-for h3 {
	font-weight: 500;
	font-size: 20px;
	font-family: poppins, sans-serif;
	margin-bottom: 15px
}

.review-area .review-item .slider-for p {
	margin-bottom: 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}

.blog-item {
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd8c;
	box-shadow: 0 0 20px 0 #dddddd8c;
	border-radius: 65px 65px 0 0
}

.blog-item:hover .blog-bottom .cmn-btn {
	right: 0
}

.blog-item .blog-top {
	position: relative
}

.blog-item .blog-top a {
	display: block
}

.blog-item .blog-top span {
	display: inline-block;
	font-size: 14px;
	color: #0b0320;
	background-color: #f68d40;
	padding: 5px 12px;
	border-radius: 6px;
	position: absolute;
	right: 15px;
	bottom: -15px
}

.blog-item .blog-top img {
	border-radius: 12px 12px 0 0;
	width: 100%
}

.blog-item .blog-bottom {
	padding: 35px 15px 50px 30px;
	position: relative
}

.blog-item .blog-bottom h3 {
	font-family: poppins, sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.4
}

.blog-item .blog-bottom h3 a {
	display: block;
	color: #0b0320
}

.blog-item .blog-bottom h3 a:hover {
	color: #f68d40
}

.blog-item .blog-bottom p {
	color: #2e2e30;
	margin-bottom: 0
}

.blog-item .blog-bottom .cmn-btn {
	position: absolute;
	right: 15px;
	bottom: -20px
}

.blog-area .read-blog-btn {
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	color: #0b0320;
	border-bottom: 1px solid #0b0320
}

.blog-area .read-blog-btn:hover {
	color: #f68d40;
	border-bottom: 1px solid #f68d40
}

.subscribe-area {
	background-color: #0b0320;
	border-radius: 0 0 75px 0;
	position: relative
}

.subscribe-area .subscribe-shape img {
	position: absolute;
	top: 0;
	left: 0
}

.subscribe-item {
	padding-top: 100px;
	padding-bottom: 100px
}

.subscribe-item .section-title {
	text-align: left;
	margin-bottom: 35px
}

.subscribe-item .section-title h2 {
	color: #fff
}

.subscribe-item .section-title p {
	color: #fff;
	margin-left: 0
}

.subscribe-item .newsletter-form {
	position: relative;
	margin-bottom: 30px
}

.subscribe-item .newsletter-form .form-control {
	height: 70px;
	padding: 10px 15px 10px 30px;
	border-radius: 50px;
	background-color: #fff;
	border: 0;
	font-size: 16px
}

.subscribe-item .newsletter-form .form-control ::-webkit-input-placeholder {
	color: #a5a4a9
}

.subscribe-item .newsletter-form .form-control :-ms-input-placeholder {
	color: #a5a4a9
}

.subscribe-item .newsletter-form .form-control ::-ms-input-placeholder {
	color: #a5a4a9
}

.subscribe-item .newsletter-form .form-control ::placeholder {
	color: #a5a4a9
}

.subscribe-item .newsletter-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.subscribe-item .newsletter-form .cmn-btn {
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	padding: 12px 40px
}

.subscribe-item .newsletter-form .validation-danger {
	font-size: 14px;
	color: #fff;
	margin-top: 10px
}

.subscribe-item .social-link ul {
	margin: 0;
	padding: 0
}

.subscribe-item .social-link ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 12px
}

.subscribe-item .social-link ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #1a1c3b
}

.subscribe-item .social-link ul li a:hover {
	background-color: #f68d40
}

.subscribe-img {
	text-align: center
}

.footer-item {
	margin-bottom: 30px
}

.footer-item .footer-logo a {
	display: block;
	margin-bottom: 25px
}

.footer-item .footer-logo a .footer-logo2 {
	display: none
}

.footer-item .footer-logo p {
	color: #0b0320;
	margin-bottom: 25px
}

.footer-item .footer-logo ul {
	margin: 0;
	padding: 0
}

.footer-item .footer-logo ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px
}

.footer-item .footer-logo ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1a1c3b;
	margin-bottom: 0
}

.footer-item .footer-logo ul li a:hover {
	background-color: #f68d40
}

.footer-item .footer-service h3 {
	font-weight: 500;
	font-size: 22px;
	font-family: poppins, sans-serif;
	margin-bottom: 30px
}

.footer-item .footer-service ul {
	margin: 0;
	padding: 0
}

.footer-item .footer-service ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
	color: #00011e;
	position: relative;
	padding-left: 28px
}

.footer-item .footer-service ul li i {
	display: inline-block;
	font-size: 20px;
	margin-right: 3px;
	position: absolute;
	top: 3px;
	left: 0
}

.footer-item .footer-service ul li a {
	display: block;
	color: #00011e
}

.footer-item .footer-service ul li a:hover {
	margin-left: 10px;
	color: #f68d40
}

.footer-item .footer-service ul li:last-child {
	margin-bottom: 0
}

.copyright-area {
	background-color: #0b0320;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 35px 35px 0 0
}

.copyright-area .copyright-item {
	text-align: center
}

.copyright-area .copyright-item p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0
}

.copyright-area .copyright-item p a {
	display: inline-block;
	color: #f68d40;
	font-weight: 500
}

.copyright-area .copyright-item p a:hover {
	color: #fff
}

.main-nav-two .nav-two-logo-one {
	display: block
}

.main-nav-two .nav-two-logo-two {
	display: none
}

.main-nav-two nav .navbar-nav .nav-item a {
	color: #fff
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #0b0320
}

.main-nav-two nav .side-nav .nav-cart {
	border: 1px solid #fff;
	color: #fff
}

.main-nav-two nav .side-nav .nav-cart:hover {
	color: #fff;
	background-color: #0b0320;
	border: 1px solid #0b0320
}

.main-nav-two nav .side-nav .nav-cart span {
	color: #0b0320;
	background-color: #fff
}

.main-nav-two nav .side-nav .modal-btn {
	width: 42px;
	height: 42px;
	line-height: 48px;
	background-color: #f68d40;
	border-radius: 50%;
	padding: 0;
	font-size: 28px;
	margin-left: 15px;
	position: relative;
	top: -7px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.main-nav-two nav .side-nav .modal-btn:hover {
	color: #fff;
	background-color: #0b0320
}

.main-nav-two.menu-shrink .nav-two-logo-one {
	display: none
}

.main-nav-two.menu-shrink .nav-two-logo-two {
	display: block
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item:hover a {
	color: #0b0320
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item a {
	color: #0b0320
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item a:focus,
.main-nav-two.menu-shrink nav .navbar-nav .nav-item a:hover,
.main-nav-two.menu-shrink nav .navbar-nav .nav-item a.active {
	color: #f68d40
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart {
	border: 1px solid #f68d40;
	color: #0b0320;
	background-color: #f68d40
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart:hover {
	color: #fff;
	background-color: #0b0320;
	border: 1px solid #0b0320
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart span {
	color: #f68d40;
	background-color: #0b0320
}

#myModalRight {
	z-index: 99999
}

#myModalRight .modal-content .modal-header img {
	max-width: 120px
}

#myModalRight .modal-content .modal-header .modal-header-logo2 {
	display: none
}

#myModalRight .modal-content .modal-header .close {
	position: relative;
	top: 3px
}

#myModalRight .modal-content .modal-body {
	padding: 40px 30px 50px
}

#myModalRight .modal-content .modal-body h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #0b0320
}

#myModalRight .modal-content .modal-body p {
	color: #2e2e30;
	font-size: 14px;
	margin-bottom: 20px
}

#myModalRight .modal-content .modal-body .image-area {
	margin-bottom: 10px
}

#myModalRight .modal-content .modal-body .image-area .col-lg-4 {
	padding-right: 5px;
	margin-right: -5px
}

#myModalRight .modal-content .modal-body .image-area a {
	display: block;
	margin-bottom: 15px
}

#myModalRight .modal-content .modal-body .modal-item {
	margin-bottom: 30px
}

#myModalRight .modal-content .modal-body .social-area {
	text-align: center
}

#myModalRight .modal-content .modal-body .social-area h3 {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #0b0320
}

#myModalRight .modal-content .modal-body .social-area ul {
	margin: 0;
	padding: 0
}

#myModalRight .modal-content .modal-body .social-area ul li {
	list-style-type: none;
	display: inline-block
}

#myModalRight .modal-content .modal-body .social-area ul li a {
	display: block;
	color: #0b0320;
	border: 1px solid #0b0320;
	width: 32px;
	height: 32px;
	line-height: 34px;
	border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 16px;
	text-align: center
}

#myModalRight .modal-content .modal-body .social-area ul li a:hover {
	color: #fff;
	background-color: #0b0320
}

#myModalRight .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.modal.modal-right .modal-dialog {
	max-width: 380px;
	min-height: 100vh
}

.modal.modal-right.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal.modal-right .modal-content {
	height: 100vh;
	overflow-y: auto;
	border-radius: 0
}

.modal.modal-left .modal-dialog {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	margin: 0 auto 0 0
}

.modal.modal-right .modal-dialog {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	margin: 0 0 0 auto
}

.banner-area-two {
	background-image: url(../img/home-two/banner/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.banner-area-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0b0320;
	opacity: .6
}

.banner-area-two .banner-shape img {
	position: absolute
}

.banner-area-two .banner-shape img:nth-child(1) {
	bottom: 60px;
	left: 70px;
	max-width: 120px
}

.banner-area-two .banner-shape img:nth-child(2) {
	top: 100px;
	left: 100px;
	max-width: 120px
}

.banner-area-two .banner-shape img:nth-child(3) {
	top: 245px;
	left: 680px;
	max-width: 120px
}

.banner-area-two .banner-content {
	position: relative;
	padding-top: 230px;
	padding-bottom: 200px
}

.banner-area-two .banner-content h1 {
	color: #fff;
	font-weight: 700;
	font-size: 65px;
	margin-bottom: 20px;
	max-width: 700px
}

.banner-area-two .banner-content p {
	color: #fff;
	margin-bottom: 35px;
	max-width: 575px;
	margin-left: 0
}

.banner-area-two .banner-content .banner-btn-wrap .cmn-btn {
	margin-right: 18px
}

.banner-area-two .banner-content .banner-btn-wrap .banner-btn-two {
	font-weight: 500;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 11px 30px
}

.banner-area-two .banner-content .banner-btn-wrap .banner-btn-two:hover {
	background-color: #fff;
	color: #0b0320
}

.banner-area-two .banner-img {
	position: absolute;
	bottom: 0;
	right: 80px
}

.banner-area-two .banner-img img {
	max-width: 415px
}

.food-img-area {
	margin-top: -55px
}

.food-img-area .food-img-item {
	text-align: center;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	margin-bottom: 30px
}

.food-img-area .food-img-item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.food-img-area .food-img-item img {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative
}

.about-area {
	position: relative
}

.about-area .about-shape img {
	position: absolute
}

.about-area .about-shape img:nth-child(1) {
	right: 0;
	top: 95px;
	max-width: 780px;
	z-index: -1
}

.about-area .about-shape img:nth-child(2) {
	right: 98px;
	top: 92px
}

.about-area .about-shape img:nth-child(3) {
	right: 255px;
	top: 138px
}

.about-area .about-shape img:nth-child(4) {
	right: 450px;
	top: 108px
}

.about-area .about-shape img:nth-child(5) {
	right: 650px;
	top: 88px
}

.about-area .about-img {
	position: relative;
	text-align: right
}

.about-area .about-img img:nth-child(1) {
	position: absolute;
	left: 0;
	bottom: 0
}

/*.about-area .about-img img:nth-child(2) {*/
/*	position: relative;*/
/*	max-width: 335px;*/
/*	right: 50px*/
/*}*/

.about-area .about-content {
	max-width: 620px;
	margin-top: 100px;
	padding-left: 40px
}

.about-area .about-content .section-title {
	text-align: left;
	margin-bottom: 35px
}

.about-area .about-content .section-title h2 {
	margin-bottom: 25px
}

.about-area .about-content .section-title p {
	margin-left: 0;
	margin-bottom: 10px
}

.service-area-two {
	background-color: unset
}

.collection-area-two {
	background-color: #fffdf9
}

.download-area .download-content {
	margin-bottom: 30px
}

.download-area .download-content .section-title {
	text-align: left
}

.download-area .download-content .section-title p {
	margin-left: 0
}

.download-area .download-content ul {
	margin: 0;
	padding: 0
}

.download-area .download-content ul li {
	list-style-type: none;
	display: block;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd52;
	box-shadow: 0 0 20px 0 #dddddd52;
	margin-bottom: 30px;
	max-width: 390px;
	font-weight: 500;
	font-size: 20px;
	color: #0b0320;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	border: 1px solid transparent
}

.download-area .download-content ul li:hover {
	margin-left: 15px;
	border: 1px solid #f68d40
}

.download-area .download-content ul li:last-child {
	margin-bottom: 0
}

.download-area .download-content ul li span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #f68d40;
	color: #0b0320;
	display: inline-block;
	font-weight: 600;
	font-size: 25px;
	margin-right: 15px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd52;
	box-shadow: 0 0 20px 0 #dddddd52
}

.download-area .download-content .app-wrap {
	margin-top: 50px
}

.download-area .download-content .app-wrap a {
	display: inline-block;
	margin-right: 20px;
	max-width: 180px
}

.download-area .download-content .app-wrap a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.download-area .download-img {
	margin-bottom: 30px;
	text-align: center
}

.download-area .download-img img {
	-webkit-animation: download-animation 3s infinite linear;
	animation: download-animation 3s infinite linear
}

@-webkit-keyframes download-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes download-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.join-area {
	background-color: #0b0320;
	margin-top: 130px
}

.join-area .join-img {
	position: relative;
	text-align: center
}

.join-area .join-img img {
	position: absolute;
	left: 0;
	top: -132px;
	max-width: 490px;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.join-area .join-content {
	padding-top: 100px;
	padding-bottom: 100px
}

.join-area .join-content .section-title {
	margin-bottom: 30px;
	text-align: left
}

.join-area .join-content .section-title h2 {
	color: #f68d40;
	margin-bottom: 22px
}

.join-area .join-content .section-title p {
	color: #fff;
	margin-left: 0
}

.join-area .join-content .cmn-btn {
	border: 1px solid #f68d40
}

.join-area .join-content .cmn-btn:hover {
	border: 1px solid #fff
}

.chef-area-two {
	padding-top: 100px
}

.review-area-two {
	background-color: #0b0320;
	position: relative
}

.review-area-two .review-shape img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 200px;
	-webkit-animation: review-animation 8s infinite linear;
	animation: review-animation 8s infinite linear
}

.review-area-two .review-img {
	text-align: center
}

.review-area-two .review-img img {
	border-radius: 42px
}

.review-area-two .review-item {
	padding-top: 100px;
	padding-bottom: 150px
}

.review-area-two .review-item .section-title h2 {
	color: #f68d40
}

.review-area-two .review-item .section-title p {
	color: #fff
}

.review-area-two .review-item .slider-for h3 {
	color: #f68d40
}

.review-area-two .review-item .slider-for p {
	color: #fff
}

.review-area-two .slick-prev i {
	left: 230px
}

.review-area-two .slick-prev i:hover {
	color: #fff
}

.review-area-two .slick-next i {
	right: 230px
}

.review-area-two .slick-next i:hover {
	color: #fff
}

@-webkit-keyframes review-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}

	10% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes review-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}

	10% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.footer-area-two {
	background-color: #0b0320;
	border-radius: 45px 45px 0 0;
	border-bottom: 1px solid #8788988c
}

.footer-area-two .footer-item .footer-logo p {
	color: #fff
}

.footer-area-two .footer-item .footer-service h3 {
	color: #f68d40
}

.footer-area-two .footer-item .footer-service ul li {
	color: #fff
}

.footer-area-two .footer-item .footer-service ul li a {
	color: #fff
}

.footer-area-two .footer-item .footer-service ul li a:hover {
	color: #f68d40
}

.copyright-area-two {
	border-radius: 0
}

.banner-area-three {
	background-image: url(../img/home-three/banner-main.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.banner-area-three:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: .9
}

.banner-area-three .banner-shape img {
	position: absolute
}

.banner-area-three .banner-shape img:nth-child(1) {
	bottom: 35px;
	left: 140px;
	max-width: 120px
}

.banner-area-three .banner-shape img:nth-child(2) {
	top: 85px;
	left: 45px;
	max-width: 120px
}

.banner-area-three .banner-shape img:nth-child(3) {
	bottom: 0;
	right: 20px;
	max-width: 120px
}

.banner-area-three .banner-content {
	position: relative;
	padding-top: 230px;
	padding-bottom: 150px
}

.banner-area-three .banner-content h1 {
	color: #444;
	font-weight: 700;
	font-size: 65px;
	margin-bottom: 20px;
	max-width: 700px
}

.banner-area-three .banner-content p {
	color: #444;
	margin-bottom: 35px;
	max-width: 575px;
	margin-left: 0
}

.banner-area-three .banner-content .banner-btn-wrap .cmn-btn {
	margin-right: 18px
}

.banner-area-three .banner-content .banner-btn-wrap .banner-btn-two {
	font-weight: 500;
	color: #444;
	border: 1px solid #444;
	border-radius: 50px;
	display: inline-block;
	padding: 11px 30px
}

.banner-area-three .banner-content .banner-btn-wrap .banner-btn-two:hover {
	background-color: #0b0320;
	border: 1px solid #0b0320;
	color: #fff
}

.banner-area-three .banner-img {
	position: absolute;
	bottom: 140px;
	right: 40px
}

.banner-area-three .banner-img img {
	max-width: 505px;
	border-radius: 12px
}

.about-area-two {
	position: relative
}

.about-area-two .about-shape img {
	position: absolute;
	bottom: 60px;
	right: 65px;
	max-width: 190px;
	-webkit-animation: review-animation 8s infinite linear;
	animation: review-animation 8s infinite linear
}

.about-area-two .about-img {
	margin-bottom: 80px;
	position: relative;
	text-align: center
}

.about-area-two .about-img img:nth-child(1) {
	border-radius: 10px;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	top: 28px;
	position: relative
}

.about-area-two .about-img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0
}

.about-area-two .about-img .video-wrap {
	position: absolute;
	bottom: 0;
	right: -35px
}

.about-area-two .about-img .video-wrap a {
	z-index: 10;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 110px;
	border-radius: 50%;
	position: relative;
	font-size: 60px;
	text-align: center;
	color: #fff
}

.about-area-two .about-img .video-wrap a:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #0b0320;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.about-area-two .about-img .video-wrap a:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background-color: #0b0320;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.about-area-two .about-img .video-wrap a:hover {
	color: #fff
}

.about-area-two .about-img .video-wrap a:hover:before {
	background-color: #f68d40
}

.about-area-two .about-img .video-wrap a:hover:after {
	background-color: #f68d40
}

.about-area-two .about-content {
	margin-bottom: 30px;
	padding-left: 60px
}

.about-area-two .about-content .section-title {
	text-align: left;
	margin-bottom: 32px
}

.about-area-two .about-content .section-title p {
	margin-bottom: 10px
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.service-area-three {
	background-color: #0b0320
}

.service-area-three .service-item .section-title {
	text-align: left
}

.service-area-three .service-item .section-title h2 {
	color: #fff
}

.service-area-three .service-item .section-title p {
	color: #fff;
	margin-left: 0
}

.service-area-three .service-item .accordion {
	padding-left: 0;
	margin-bottom: 0
}

.service-area-three .service-item .accordion a {
	padding: 13px 15px;
	border-radius: 8px;
	background-color: #fff;
	width: 100%;
	font-weight: 500;
	display: block;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	color: #0b0320
}

.service-area-three .service-item .accordion a:after {
	position: absolute;
	content: '+';
	width: 15px;
	height: 2px;
	right: 12px;
	top: 10px;
	font-size: 20px;
	color: #0b0320;
	background-color: transparent
}

.service-area-three .service-item .accordion a span {
	display: inline-block;
	font-weight: 600;
	color: #0b0320;
	font-size: 15px;
	margin-right: 10px
}

.service-area-three .service-item .accordion .active:after {
	content: 'x';
	top: 11px;
	font-size: 17px
}

.service-area-three .service-item .accordion p {
	display: none;
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
	padding: 15px 8px 5px 10px
}

.service-area-three .service-item .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px
}

.service-area-three .service-img {
	margin-bottom: 30px;
	text-align: center
}

.service-area-three .service-img img {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: service-two-animation 10s infinite linear;
	animation: service-two-animation 10s infinite linear
}

@-webkit-keyframes service-two-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes service-two-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.join-area-two {
	margin-top: 132px
}

.footer-item .footer-logo .footer-subscribe {
	position: relative
}

.footer-item .footer-logo .footer-subscribe .form-control {
	height: 45px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd7d;
	box-shadow: 0 0 20px 0 #dddddd7d;
	border: 0;
	padding-left: 20px;
	font-size: 15px
}

.footer-item .footer-logo .footer-subscribe ::-webkit-input-placeholder {
	color: #b2b2b2
}

.footer-item .footer-logo .footer-subscribe :-ms-input-placeholder {
	color: #b2b2b2
}

.footer-item .footer-logo .footer-subscribe ::-ms-input-placeholder {
	color: #b2b2b2
}

.footer-item .footer-logo .footer-subscribe ::placeholder {
	color: #b2b2b2
}

.footer-item .footer-logo .footer-subscribe .footer-btn {
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 18px;
	border-radius: 50%;
	color: #0b0320;
	background-color: #f68d40;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: absolute;
	top: 5px;
	right: 6px;
	padding: 0
}

.footer-item .footer-logo .footer-subscribe .footer-btn:hover {
	color: #fff;
	background-color: #0b0320
}

.main-nav-three {
	background-color: #fff
}

.page-title-img-one {
	background-image: url(../img/about/page-title.jpg)
}

.page-title-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 230px;
	padding-bottom: 135px
}

.page-title-item {
	padding-left: 40px;
	position: relative
}

.page-title-item:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 100px;
	left: 0;
	top: 0;
	border-radius: 50px;
	background-color: #f68d40
}

.page-title-item h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px
}

.page-title-item ul {
	margin: 0;
	padding: 0
}

.page-title-item ul li {
	list-style-type: none;
	display: inline-block;
	color: #f68d40
}

.page-title-item ul li i {
	display: inline-block;
	font-size: 25px;
	position: relative;
	top: 6px;
	color: #fff
}

.page-title-item ul li a {
	display: inline-block;
	color: #fff
}

.page-title-item ul li a:hover {
	color: #f68d40
}

.story-area {
	text-align: center;
	position: relative
}

.story-area .story-shape img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 135px
}

.story-area .story-head {
	margin-bottom: 50px
}

.story-area .story-head h2 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 25px;
	margin-top: -10px
}

.story-area .story-head p {
	max-width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.story-area .story-item {
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.story-area .story-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.story-area .story-item:hover h3 {
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	color: #fff;
	background-color: #f68d40
}

.story-area .story-item img {
	width: 100%;
	border-radius: 12px
}

.story-area .story-item h3 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	font-family: poppins, sans-serif;
	background-color: #fff;
	border-radius: 10px;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.download-area-two {
	background-color: #0b0320;
	position: relative;
	border-radius: 0 0 80px 0
}

.download-area-two .download-shape img {
	position: absolute
}

.download-area-two .download-shape img:nth-child(1) {
	left: 0;
	top: 0
}

.download-area-two .download-shape img:nth-child(2) {
	left: 100px;
	bottom: 20px;
	-webkit-animation: download-one 10s infinite linear;
	animation: download-one 10s infinite linear
}

.download-area-two .download-item {
	margin-bottom: 30px
}

.download-area-two .download-item h2 {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px
}

.download-area-two .download-item ul {
	margin: 0;
	padding: 0
}

.download-area-two .download-item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px
}

.download-area-two .download-item ul li:last-child {
	margin-right: 0
}

.download-area-two .download-item ul li a {
	display: block;
	max-width: 180px
}

.download-area-two .download-item ul li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.download-area-two .download-img {
	position: relative
}

.download-area-two .download-img img {
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto
}

@-webkit-keyframes download-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	30% {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px)
	}

	70% {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes download-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	30% {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px)
	}

	70% {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.footer-item .footer-logo .footer-subscriber-two .form-control {
	-webkit-box-shadow: none;
	box-shadow: none
}

.service-area-four .service-item {
	border: 1px solid #f68d40;
	margin-bottom: 30px
}

.page-title-area-two {
	background-color: #0b0320;
	position: relative
}

.page-title-area-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #f68d40;
	-webkit-clip-path: polygon(70% 0, 100% 0%, 100% 100%, 40% 100%);
	clip-path: polygon(70% 0, 100% 0%, 100% 100%, 40% 100%)
}

.page-title-area-two .page-title-plate ul {
	margin: 0;
	padding: 0;
	margin-left: 75px
}

.page-title-area-two .page-title-plate ul li {
	list-style-type: none;
	display: inline-block;
	position: relative
}

.page-title-area-two .page-title-plate ul li img {
	display: inline-block;
	max-width: 130px
}

.page-title-area-two .page-title-plate ul li:nth-child(1) {
	z-index: 4
}

.page-title-area-two .page-title-plate ul li:nth-child(2) {
	left: -25px;
	top: 0;
	z-index: 3
}

.page-title-area-two .page-title-plate ul li:nth-child(3) {
	left: -55px;
	top: 0;
	z-index: 2
}

.page-title-area-two .page-title-plate ul li:nth-child(4) {
	left: -85px;
	top: 0
}

.service-details-area .service-details-item {
	margin-bottom: 30px
}

.service-details-area .service-details-item .service-details-more h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 30px
}

.service-details-area .service-details-item .service-details-more ul {
	margin: 0;
	padding: 0
}

.service-details-area .service-details-item .service-details-more ul li {
	list-style-type: none;
	display: block;
	-webkit-box-shadow: 0 0 20px 0 #dddddd8a;
	box-shadow: 0 0 20px 0 #dddddd8a;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.service-details-area .service-details-item .service-details-more ul li:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.service-details-area .service-details-item .service-details-more ul li:hover a {
	color: #fff;
	background-color: #f68d40
}

.service-details-area .service-details-item .service-details-more ul li a {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #0b0320;
	padding: 15px 20px;
	border-radius: 10px
}

.service-details-area .service-details-item .service-details-more ul li a i {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 17px;
	font-weight: 700
}

.service-details-area .service-details-item .service-details-order {
	text-align: center;
	background-color: #0b0320;
	border-radius: 10px;
	padding: 30px 10px 0;
	position: relative;
	margin-top: 30px
}

.service-details-area .service-details-item .service-details-order h3 {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px
}

.service-details-area .service-details-item .service-details-order span {
	display: block;
	color: #fff;
	margin-bottom: 30px
}

.service-details-area .service-details-item .service-details-order .offer-off {
	background-color: #f68d40;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	position: absolute;
	bottom: 135px;
	right: 40px
}

.service-details-area .service-details-item .service-details-order .offer-off span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #0b0320;
	margin-bottom: 0
}

.service-details-area .service-details-item .service-details-fresh h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 15px
}

.service-details-area .service-details-item .service-details-fresh p {
	margin-bottom: 25px
}

.service-details-area .service-details-item .service-details-fresh img {
	margin-bottom: 25px;
	border-radius: 18px
}

.service-details-area .service-details-item .service-details-fresh .service-details-p {
	margin-top: -15px
}

.page-title-img-two {
	background-image: url(../img/blog-details/1.jpg);
	position: relative
}

.page-title-img-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0b0320;
	-webkit-clip-path: polygon(0 0, 60% 0%, 40% 100%, 0% 100%);
	clip-path: polygon(0 0, 60% 0%, 40% 100%, 0% 100%);
	opacity: .9
}

.blog-details-more {
	padding-bottom: 20px
}

.blog-details-tags h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 30px
}

.blog-details-tags ul {
	margin: 0;
	padding: 0
}

.blog-details-tags ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px
}

.blog-details-tags ul li a {
	display: block;
	font-size: 12px;
	color: #696969;
	background-color: #f0f0f0;
	border-radius: 30px;
	padding: 7px 16px
}

.blog-details-tags ul li a:hover {
	color: #fff;
	background-color: #0b0320
}

.blog-details-nav ul {
	margin: 0;
	padding: 0
}

.blog-details-nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 12px
}

.blog-details-nav ul li a {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #0b0320;
	border: 1px solid #0b0320;
	padding: 9px 25px;
	border-radius: 50px
}

.blog-details-nav ul li a:hover {
	border: 1px solid #f68d40;
	background-color: #f68d40;
	color: #0b0320
}

.cart-wrap {
	text-align: center
}

.cart-wrap .table {
	margin: 0
}

.cart-wrap .table .thead {
	background-color: #f68d40
}

.cart-wrap .table .thead tr .table-head {
	color: #fff;
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 18px
}

.cart-wrap .table tr .table-item img {
	width: 50px
}

.cart-wrap .table tr td {
	font-size: 15px;
	color: #0b0320
}

.cart-wrap .table tr td a {
	color: #0b0320;
	display: block;
	font-weight: 700
}

.cart-wrap .table tr td a:hover {
	color: #f68d40
}

.cart-wrap .table td,
.cart-wrap .table th {
	border: 1px solid #dee2e6;
	vertical-align: middle
}

.cart-wrap .table>:not(:first-child) {
	border-top: 0
}

.cart-wrap .shop-back {
	margin-bottom: 20px
}

.cart-wrap .shop-back a {
	display: block;
	color: #0b0320;
	font-weight: 500;
	margin-top: 20px;
	font-size: 15px
}

.cart-wrap .shop-back a:hover {
	color: #f68d40
}

.cart-wrap .total-shopping h2 {
	color: #0b0320;
	font-size: 35px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700
}

.cart-wrap .total-shopping h3 {
	color: #0b0320;
	font-size: 20px
}

.cart-wrap .total-shopping h3 span {
	display: inline-block;
	margin-left: 70px
}

.cart-wrap .total-shopping a {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background-color: #f68d40;
	font-size: 17px;
	padding: 15px 60px
}

.cart-wrap .total-shopping a:hover {
	background-color: #0b0320
}

.checkout-area .cmn-btn {
	padding: 12px 45px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.checkout-item {
	border: 1px solid #dddddd40;
	margin-bottom: 30px
}

.checkout-item h2 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 50px;
	background-color: #f68d40;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	color: #fff
}

.checkout-item .checkout-one {
	max-width: 515px;
	margin: auto;
	padding-bottom: 20px
}

.checkout-item .checkout-one label {
	color: #0b0320;
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-weight: 500
}

.checkout-item .checkout-one .form-group {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.checkout-item .checkout-one .form-group .form-control {
	display: inline-block;
	width: 78%;
	background-color: #dddddd40;
	border: 1px solid transparent;
	border-radius: 0;
	height: 45px;
	font-size: 15px
}

.checkout-item .checkout-one .form-group .form-control:focus {
	border: 1px solid #f68d40;
	-webkit-box-shadow: none;
	box-shadow: none
}

.checkout-item .checkout-two {
	max-width: 460px;
	margin: auto;
	padding-bottom: 45px
}

.checkout-item .checkout-two h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	font-family: poppins, sans-serif
}

.checkout-item .checkout-two p {
	font-size: 15px;
	margin-bottom: 10px
}

.checkout-item .checkout-two .form-check {
	margin-top: 15px;
	margin-bottom: 15px
}

.checkout-item .checkout-two .form-check span {
	display: inline-block;
	color: #797979;
	font-size: 16px
}

.checkout-item .checkout-two .form-check span a {
	color: #797979
}

.checkout-item .checkout-two .form-check span a:hover {
	color: #0b0320
}

.checkout-item .checkout-two .form-check .form-check-input {
	margin-top: 5px;
	width: 14px;
	height: 14px
}

.checkout-item .checkout-two .text-center {
	position: relative
}

.checkout-item .checkout-two .text-center:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 14px;
	background-color: #ddd
}

.checkout-item .checkout-two .text-center span {
	display: inline-block;
	color: #0b0320;
	font-size: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	padding-left: 10px;
	padding-right: 10px
}

.checkout-item .checkout-two ul {
	margin: 0;
	padding: 0;
	text-align: center
}

.checkout-item .checkout-two ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px
}

.checkout-item .checkout-two ul li a {
	border: 1px solid transparent;
	display: block
}

.checkout-item .checkout-two ul li a:hover {
	border: 1px solid #f68d40
}

.coming-item {
	height: 100vh;
	text-align: center
}

.coming-item h1 {
	font-size: 75px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px
}

.coming-item p {
	margin-bottom: 40px;
	max-width: 865px;
	margin-left: auto;
	margin-right: auto
}

.coming-item .coming-wrap {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner {
	text-align: center;
	background-color: #efefef;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner h3 {
	font-size: 40px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 5px
}

.coming-item .coming-wrap .coming-inner p {
	font-size: 16px;
	margin-bottom: 0
}

.coming-item ul {
	margin: 0;
	padding: 0
}

.coming-item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px
}

.coming-item ul li a {
	display: block;
	color: #fff;
	background-color: #f68d40;
	width: 35px;
	height: 35px;
	line-height: 39px;
	border-radius: 50%;
	font-size: 16px
}

.coming-item ul li a:hover {
	background-color: #0b0320
}

.faq-area .faq-head h2 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 30px;
	margin-top: -7px
}

.faq-area .faq-wrap {
	margin-bottom: 50px
}

.faq-area .faq-wrap:last-child {
	margin-bottom: 30px
}

.faq-area .accordion {
	padding-left: 0;
	margin: 0;
	padding: 0
}

.faq-area .accordion p {
	font-size: 15px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0
}

.faq-area .accordion a {
	color: #232323;
	font-size: 17px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	padding: 15px 0 15px 18px;
	border: 1px solid #232323;
	border-radius: 8px 8px 0 0
}

.faq-area .accordion a:hover {
	color: #0b0320
}

.faq-area .accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 10px;
	color: #232323;
	font-size: 25px;
	font-weight: 700
}

.faq-area .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px
}

.faq-area .accordion li:first-child {
	border-top: 0
}

.faq-area .accordion li:last-child {
	margin-bottom: 0
}

.faq-area .accordion li a.active {
	color: #fff;
	background-color: #0b0320;
	border: 1px solid #0b0320
}

.faq-area .accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #fff
}

.privacy-area {
	padding-bottom: 50px
}

.privacy-item {
	margin-bottom: 50px
}

.privacy-item h2 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: poppins, sans-serif
}

.privacy-item p {
	margin-bottom: 0
}

.privacy-item ul {
	margin: 0;
	padding: 0
}

.privacy-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 18px
}

.privacy-item ul li i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	bottom: -2px
}

.privacy-item ul li:last-child {
	margin-bottom: 0
}

.error-item {
	height: 700px;
	text-align: center;
	margin-top: 25px
}

.error-item h1 {
	font-size: 130px;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: poppins, sans-serif
}

.error-item p {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 35px
}

.error-item span {
	display: block
}

.error-item a {
	display: inline-block;
	color: #fff;
	background-color: #f68d40;
	border-radius: 10px;
	padding: 16px 40px;
	margin-top: 70px;
	font-size: 18px
}

.error-item a:hover {
	background-color: #0b0320
}

.page-title-img-three {
	background-image: url(../img/contact-bg.jpg);
	position: relative
}

.page-title-img-three:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
	background-color: #0b0320
}

.contact-location-area {
	background-color: #fffdf9
}

.contact-location-area .location-item {
	text-align: center;
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-location-area .location-item:hover,
.contact-location-area .location-item.active {
	background-color: #f68d40
}

.contact-location-area .location-item:hover img,
.contact-location-area .location-item.active img {
	opacity: 1
}

.contact-location-area .location-item:hover i,
.contact-location-area .location-item.active i {
	color: #fff;
	background-color: #0b0320
}

.contact-location-area .location-item:hover ul li,
.contact-location-area .location-item.active ul li {
	color: #fff
}

.contact-location-area .location-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	z-index: -1
}

.contact-location-area .location-item i {
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	display: block;
	font-size: 33px;
	color: #0b0320;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	background-color: #f68d40
}

.contact-location-area .location-item ul {
	margin: 0;
	padding: 0
}

.contact-location-area .location-item ul li {
	list-style-type: none;
	display: block;
	color: #0b0320;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	margin-bottom: 5px
}

.contact-location-area .location-item ul li:last-child {
	margin-bottom: 0
}

.contact-location-area .location-item ul li a {
	display: block;
	color: #0b0320
}

.contact-location-area .location-item ul li a:hover {
	color: #fff
}
.contact-form-title{
	font-family: poppins, sans-serif;
    text-align:center;
}
.contact-form-area {
	background-image: url(../img/contact-form-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.contact-form-area .contact-item {
	background-color: #ffffff9e;
	padding: 70px 50px;
	border-radius: 15px
}

.contact-form-area .contact-item #contactForm {
	margin-bottom: 40px
}

.contact-form-area .contact-item #contactForm .form-group {
	margin-bottom: 20px
}

.contact-form-area .contact-item #contactForm .form-group .form-control {
	height: 55px;
	border-radius: 30px;
	padding-left: 30px;
	border: 0;
	background-color: #fff;
	font-size: 15px
}

.contact-form-area .contact-item #contactForm .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form-area .contact-item #contactForm .form-group ::-webkit-input-placeholder {
	color: #b2b2b2
}

.contact-form-area .contact-item #contactForm .form-group :-ms-input-placeholder {
	color: #b2b2b2
}

.contact-form-area .contact-item #contactForm .form-group ::-ms-input-placeholder {
	color: #b2b2b2
}

.contact-form-area .contact-item #contactForm .form-group ::placeholder {
	color: #b2b2b2
}

.contact-form-area .contact-item #contactForm .form-group textarea {
	height: auto !important;
	padding-top: 10px
}

.contact-form-area .contact-item #contactForm .cmn-btn {
	opacity: 1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	margin-top: 10px
}

.contact-form-area .contact-item .contact-social span {
	display: block;
	font-size: 16px;
	color: #0b0320;
	margin-bottom: 15px
}

.contact-form-area .contact-item .contact-social ul {
	margin: 0;
	padding: 0
}

.contact-form-area .contact-item .contact-social ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px
}

.contact-form-area .contact-item .contact-social ul li:last-child {
	margin-right: 0
}

.contact-form-area .contact-item .contact-social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #0b0320;
	font-size: 20px
}

.contact-form-area .contact-item .contact-social ul li a:hover {
	background-color: #f68d40
}

.contact-form-area .contact-item .list-unstyled {
	color: #dc3545;
	margin-bottom: 0;
	margin-top: 10px
}

.contact-form-area .contact-item .text-danger {
	color: #dc3545;
	margin-top: 14px;
	margin-bottom: 0
}

.contact-form-area .contact-item .text-success {
	color: #28a745;
	margin-top: 14px;
	margin-bottom: 0
}

.contact-form-area .contact-img {
	text-align: center;
	position: relative
}

.contact-form-area .contact-img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	margin-left: auto;
	margin-right: auto
}

.book-table-area .book-table-wrap {
	background-color: #f5f5f5;
	padding: 60px 80px 65px;
	border-radius: 10px
}

.book-table-area .form-group {
	margin-bottom: 30px
}

.book-table-area .form-group .form-control {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding-left: 25px;
	font-size: 15px
}

.book-table-area .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f68d40
}

.book-table-area .form-group textarea {
	height: auto !important;
	padding-top: 15px
}

.book-table-area .cmn-btn {
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #0b0320
}

.spinner {
	width: 50px;
	height: 50px;
	margin: 100px auto;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

#toTop {
	position: fixed;
	bottom: 30px;
	right: 25px;
	cursor: pointer;
	display: none;
	z-index: 10
}

.back-to-top-btn i {
	background: #f68d40;
	color: #fff;
	height: 60px;
	width: 60px;
	
	display: inline-block;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	/*margin-right: 28px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0 0 14px 0 #f68d40;
	box-shadow: 0 0 14px 0 #f68d40
}

.back-to-top-btn i:hover {
	background-color: #0b0320;
	color: #fff;
	-webkit-box-shadow: 0 0 14px 0 #0b0320;
	box-shadow: 0 0 14px 0 #0b0320
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d
}


/* Stat counter */

section#counter-stats {
	display: flex;
	justify-content: center;
}

#counter-stats .stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

#counter-stats .stats .fa,
#counter-stats .stats .counting {
  color: #f68d40;
  font-size: 60px;
}

/* Home banner slider */
.homeBannerSwiper .overlay{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
    position: absolute;
}

.homeBannerSwiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.homeBannerSwiper .swiper-slide .slide-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 100vh;
}

.homeBannerSwiper .swiper-slide .slide-content>img {
    width: 100%;
    height: auto;
}

.homeBannerSwiper .swiper-pagination {
    bottom: 0px;
}

.homeBannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.homeBannerSwiper .swiper-pagination-bullet-active {
    background: #f68d40;
}

.homeBannerSwiper .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.homeBannerSwiper .banner-caption h1 {
    font-size: 50px;
    font-weight: 800;
	color: #f68d40;
    margin-bottom: 10px;
}

.homeBannerSwiper .banner-caption p {
    font-size: var(--font-size-md);
    font-weight: 500;
	color: #fff;
    margin-bottom: 20px;
}

/*new css*/
.whatsapp-button{
    position: fixed;
    bottom: 100px;
    right: 25px;
    background-color: #25D366;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 9999999;
    color: #fff;
    border-radius: 50%;
}
.whatsapp-button img{
   min-width:35px;
   min-height: 35px;
}
    

.mobile-nav .mean-bar{
    padding: 15px 0;
}
.doydum-new-logo{
    min-width: 65px !important;
    min-height: 65px !important;
    max-width: 65px !important;
    max-height: 65px !important;
}
.about-img{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-design-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.about-main-image{
    width: 100%;
    max-width: 500px;
    min-height: 150px;
    object-fit: contain;
    z-index:5;
}

@media only screen and (min-width: 992px){
    .about-img{
        min-height: 500px;
    }
    .about-main-image{
        max-width: 65%;
    }
}
