@import url('./font.css');

body {
	font-size: 14px;
	line-height: 26px;
	font-family:'Plus Jakarta Sans' !important;
}

.main_wrapper {
	flex: 1 0 auto;
}

p {
	font-size: 14px;
	line-height: 24px;
	color: #767676;
}

a, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

a {
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	color: #FF7700 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #FF7700;
}

.main_wrapper {
	height: auto;
	overflow: hidden;
}

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

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/************Header start--------------*/

.home-page header {
	width: 100%;
	position: absolute;
	background: transparent;
	box-shadow: none;
	z-index: 9;
}


header .navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
}

header .navbar-nav li {
	margin-right: 20px;
}

.header-serch input {
    font-size: 14px;
    border: 1px solid #ff7700 !important;
    height: 50px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: transparent !important;
    color: #fff;
	box-shadow: none !important;
}

.header-serch .btn.btn-red {
    border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

header .language-picker ul {
    padding: 0;
    width: 100px;
}

header .language-picker li {
    padding: 10px 15px;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    line-height: 22px;
}

header .language-picker li:last-child{
	margin-bottom: 0;
}

header .language-picker li:hover{
	background-color: #ebebeb;
}

/************Header end--------------*/

/************ footer start***********/
footer {
	background: #202736;
	padding: 50px 0px;
}

footer .footer-heading h4 {
	font-size: 20px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 15px;
}

.footer_social li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50px
}

footer p {
	font-size: 15px;
	text-align: end;
}

.footer-bottom {
    background: transparent;
    padding: 15px 0px;
    width: 100%;
}

.footer-bottom p a:hover {
	text-decoration: underline !important;
}

.footer-bottom p a {
	color: #FF7700;
}

/************ footer end***********/


/************ blog start***************/
.blog-section .blog-img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.blog-section.bg .single-blog {
	background: #ffffff;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

/************ blog end***************/

/*----------- contact --------------*/
.contact-group .card {
	padding: 20px;
}

.contact-group .card .icon {
	max-width: 40px;
}

.contact-group .card .icon span {
	font-size: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #28a745;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #28a745;
}

.contact-form .button {
	background: #28a745;
	color: #fff;
	outline: none;
	padding: 8px 20px;
	border-radius: 5px;
	border: 1px solid #28a745;
	font-size: 16px;
}

#contact_form_id .iti {
	width: 100%;
}

/*----------- custom --------------*/
.card {
	margin-bottom: 20px;
}

.card-header {
	background-color: rgb(32, 39, 54);
	color: #ffffff
}

.list-view.comment-list .menu-icon a, .content-list .list-wrapper.list-unstyled li a
	{
	color: #000;
}

.reauth-email {
	display: none;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.form-control, .form-select {
	background-color: #fff;
	border: 1px solid #f0f1f5;
	color: #6e6e6e;
	height: 50px;
	box-shadow: none !important;
}


.logo-text {
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
}

/*===============Login SignUp=================*/
.signup-bg .content-bottom {
	margin-bottom: 20px !important;
}

.content-bottom h4 i {
	color: #51A746;
	font-size: 24px;
	vertical-align: middle;
}

.content-bottom h4 {
	font-size: 26px;
	color: #000;
}

.signup-bg {
	padding: 23px;
}

.content-bottom h4 span {
	font-size: 16px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background: #5fb255;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

p.style {
	margin-left: 45px;
}

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

.candidate-section .input-group.file-caption-main {
	width: 90%;
}

.single-blog h3 {
	line-height: 1;
}

.single-blog p {
	font-size: 15px;
}

.single-blog h3 a {
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

a.read-more {
	border: 2px solid #6dbd63;
	padding: 7px 14px;
	color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}

.mg-30 {
	margin-bottom: 30px;
}

.pd-100 {
	padding-top: 80px;
}

.single-services a:hover {
	text-decoration: none;
}

.single-services img {
	width: 100px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}

.single-blog {
	margin-bottom: 30px;
}

.bg {
	background: #eee;
}

.pb-15 {
	padding-bottom: 16px;
}

.required label.control-label::after {
	content: " *";
	color: #ef0303;
}

textarea.form-control {
	height: 120px;
}

.secondary {
	background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
	position: relative;
	font-size: 27px;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li a {
	font-size: 16px;
}

.products--capabilities-panel h4 {
	font-size: 19px;
	margin: 20px 0 20px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav.nav-tabs li a:hover {
	color: #555 !important;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 0 inherit;
	font-size: 16px;
	background-color: #f7f7f7;
	border-radius: 0;
	font-weight: 500;
	cursor: pointer;

}

.light-color.btn {
	background: #fff;
	color: #000;
}

.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}

article.blog-post {
	padding: 20px;
	margin: 30px 0px;
}

.cx-blog-section .portfolio-filter-1 li a, .cx-blog-section .blog-categories ul li a
	{
	background: #ffffff;
}

.cx-blog-section .portfolio-filter-1 li a:hover, 
.cx-blog-section .portfolio-filter-1 li.active a,
.cx-blog-section .blog-categories ul li a:hover {
	background: #6dbd63;
	color: #ffffff
}

.innericon {
	font-size: 28px !important;
	text-align: center;
	background: #6dbd63;
	color: #fff !important;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.innericon img {
	width: 100%;
}

.innericon {
	background: #6dbd63;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 5px !important;
	padding: 10px;
}

.site-about {
	padding: 50px 0;
}

.auth-clients li {
	float: none;
	display: inline-block;
	margin: 15px 20px 0 0;
	text-align: left;
}

.social-links {
	margin-top: 0;
	text-align: center;
}

.signup-or>span {
	background: #5fb255 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 100;
	padding: 5px 8px;
	position: relative;
	top: 12px;
	border-radius: 50px;
}

.signup-or {
	border-bottom: 1px solid #5fb255;
	margin: 0 0 30px;
	text-align: center;
}

.bg-bottom {
	z-index: 999;
}

.bg-bottom .btn {
    font-size: 14px!important;
    line-height: 40px;
    padding: 0 20px !important;
}

.portfolio-filter-1 li, .blog-categories ul li {
	display: inline-block;
}

.cx-section.cx-blog-section {
	padding: 50px 0px;
	background: #e0f0e087;
}

/*common*/

.card {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	border: 0;
}

.help-block-error {
	color: red;
}

.blog-post.post-single img {
	width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
	padding: 0;
}

.portfolio-heading-section, .pagetitle-section {
	background: #202736;
	padding: 30px 0;
	color: #fff;
}

.pagetitle-section h1 {
	font-size: 28px;
}


@media screen and (max-width:991px) {
	.blog-post img {
		width: 100%;
		margin-bottom: 15px;
	}
	.blog-section .blog-img img {
		height: auto;
	}
	.promo .intro .title {
		font-size: 22px;
	}
	.promo .intro .summary {
		font-size: 18px;
		margin-bottom: 10px;
	}
	header .navbar-nav li {
		display: block;
	}
	
}

.features-section p {
	word-break: break-all;
}


.box-round-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.banner-text {
	font-size: 38px;
	color: #fff;
	font-weight: 700;
}

.home-inr-card:after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	background: white;
	box-shadow: -60px 20px 40px rgb(0 0 0/ 7%);
	top: 0;
	bottom: 0;
	z-index: 0;
}

.box-round-wrap {
	position: relative;
	z-index: 1;
	padding: 0 20px;
}


@media only screen and (max-width:767px) {
	.home-inr-card:after {
		display: none;
	}
}

.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px 0;
    min-height: 100vh;
    position: relative;
}

.banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.banner-left-section h1 {
    font-size: 70px;
    line-height: 95px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.banner-wrapper .owl-carousel .owl-item  .banner-left-section img{
	width: auto;
	border-radius: 0;
}



.banner-right-section img {
	max-width: 100%;
	border-radius: 80px;
}

.banner-left-section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.custom-btn {
	background: #FF7700 !important;
	border: 1px solid #FF7700 !important;
	color: #fff !important;
	border-radius: 30px !important;
	padding: 20px 36px 20px 36px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}

.custom-btn:hover {
	background: #fff !important;
	color: #FF7700 !important;
}

.food-item-carousel .owl-item {
	text-align: center;
	padding: 0 10px;
	border-right: 1px dashed #bdbdbd;
}

.food-item-carousel .owl-item .feature-grid {
	display: block !important;
}

@media only screen and (max-width:991px) {
	.food-item-carousel .owl-nav button {
		left: 0%;
		width: 50px;
		height: 50px;
		margin: 0 !important;
		color: #f5d365;
	}
	.food-item-carousel .owl-nav button:hover {
		background-color: transparent !important;
	}
	.food-item-carousel .owl-nav button span {
		color: #FF7700;
		font-size: 40px;
		font-weight: 600;
	}
	.food-item-carousel .owl-nav button {
		position: absolute;
		top: 50%;
	}
	.food-item-carousel .owl-nav button.owl-prev {
		left: -40px;
		right: unset;
	}
	.food-item-carousel .owl-nav button.owl-next {
		right: -40px;
		left: unset;
	}
}

@media only screen and (max-width:575px) {
	.food-item-carousel .owl-nav button {
		width: 30px;
		height: 30px;
	}
	.food-item-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.food-item-carousel .owl-nav button.owl-next {
		right: 0px;
	}
}

.feature-grid_img {
	margin-bottom: 28px
}

.feature-grid_img img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.feature-grid_title {
	font-weight: 600;
	color: var(--bs-body-color);
}

.feature-grid:hover .feature-grid_img img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.section-padding {
	padding: 80px 0;
}

.box-title {
	font-size: 24px;
	margin-top: -0.3em;
	line-height: 1.417;
}

.feature-grid_img {
	margin-bottom: 28px;
}

.feature-grid_text {
	max-width: 335px;
	margin: 0 auto -0.5em auto;
}

.feature-grid_img img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	max-width: 100%;
	margin: 0 auto;
	width: auto !important;
	height: auto;
}

.title-area {
	margin-bottom: 80px;
}

.title-area .sec-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}

.title-area .sec-text {
	font-size: 18px;
}

.app-download-wrapper {
    background-position: center;
    height: 407px;
    background: #ff7700;
	border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.app-left-wrapper {
    position: absolute;
    top: -100px;
    right: 100px;
    z-index: 9;
}

.app-left-wrapper .img-first {
	margin-right: 10px;
}

.how_it_works {
	background: #FF7700cf;
}

.how_it_works .how_it_inner {
	background-color: #FF7700cf;
	background-color: #fff;
	padding: 70px 0;
	border-radius: 30px;
	box-shadow: 0px 4px 30px #fef3e9;
}

/* how it works list */
.how_it_works .step_block ul {
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px;
}

.how_it_works .step_block ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.how_it_works .step_block ul li::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	width: 4px;
	height: calc(100% + 100px);
	background-color: #f4d6c8;
}

.how_it_works .step_block ul li:first-child::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background-color: #f4d6c8;
	border-radius: 15px;
}

.how_it_works .step_block ul li:first-child::before {
	top: 0;
}

.how_it_works .step_block ul li:last-child::before {
	height: 50%;
	top: 0;
}

.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img
	{
	width: 360px;
	text-align: right;
}

/* how it works image */
.how_it_works .step_block ul li .step_img img {
	max-width: 100%;
}

/* how it works heading h4 */
.how_it_works .step_block ul li .step_text h4 {
	font-size: 20px;
	font-weight: 600;
}

.how_it_works .step_block ul li .step_text .app_icon {
	margin-bottom: 10px;
}

.how_it_works .step_block ul li .step_text .app_icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f4d6c8;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	transition: .4s all;
}

.how_it_works .step_block ul li .step_text .app_icon a:hover {
	background-color: #FF7700;
}

.how_it_works .step_block ul li .step_text span {
	font-weight: 600;
}

.how_it_works .step_block ul li .step_text span a {
	color: #FF7700;
	text-decoration: underline;
}

.how_it_works .step_block ul li:nth-child(2) {
	flex-direction: row-reverse;
}

.how_it_works .step_block ul li:nth-child(2) .step_text, .how_it_works .step_block ul li:nth-child(2) .step_img
	{
	text-align: left;
}

/* how it works numbers */
.how_it_works .step_block ul li .step_number {
	background-image: url(../img/icon_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* how it works numbers heading h3 */
.how_it_works .step_block ul li .step_number h3 {
	font-size: 30px;
	font-weight: 600;
}

/* how it works video  */
.how_it_works .yt_video {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: -200px;
	position: relative;
	overflow: hidden;
}

/* how it works video animation line  */
.how_it_works .yt_video .anim_line {
	z-index: 999;
}

.how_it_works .yt_video .thumbnil {
	position: relative;
}

.how_it_works .yt_video .thumbnil img {
	max-width: 100%;
}

.how_it_works .yt_video .thumbnil a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-weight: 600;
	z-index: 999;
	cursor: pointer;
}

.how_it_works .yt_video .thumbnil a span {
	display: block;
	font-weight: 700;
	font-size: 30px;
}

.how_it_works .yt_video .thumbnil a .play_btn {
	background-color: rgba(255, 255, 255, 0.1);
	width: 96px;
	height: 96px;
	border-radius: 100px;
	text-align: center;
	margin: 0 auto;
	line-height: 96px;
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.how_it_works .yt_video .thumbnil a .play_btn img {
	width: 50px;
	position: relative;
	z-index: 999;
}

@media screen and (max-width:992px) {
	.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img
		{
		width: 280px;
	}
	.how_it_works .yt_video .thumbnil a {
		top: 57%;
	}
	.how_it_works .yt_video .thumbnil a span {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.how_it_works .how_it_inner {
		padding: 50px 15px;
	}
	.how_it_works .step_block ul {
		padding-top: 30px;
	}
	.how_it_works .step_block ul li, .how_it_works .step_block ul li:nth-child(2)
		{
		flex-direction: column;
		padding-left: 30px;
	}
	.how_it_works .step_block ul li .step_text h4 {
		font-size: 18px;
	}
	.how_it_works .step_block ul li::before {
		left: 0;
		transform: none;
		height: calc(100% + 10px);
		top: 40px;
	}
	.how_it_works .step_block ul li:first-child::before {
		height: calc(100% + 50px);
	}
	.how_it_works .step_block ul li:first-child::after {
		left: -5px;
		transform: none;
		display: none;
	}
	.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img,
		.how_it_works .step_block ul li:nth-child(2) .step_text, .how_it_works .step_block ul li:nth-child(2) .step_img
		{
		text-align: center;
	}
	.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img
		{
		width: 100%;
	}
	.how_it_works .step_block ul li .step_number {
		position: absolute;
		top: -5px;
		left: -23px;
		width: 50px;
		height: 50px;
	}
	.how_it_works .step_block ul li:last-child::before {
		opacity: 0;
	}
	.how_it_works .step_block ul li .step_number h3 {
		font-size: 15px;
		margin-bottom: 0;
		margin-top: -2px;
	}
	.how_it_works .yt_video {
		margin-top: -50px;
	}
	.how_it_works .yt_video .thumbnil {
		height: 300px;
		border-radius: 15px;
	}
	.how_it_works .yt_video .thumbnil img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 15px;
	}
	.how_it_works .yt_video .thumbnil a {
		width: 100%;
	}
	.how_it_works .yt_video .thumbnil a .play_btn::after {
		width: 140px;
		height: 140px;
	}
	.how_it_works .yt_video .thumbnil a .play_btn::before {
		width: 120px;
		height: 120px;
	}
	.how_it_works .yt_video .thumbnil a .play_btn img {
		height: auto;
	}
}

/*================================================
Feedback Area CSS
=================================================*/

.feedback-slider .feedback-item {
    background: #F1F1F1;
    padding: 50px 50px;
    border-radius: 0;
    position: relative;
    border-left: 2px solid #FF7700;
    box-shadow: 0 0 13px 1px #ddd;
    border-top-right-radius: 30px;
}

.feedback-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
	border-bottom-left-radius: 30px;
}

.feedback-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 30px;
}


.feedback-slider .feedback-item .image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.feedback-slider .feedback-item .image {
	width: 70px;
	height: 70px;
}

.quote-image {
	width: 70px;
	height: 70px;
}

.feedback-slider .feedback-item .info {
	margin-bottom: 25px;
}

span.rating-star {
	display: block;
	margin-bottom: 10px;
}

.feedback-slider .feedback-item .info h3 {
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 800;
}

.feedback-slider .feedback-item .info span {
	font-size: 16px;
	color: #FF7700;
}

.feedback-slider .feedback-item p {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
    color: #6A6A6A;
    font-weight: 400;
}

.feedback-slider.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	background-color: transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
	border: 2px solid #FF7700;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.feedback-slider.owl-theme .owl-dots .owl-dot span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #FF7700;
	border-radius: 50%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.feedback-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.feedback-slider.owl-theme .owl-dots .owl-dot.active span::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.feedback-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
	line-height: 0;
}

.feedback-area .owl-nav button {
	left: 0%;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	color: #f5d365;
}

.feedback-area .owl-nav button:hover {
	background-color: transparent !important;
}

.feedback-area .owl-nav button span {
	color: #FF7700;
	font-size: 40px;
	font-weight: 600;
}

.feedback-area .owl-nav button {
	position: absolute;
	top: 50%;
}

.feedback-area .owl-nav button.owl-next {
	right: 0;
	left: unset;
}

.feedback-slider .owl-carousel .owl-stage{
	margin: 15px 0;
}

.rating-star i {
	color: #f5d365;
}

/* ----------Feature-Detail-Section-start------ */

/* features section wraper */
.features_section .feature_detail {
	background-color: var(--bg-white);
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
	padding-top: 60px;
	padding-bottom: 20px;
	box-shadow: 0px 4px 30px #EDE9FE;
}

/* features section image */
.features_section .feature_detail .feature_img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -75px;
}

.features_section .feature_detail .feature_img img {
	max-width: 100%;
}

/* features section box */
.features_section .feature_detail .feature_box {
	max-width: 410px;
}

.features_section .feature_detail .feature_box .data_block {
	margin-bottom: 50px;
}

.features_section .feature_detail .feature_box .data_block h4 {
	font-size: 20px;
	color: var(--dark-purple);
	font-weight: 600;
}

.features_section .feature_detail .left_data {
	text-align: right;
	padding-left: 130px;
}

.features_section .feature_detail .right_data {
	padding-right: 130px;
}

.features_section .feature_detail .left_data .data_block .icon,
	.features_section .feature_detail .right_data .data_block .icon {
	margin-bottom: 13px;
}

.features_section .container {
	max-width: 1370px;
}

@media screen and (max-width:1300px) {
	/* features section */
	.features_section .feature_detail .feature_box {
		width: 350px;
	}
	.features_section .feature_detail .left_data {
		padding-left: 75px;
	}
	.features_section .feature_detail .right_data {
		padding-right: 75px;
	}
}

@media screen and (max-width:1200px) {
	.features_section .feature_detail .feature_box {
		width: 300px;
	}
	.features_section .feature_detail .left_data {
		padding-left: 15px;
	}
	.features_section .feature_detail .right_data {
		padding-right: 15px;
	}
}

@media screen and (max-width:992px) {
	.features_section .feature_detail .feature_img {
		width: 275px;
	}
	.features_section .feature_detail .feature_box .data_block {
		margin-bottom: 30px;
	}
	.features_section .feature_detail .feature_box {
		width: 200px;
	}
}

@media screen and (max-width:767px) {
	.features_section .feature_detail {
		flex-direction: column-reverse;
		align-items: center;
		padding-top: 30px;
		margin-top: 0;
	}
	.features_section .feature_detail .feature_img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 75%;
		text-align: center;
		margin: 0 auto;
	}
	.features_section .feature_detail .feature_box {
		width: 100%;
		padding: 0 15px;
		text-align: center;
	}
	.features_section .feature_detail .left_data .data_block .icon {
		margin-bottom: 10px;
	}
	.features_section .feature_detail .right_data .data_block .icon {
		margin-bottom: 10px;
	}
	.features_section .feature_detail .feature_box .data_block {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.features_section .feature_detail .feature_box {
		justify-content: center;
		margin: 0 auto;
	}
}

.bg-main {
	background-color: #FF7700cf;
}

.mural-bg {
	position: relative;
	background-image: url(../img/mural-shape-bg.png);
	background-repeat: no-repeat;
	background-size: cover
}

.subscribe-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.subscribe-item {
	padding-bottom: 30px;
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1;
	max-width: 100%;
	width: 100%
}

.subscribe-item .section-title p {
	margin: 0
}

.subscribe-form .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	background-color: #fff;
	padding: 6px;
	border-radius: 50px
}

.subscribe-form .form-group .input-group {
	padding: 10px 25px;
	background-color: transparent;
	border: 0;
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1;
	max-width: 100%;
	width: 100%
}

.subscribe-form .form-group .btn {
	padding: 15px 55px;
	border-radius: 40px;
	background: #FF7700;
	border-color: #FF7700;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.subscribe-form .form-group .btn:hover {
	background: #fff;
	color: #FF7700;
	border-color: #FF7700;
}

.subscribe-form .form-group .btn:disabled, .subscribe-form .form-group .btn.disabled
	{
	opacity: 1
}

.subscribe-form .form-group .btn.btn-yellow:hover {
	background-color: #FF7700;
	color: #fff !important
}

.newsletter-form-white .form-control {
	color: #222;
	height: calc(1.5em + 0.75rem + 2px);
	border: 0;
}

@media only screen and (max-width: 991px) {
	.subscribe-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

@media only screen and (max-width:767px) {
	.subscribe-form .form-group .btn {
		padding: 8px 30px;
	}
}

@media only screen and (max-width:575px) {
	.subscribe-form .form-group .btn {
		padding: 8px 10px;
	}
	.subscribe-form .form-group .input-group {
		padding: 0 10px;
	}
}

.footer-bg {
	background-color: #121212;
	border-radius: 0;
}

.as-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}

.footer-widget .as-widget-about .as-social a {
	background-color: transparent;
	color: #4d5765;
	border: 1px solid #4d5765;
}

.footer-widget .as-widget-about .as-social a:hover {
	background-color: #FF7700;
	border-color: #FF7700;
	color: #fff;
}

.widget_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	margin: -0.1em 0 30px 0;
}

.footer-widget .widget_title {
	font-weight: 700;
	max-width: 275px;
	margin: 25px 0 10px;
	padding-bottom: 17px;
}

.footer-widget .widget_title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: none;
	height: 3px;
	width: 100px;
	background-image: -webkit-linear-gradient(left, #FF7700, transparent);
	background-image: linear-gradient(to right, #FF7700, transparent);
}

.widget_title:after {
	content: '';
	height: 1px;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.info-box {
	display: flex;
	background: #fff;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	margin-bottom: 5px;
}

.info-box:not(:last-child) {
	margin-right: 20px;
}

.info-box_icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	line-height: 32px;
	font-size: 14px;
	background-color: #FF7700;
	color: #fff;
	border-radius: 999px;
	text-align: center;
	margin-right: 10px;
}

.menu-all-pages-container .menu li a {
	color: #767676;
}

.menu-all-pages-container .menu li {
	padding: 2px 0;
}

.info-box p {
	font-size: 16px;
	margin: 0;
}

.info-box_text .info-box_link {
	color: #767676;
}

.as-widget-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width:991px) {
	.widget.footer-widget {
		margin-bottom: 20px;
	}
	.widget_title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

/* track order css */
.track-order {
	margin: 80px 0px;
}

.google_map {
	height: 100%;
	position: relative;
}

.track_card {
	box-shadow: -3px 6px 53px #00000012;
}

.point {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	pointer-events: none;
	background-color: rgba(225, 48, 8, .2);
	border: 1px solid #FF7700;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

small {
	font-size: 13px !important;
}

.theme_clr {
	color: #FF7700;
}

.non-veg {
	border: 1px solid red;
	width: 18px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: red;
}

.non-veg span {
	width: 7px;
	height: 7px;
	background: red;
	border-radius: 50%;
}

.veg {
	border: 1px solid green;
	width: 18px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: green;
}

.veg span {
	width: 7px;
	height: 7px;
	background: green;
	border-radius: 50%;
}

.order_fnl i {
	font-size: 22px;
}

.social-login .seperator {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 44px 0 0;
}

.social-login .seperator b {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -22px;
	z-index: 1;
	font-weight: 400;
	color: #7e7e7e;
	padding: 0 10px;
}

.social-icon button {
	border: 1px solid #ADADAD;
	border-radius: 4px;
	background-color: transparent;
	padding: 8px;
}

.social-icon {
	display: inline-flex;
	width: 100%;
}

.social-icon button {
	flex: 0 0 33.33%;
	max-width: calc(33.33% - 8px);
}

.social-icon button:not(:last-child) {
	margin-right: 10px;
}

.athunication-footer-text {
	color: #767676;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	line-height: normal;
	text-align: center;
}

.athunication-footer-text a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.athunication-footer-text a:hover {
	color: #FF7700;
}

.field-user-contact_no .iti {
	width: 100%;
}

.verify-otp .inputs.otp {
	display: inline-flex;
	max-width: 50px;
	flex: 0 0 50px;
	border: 1px solid #d3d3d3;
	padding: 0.375rem 0.75rem;
	height: 56px;
	margin-right: 10px;
	text-align: center;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto !important;
}

/*  */
.theme-color {
	color: #FF7700;
}

.text-orange {
	color: #FF9327;
}

.nav-link {
	padding: 0 !important;
	font-weight: 600 !important;
}

.nav-link.active {
	color: #FF7700 !important;
	border-bottom: 2px solid #FF7700;
}

.item-carousel .owl-dots {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	z-index: 99;
	position: relative;
}

.item-carousel .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block !important;
	border-radius: 100%;
	background: #FF770070 !important;
}

.item-carousel .owl-dot.active {
	width: 40px;
	height: 13px;
	display: inline-block !important;
	border-radius: 100%;
	background: #FF7700 !important;
	border-radius: 22px;
}

.popular-items .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -40%;
    transform: translate(0px, 50%);
    gap: 10px;
    margin: 0;
}

.popular-food-items.owl-carousel .owl-nav button{
	width: 50px;
    height: 50px;
    background: #FF7700;
    border-radius: 50px;
    border: 0;
}

.popular-food-items.owl-carousel .owl-nav button.owl-prev i, 
.popular-food-items.owl-carousel .owl-nav button.owl-next i{
  color: #fff;
}


.popular-food-items .items {
	--image-space: clamp(50px, 5.25vw, 100px);
    margin-top: var(--image-space);
    background: linear-gradient(180deg, #ffedd2 0%, #ffedd2 100%);
    background-color: #ffedd2;
    text-align: center;
    border-radius: 0 clamp(20px, 2.63vw, 30px);
    padding: clamp(15px, 1.58vw, 30px) clamp(17px, 1.05vw, 20px);
    padding-top: 0;
    box-shadow: 0px 6px 25px transparent;
    transition: 0.4s ease;
    position: relative;
}

.popular-food-items .popular-items-img {
	width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

.popular-food-items .popular-items-img img {
    display: inline-block;
    margin-top: calc(0px - clamp(50px, 5.25vw, 50px));
    width: 100%;
    aspect-ratio: auto;
    border-radius: 100px;
}

.popular-food-items .popular-items-txt h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #3A3A3A;
	margin-bottom: 0;
}

.popular-food-items .popular-items-txt p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #6A6A6A;
	margin-bottom: 0;
}

.popular-food-items .popular-items-txt span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #FF7700;
}

.order-offer-bg {
    background-image: url('../img/order-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 40px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.order-offer-img img {
	width: 100%;
}

.popular-resturent {
    background: url('../img/popular-resturent-bg.jpg');
    position: relative;
    z-index: 0;
    background-size: cover;
}
.popular-resturent:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.popular-resturent-box {
    background-color: #2d2d30;
    border: 1px solid #414141;
    margin-bottom: 30px;
    height: calc(100% - 30px);
	border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.popular-resturent-box .rating-input {
    display: none;
}

.popular-resturent-img {
    text-align: center;
    height: 190px;
}

.popular-resturent-img img {
	width: 100%;
	height: 100%;
}

.popular-resturent-txt h6 {
	font-size: 16px;
	line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.popular-resturent-txt ul li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #D0D0D0;
}

.popular-resturent-location{
	display: flex;
	align-items: start;
	gap: 10px;
}

.popular-resturent-location i {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.popular-resturent-location p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #D0D0D0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.popular-resturent-bottom-txt p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #D0D0D0;
}

.popular-resturent-bottom-txt ul li .fa-solid.fa-star {
	color: #FF9327;
}

.popular-resturent-bottom-txt ul li .fa-solid.fa-star.bg-light-gray {
	color: #B3B3B3;
}

.location-icon .fa-solid.fa-location-dot {
	color: #D0D0D0;
}

.dot-gray {
	width: 5px;
	height: 5px;
	background-color: #D9D9D9;
	border-radius: 100px;
}

.popular-resturent-txt {
	border-bottom: 1px dashed #5C5C5C;
	min-height: 110px;
}

.popular-resturent-box.mt-190 {
	margin-top: 170px;
}

.customer-service-box {
    background-color: #ffedd2;
	border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    padding: 50px 50px 40px 50px;
    position: relative;
}

.customer-service-box-top {
	margin-top: 80px;
}

.customer-service-box-top:before {
    content: '';
    background-color: #E3E3E3;
    position: absolute;
    top: -160px;
    left: 50%;
    width: 2px;
    height: 50%;
    z-index: -1;
}

.customer-service-box-bottom:before {
	content: '';
	background-color: #E3E3E3;
	position: absolute;
	top: -117px;
	left: 50%;
	width: 2px;
	height: 30%;
}

.customer-service-box.customer-service-box-bottom {
	margin-top: 37px;
}

.customer-service-txt h6 {
	font-size: 20px;
	color: #3A3A3A;
	line-height: 30px;
	font-weight: 700;
}

.customer-service-txt p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
}

.top-circle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	height: 34px;
	background-color: #FFFFFF;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-inner-circle {
	width: 20px;
	height: 20px;
	background-color: #4D4D4D;
	border-radius: 100px;
}

.left-text-ml-350 {
	margin-left: 220px;
	padding-left: 220px;
	margin-top: 120px;
}

.app-left-img ul li {
	background-color: #fff;
	border-radius: 100px;
	padding: 3px;
	width: 40px;
	height: 40px;
}

.app-left-img ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app-left-txt{
	padding: 50px;
}

.app-left-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.download-top-right-img {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 120px;
}

.download-top-right-img img{
	width: 100%;
}

.special-offer {
	background-image: url('../img/special-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.special-offr-list li{
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	align-items:center;
	gap: 5px;
}

.special-offr-list li i{
	font-size: 14px;
}

.special-offr-list li li:last-child{
	margin-bottom: 0;
}

.footer-txt ul li a {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.footer-txt ul li a:hover{
    background: #ff7700;	
	border-color: #ff7700;
}

.footer-txt ul li a img{
	filter: brightness(100);
}

.footer-txt p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	width: 100%;
	max-width: 262px;
	margin: 15px 0 20px 0;
}

.footer-link .licaion-icon {
	width: 31px;
	height: 31px;
	min-width: 31px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter input {
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #B3B3B3;
	width: 100%;
	padding-bottom: 6px;
	padding-left: 0;
	color: #DCDCDC;
	box-shadow: none !important;
	outline: 0 !important;
}

.newsletter input:focus-visible {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #B3B3B3;
	color: #DCDCDC;
}

.newsletter .btn {
    position: absolute;
    right: 0;
    height: 34px;
    line-height: 32px;
    padding: 0 11px;
}

.footer-link h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600px;
	color: #fff;
}

.footer-link li {
	padding: 5px 0;
}

.footer-link li:last-child{
	padding-bottom: 0;
}

.footer-link ul li a, .footer-link ul li p, .footer-link p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
}

.footer-link ul li a:hover {
	color: #FF7700;
}

.footer-bottom p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}

.footer-bottom ul a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.footer-bottom ul a {
	color: #fff;
	text-transform: capitalize;
}

.footer-bottom .footer-bottom-txt {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.red-dot {
	width: 7px;
	height: 7px;
	background-color: #FF7700;
	border-radius: 100px;
}

.feedback-slider.owl-carousel .owl-nav button.owl-prev:before {
	content: '';
	background-image: url(../img/right-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 54px;
	height: 40px;
	position: absolute;
	bottom: -147px;
	left: 250px;
}

.feedback-slider.owl-carousel .owl-nav button.owl-next:before {
	content: '';
	background-image: url(../img/left-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 54px;
	height: 40px;
	position: absolute;
	bottom: -147px;
	left: -250px;
}

.feedback-slider.owl-carousel .owl-nav button.owl-prev span,
	.feedback-slider.owl-carousel .owl-nav button.owl-next span {
	display: none;
}

.app-right-wrapper p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #3A3A3A;
}

.app-icon-bg {
	background-color: #fff;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	padding: 40px 15px 16px 15px;
	text-align: center;
}

.app-right-wrapper {
	position: absolute;
	bottom: -1px;
}

/* ===========================
breadcumb-area
=========================== */
.breadcumb-wrapper {
    background-color: rgba(0 0 0 / 71%);
    overflow: hidden;
    background-image: url('../img/bnr2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    height: 330px;
    min-height: 320px;
    padding: 160px 0 100px;
    background-blend-mode: multiply;
}

.breadcumb-content {
	max-width: 400px;
	width: auto;
	padding: 30px 30px;
}

.breadcumb-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.18;
	color: #fff;
	margin: -0.2em 0 -0.22em 0;
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
    position: relative;
}

.breadcumb-menu li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 5px;
	list-style: none;
	position: relative;
}

.breadcumb-menu li, .breadcumb-menu span {
	white-space: normal;
	word-break: break-word;
	font-weight: 500;
	font-size: 16px;
	color: #fff !important;
}

.breadcumb-menu a {
	white-space: normal;
	word-break: break-word;
	font-weight: 500;
	font-size: 16px;
	color: #FF7700;
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcumb-menu li:after {
	content: '\f054';
	position: relative;
	margin-left: 10px;
	font-weight: 900;
	font-size: 15px;
	color: #FF7700;
	font-family: 'Font Awesome 6 Free';
}

.breadcumb-menu li:last-child:after {
	display: none;
}

/* ===========================
breadcumb-area end
=========================== */

/* ===========================
	contact page
=========================== */
.contact-info {
	background-color: #fff;
	padding: 20px 15px;
	text-align: center;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 30px;
}

.contact-info_icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 58px;
	background-color: #FF7700;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 999px;
	margin: 0 auto 15px auto;
	position: relative;
	z-index: 2;
}

.box-title {
	font-size: 20px;
	margin-top: -0.3em;
	line-height: 1.3;
	font-weight: 600;
}

.contact-info_text {
	display: block;
	margin-bottom: -0.5em;
	font-size: 15px;
}

.contact-info_icon:before, .contact-info_icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #FF7700;
	opacity: 0.2;
	border-radius: inherit;
	z-index: -2;
	transition: 0.4s ease-in-out;
}

.contact-info_icon:before {
	left: -10px;
	top: -5px;
}

.contact-info_icon:after {
	right: -10px;
	top: 5px;
}

.contact-info:hover .contact-info_icon:before {
	left: 0;
	top: 0;
}

.contact-info:hover .contact-info_icon:after {
	right: 0;
	top: 0;
}

.contact-info_text span, .contact-info_text a {
	display: block;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.contact-info_text a {
	color: var(--text-color);
}

.contact-form {
	background-color: #fff;
	padding: 50px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

[class*="col-"].form-group>i {
	right: calc(( var(--bs-gutter-x)/2)+ 25px);
}


.form-group>i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: var(--text-color);
}

.form-title {
	font-weight: 600;
}

.form-select, .form-control, .form-select, textarea {
	padding-right: 45px;
}

textarea.form-control {
	height: 150px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--text-color) !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--text-color) !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--text-color) !important;
}

/* ===========================
	contact page ends
=========================== */

/*===========================
  #  Why Choose Us
  ===========================*/
.why-left .service-img {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.why-left .service-content {
	padding: 20px 10px 20px 75px;
}

.why-left .service-content h5 {
	font-weight: 600;
}

/*===========================
  #  Why Choose Us ends
  ===========================*/

/*===========================
  #  Features
  ===========================*/
.single-item .card-title {
	font-weight: 600;
}

.single-item {
	text-align: center;
	position: relative;
	margin-top: 30px;
}

figure.image-box {
	border-radius: 59.5px;
	background: #FFF;
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 25px;
}

.down-shape, .up-shape {
	position: absolute;
	right: -25%;
}

.down-shape {
	top: 15%;
}

.up-shape {
	top: 24%;
}

/*===========================
  #  Features ends
  ===========================*/

/*===========================
  # About Us
  ===========================*/
.shape-4 {
	position: absolute;
	left: -130px;
	bottom: -4px;
}

.service-wrap {
	margin-bottom: 25px;
	position: relative;
}

.service-img {
	background: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	border: 1px dashed var(--color-primary);
	margin-right: 17px;
	position: absolute;
	left: 0;
}

.service-content h6 {
	font-size: 17px;
	margin-bottom: 0;
}

.service-content {
	padding: 20px 10px 20px 70px;
}

/*===========================
  # About Us ends
  ===========================*/
.sub-title::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #FF7700;
	bottom: 5px;
	left: 0;
}

.sub-title::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #FF7700;
	bottom: 5px;
	right: 0;
}

.sub-title {
	color: #FF7700;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	max-width: max-content;
}

.pd-100 {
	padding: 100px 0;
}

.features {
	background: #f4f4f4 !important;
}

.terms-content:not(:last-child) {
	margin-bottom: 54px;
}

.terms-content h3 {
	margin-bottom: 23px;
	position: relative;
	color: #000;
	font-weight: 500;
}

.terms-content p {
	color: #5e5e5e;
	line-height: 30px;
}

.terms-content .terms-list {
	margin-top: 37px;
}

.terms-content .terms-list {
	margin-top: 37px;
	padding-left: 0;
}

.terms-list li:not(:last-child) {
	margin-bottom: 16px;
}

/****Faq Page Start****/
.choose-right .accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.choose-right .accordion-item {
	border: 1px solid #eaebee;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.choose-right .accordion-collapse {
	border: 0;
}

.choose-right .accordion-button {
	padding: 25px;
	font-size: 16px;
	color: #242629;
	font-weight: 600;
	padding-right: 35px;
	border: 0;
}

.choose-right .accordion-button:not(.collapsed) {
	color: #FF7700;
	background-color: #fff;
	box-shadow: none;
	border: 0;
}

.choose-right .accordion-body {
	padding: 0px 25px 20px 25px;
	margin-top: -10px;
}

.choose-right .accordion-body p {
	line-height: 30px;
	margin-bottom: 0;
}

.choose-right .accordion-button:not(.collapsed)::after {
	background: none;
	transform: rotate(180deg);
	content: "+";
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 35px;
	line-height: 11px;
}

@media ( max-width : 767px) {
	.choose-right .accordion-button:not(.collapsed)::after {
		right: 20px;
		content: "-";
	}
}

.choose-right .accordion-button::after {
	background: none;
	color: #FF7700;
	content: "-";
	position: absolute;
	right: 20px;
	top: 25px;
	font-weight: 400;
	font-size: 35px;
	line-height: 11px;
}

@media ( max-width : 767px) {
	.choose-right .accordion-button::after {
		right: 15px;
	}
}

/****Faq Page End****/

.bg-yellow {
	background-color: #FF7700cc;
	height: 100vh;
	display: flex;
	align-items: center;
}

.thanks-div {
	background: #fff;
	border-radius: 15px;
	text-align: center;
}

.inner-athuntication-wrapper .alert {
	position: relative;
	z-index: 1;
	width: 100%;
}

#contact-form-submit {
	background: #FF7700 !important;
	background-color: rgb(255, 119, 0);
	border-color: #FF7700 !important;
	color: #fff !important;
	padding: 10px 20px;
	border: 1px solid #FF7700;
	max-width: 200px !important;
}

.popular-resturent-txt li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 13px;
}

.caption{
	display: none !important;
}

.theme-krajee-svg.rating-md .krajee-icon{
	width: 15px !important;
	height: 15px !important;
}

.review-rating-main .rating-md{
	font-size: inherit !important;
}

.iti--separate-dial-code{
	width: 100%;
}

