body {
	/* overflow: hidden; */
	/*font-family: "Poppins", sans-serif;*/
	font-family: "Playfair Display", serif !important;
	font-weight: 100;
	font-style: normal;
}

h2 {
    font-family: "The Seasons" !important;
	/*font-family: "Poppins", sans-serif;*/
	/* font-size: 32px; */
	font-size: 2.5rem !important;
	font-weight: 600 !important;
}
@font-face {
	font-family: "The Seasons";
	src: url('../font/Fontspring-DEMO-theseasons-reg.otf') format("truetype");
}

p {
	font-family: "Poppins", sans-serif !important;
}

.navbar-toggler{
        filter: saturate(0) brightness(5);
    border-color: white !important;
}
.text-blue{
	/* color: #f28322  !important; */
	/*color: #235e38 !important;*/
	/*color: #f5b752  !important;*/
	color: #f7ffc3  !important;
}


header {
	/* box-shadow: 0px 2px #2B2B2B; */
	z-index: 999;
}

.navbar-logo img {
	/* width: 118px; */
	/* height: auto; */
	max-height: fit-content;
}

.nav-item {
	font-size: 20px;
	    width: fit-content;
}

.nav-item:hover {
	/*box-shadow: 0px 0px 2px 0px;*/
	border-radius: 10px;
	/*border: 0px solid #2b2b2b;*/
}

.nav-item .active {
	/*box-shadow: 2px 2px 2px;*/
	/*background-color: #235e38;*/
	/*color: white !important;*/
	background-color: white;
    color: black !important;
	border-radius: 10px;
	    width: fit-content;
    padding: .5rem 1rem !important;
    border: none;
}

.nav-link {
	/*color: black !important;*/
	    /*color: #f5b752 !important;*/
	    color: #f7ffc3 !important;
}

section {
	overflow: hidden;
}

.color-red {
	color: #DC2418;
}

.color-yellow {
	color: #F59C2B;
}

.color-light-blue {
	color: #DEE6F1;
}

.color-blue {
	color: #75B8E4;
}
a{
	text-decoration: none !important;
}

/* feature wrap css start */
ul.menu_widget li {
	font-size: 16px;
	color: #fff;
	padding: 10px 10px;
	background-color: #2B2B2B;
	line-height: 18px;
}

ul.menu_widget li:hover {
	font-size: 16px;
	color: #fff;
	padding: 10px 10px;
	background-color: #DC2418;
	line-height: 18px;
}

ul.menu_widget li>span {
	float: right;
}

ul.menu_widget li:nth-child(2n+2) {
	background: rgba(226, 81, 17, 0);
	color: #000000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.heading {
	/* border-bottom: 2px solid #e25111; */
	padding-bottom: 10px;
	display: inline-block;
}

.heading_space {
	margin-bottom: 50px;
	margin-top: 50px !important;
}

hr {
	border-color: #b2b2b2;
	margin: -1px 0 0;
}

.padding-half {
	padding-bottom: 50px;
	padding-top: 50px;
}

.card {
	text-align: left;
}

.card-title {
	font-size: 24px;
}

.card-text {
	font-size: 18px;
}

.padding {
	padding-bottom: 10px;
	padding-top: 10px;
}

.bg_grey {
	/*background-color: #ffffff;*/
	/*background-color: #153a3224;*/
	background-color: #f7ffc37a;
}

.feature {
	margin: 25px 0;
}
/*#specialities .feature {*/
    /* background-color: #2b2b2b; */
    /*background-color: #ffffff;*/
/*    color: white;*/
    /*border-radius: 10%;*/
/*}*/
.feature i {
    /*background: #f5b752;*/
    background: #f7ffc3;
	/* background: #007a9e; */
	/* border: 3px solid #f28322; */
	/*border: 3px solid #235e38;*/
	border-radius: 100%;
	box-shadow: 0 0 0 3px #ffffff inset;
	color: #fff;
	/*padding: 15px;*/
	display: inline-block;
	font-size: 30px;
	height: 100px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	width: 100px;
	-moz-transition: background linear .3s;
	-webkit-transition: background linear .3s;
	-ms-transition: background linear .3s;
	transition: background linear .3s;
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.feature:hover i {
	/* background: #111111; */
	/*background: #f5b752;*/
	/*border: 3px solid #111111;*/
	border: 3px solid #235e38;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: swing;
	animation-timing-function: ease;
}

#counter .feature i {
    /* background: #f5b752; */
    background: #235e38;
    /* background: #007a9e; */
    /* border: 3px solid #f28322; */
    /* border: 3px solid #235e38; */
}
#counter .feature i img {
        filter: invert(1);
}
#counter .feature:hover i {
	/* background: #111111; */
	/*background: #f5b752;*/
	/*border: 3px solid #111111;*/
	border: 3px solid #235e38;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: swing;
	animation-timing-function: ease;
}
#specialities .feature:hover h4 {
    /*color: Black;*/
}
.icon-glass:before {
	content: "\e9a0";
}

.icon-coffee:before {
	content: "\e67d";
}

.feature h3 {
	margin-bottom: 15px;
	margin-top: 25px;
}
.feature h4{
	color:white;
}

.feature_wrap h3 a {
	font-size: 18px;
	font-weight: bold;
}

.feature_wrap p {
	font-size: 14px;
}

footer a {
	color: white !important;
}

/* css end */

/* gallery css */
.lg-outer {
	z-index: 99999 !important;
	background-color: black;
}

.gallery-masonry {
	width: 100%;
	-moz-columns: 2;
	columns: 2;
}

.gallery-masonry img:hover {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	/* border: 5px solid #DC2418; */
	border-radius: 20px;
	padding: 5px;
}

.gallery-masonry figure {
	width: 100%;
	overflow: hidden;
	border-radius: 1rem;
}

@media screen and (min-width: 512px) {
	.gallery-masonry {
		-moz-columns: 3;
		columns: 3;
	}
}

@media screen and (min-width: 1440px) {
	.gallery-masonry {
		-moz-columns: 4;
		columns: 4;
	}
}

@media screen and (min-width: 1640px) {
	.gallery-masonry {
		-moz-columns: 5;
		columns: 5;
	}
}

/* gallery css end */

/* swiper css start */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color);
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--swiper-theme-color);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}

.swiper-button-next {
	background-color: black;
	/* border-radius: 50%; */
	width: 35px !important;
	height: 6%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	font-size: 20px !important;
	content: 'next';
	color: white;
}

.swiper-button-prev {
	background-color: black;
	/* border-radius: 50%; */
	width: 35px !important;
	height: 6%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
	font-size: 20px !important;
	color: white;
}

/* swiper css end */

/* footer css start */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: #2B2B2B !important;
}

.btn-primary {
	    color: #f7ffc3 !important;
    /* background-color: #F59C2B !important; */
    background-color: #153a32 !important;
    /* border-color: #F59C2B !important;
}
.btn-primary:hover {
	color: black !important;
	/*background-color: #F59C2B !important;*/
	box-shadow: rgb(255 255 255 ) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 3px !important;
}

.bg_blue {
	/* background-color: #2b84be; */
	/* background-color: #f28322; */
	/*background-color: #235e38;*/
	background-color: #153a32;
	color: white;
}

ul.widget_links li a:before {
	content: "\f178";
	/*font-family: "Poppins", sans-serif;*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 9px;
}

.padding-top {
	padding-top: 100px;
}

.footer_column {
	padding-bottom: 40px;
}

.half_space {
	margin-bottom: 25px;
}

/* .heading {
	border-bottom: 2px solid #e25111;
	padding-bottom: 10px;
	display: inline-block;
} */

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_column ul.widget_links li {
	width: 48%;
}

.slide-content .content .title h4{
        /*font-size: 5rem;*/
        font-size: calc(.9vw + 3vh + 2vmin);
    text-align: center;
    /*color: #f5b752 !important;*/
    color: #f7ffc3 !important;
}
.slide-content .content p{
        /*font-size: 1.5rem;*/
        font-size: calc(.1vw + 2vh);
}
.bg-body-secondary {
    background-color: #153a32 !important;
}
ul.widget_links li {
	display: inline-block;
	margin-bottom: 10px;
}

/* footer css end */

/* Contact css start */
.contact .icon-content img {
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}

.contact:hover .icon-content .icon img {
	top: -10px;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
	/* padding: 10px; */
	/* filter: brightness(10); */
}

.contact:hover .content-shadow {
	/* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

#contact .error {
	color: red !important;
}

/* Contact css end */
.button-wrwpper {
	position: fixed;
	left: unset;
	right: -80px;
	width: fit-content;
	top: 50%;
	z-index: 999999;
	padding: 0;
	transform: rotate(270deg);
}

.btn-model {
	background: #F59C2B none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 16px 30px;
	text-transform: uppercase;
	border-style: none;
}

#about-us {
	/* padding-top: 2%;
	padding-bottom: 2%; */
	/* background-image: url(../images/background/fish.gif); */
}

footer .social-icons {
	font-size: 22px;
}

header .nav-item .blink_me {
	font-size: 20px;
}

footer ul.widget_links li {
	display: block !important;
}

footer .footer_column ul.widget_links li {
	width: 100%;
}


/* home css style start */

#about-us img{
    border-radius:2rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.blogs {
	/* background: url("../../assets/images/banner/banner62.png") no-repeat; */
	background-size: cover;
	/* height: 100vh; */
	background-position-x: 65%
}

#blog {
	/* background-color: #2b2b2b; */
}

/* #blog h2 {
	color: #ffffff;
} */

#specialities .bg-img {
	/*background: url("../../assets/images/gallery/2.jpeg");*/
	background: url("../../assets/images/background/bg_img.png");
	/* background: url("https://placehold.co/1920x900"); */
	background-size: cover;
	background-position-y: 85%;
	background-position-x: 80%;
}

#specialities .feature:hover {
	/* background-color: #2b2b2b; */
	/*background-color: #ffffff;*/
	/*color: Black;*/
	border-radius: 10%;
}

.image1 {
	position: relative;
	top: 0;
	left: 0;
	border-radius: 10%;
}

@media only screen and (max-width: 600px) {
	.image1 {
		width: 100%;
	}
}

.image2 {
	position: absolute;
	top: 25%;
	left: 40%;
	border-radius: 10%;
	z-index: 9;
}

.menu-image:hover {
	vertical-align: middle;
	border-radius: 10px;
}

.menu-items:hover img {
	border-radius: 20%;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.menu_widget {
	padding-left: 0rem !important;
}

#menu .nav-item {
	margin-right: 10px;
}

.contact {
	border-radius: 30px;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.contact:hover {
	background-color: #2b2b2b;
	border-radius: 10px;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.contact:hover .icon-content img {
	filter: brightness(10.5);
}

.contact:hover h4 {
	color: white;
}

.contact:hover p {
	color: white;
}

.contact:hover h5 {
	color: red;
}

.form-label {
	font-size: 20px;
}

.contact-bg {
	/*background-color: #e9ecef;*/
	background-color: #00000080;
	padding: 5%;
	/* border: 2px solid red; */
}

.btn:hover {
	/* background-color: #0E130C !important; */
	/*background-color: #007a9e !important;*/
	box-shadow: rgb(255 255 255 ) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 3px !important;
}

.order-btn {
	/*background-color: #0E130C !important;*/
	border: #0E130C !important;
}

/* home css style end */


/* testimonial css start */
.testimonial {
	/* background: url("../../assets/images/banner/banner4.png") no-repeat; */
	background-size: cover;
	/* height: 80vh; */
}

.testimonials {
	/* position: relative; */
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.testimonials .swiper-wrapper {
	height: auto;
}

.testimonials::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgb(43 43 43);
}

.testimonials .title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding: 20px 0;
	max-width: 600px;
	margin: 0 auto;
}

.testimonials .title h5 {
	color: #ffffff;
	line-height: 1.2em;
	text-transform: uppercase;
	/* font-size: 18px; */
	/* font-weight: 900; */
	margin-bottom: -3px;
}

.testimonials .title h2 {
	color: #ffffff;
	line-height: 1.2em;
	/* font-weight: 900; */
	/* font-size: 41px; */
	letter-spacing: -1px;
	margin: 0
}

.testimonials .title img {
	margin-top: -10px;
}

.testimonials .title p {
	margin: 0 0 10px;
	margin-bottom: 0;
	color: #5A3733;
}

.testimonials .testi .item {
	background: #fff;
	padding: 50px 30px;
	border-radius: 15px;
}

.testimonials .testi .item .profile {
	display: flex;
	padding-left: 15px;
}

.testimonials .testi .item .profile img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	object-fit: cover
}

.testimonials .testi .item .profile .information {
	padding-left: 20px;
	margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
	color: #f59c2b;
}

.testimonials .testi .item .profile .information p {
	font-size: 24px;
	margin: 0px auto 0px;
	color: #2b2b2b;
	/* font-weight: 900; */
	line-height: 1;
}

.testimonials .testi .item .profile .information span {
	color: #EB6D2F;
	font-weight: bold;
	margin-top: -4px;
	line-height: 1.6em;
	font-size: 14px;
}

.testimonials .testi .item>p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6em;
	display: block;
	z-index: 2;
	font-style: italic;
	color: #5A3733;
	text-align: center;
}

.testimonials .testi .item .icon {
	text-align: center;
}

.testimonials .testi .item .icon i {
	font-size: 32px;
	color: #f59c2b;
}

.testimonials {
	/* position: relative; */
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.testimonials .swiper-wrapper {
	height: auto;
}

.testimonials::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	/* background: rgb(43 43 43); */
}

.testimonials .title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding: 20px 0;
	max-width: 600px;
	margin: 0 auto;
}

.testimonials .title h5 {
	color: #ffffff;
	line-height: 1.2em;
	text-transform: uppercase;
	/* font-size: 18px; */
	/* font-weight: 900; */
	margin-bottom: -3px;
}

.testimonials .title h2 {
	color: #ffffff;
	line-height: 1.2em;
	/* font-weight: 900; */
	/* font-size: 41px; */
	letter-spacing: -1px;
	margin: 0
}

.testimonials .title img {
	margin-top: -10px;
}

.testimonials .title p {
	margin: 0 0 10px;
	margin-bottom: 0;
	color: #5A3733;
}

.testimonials .testi .item {
	background: #fff;
	padding: 50px 30px;
	border-radius: 15px;
	box-shadow: rgb(0 122 158) 0px 1px 3px 0px, rgb(0 122 158) 0px 0px 0px 1px;
}

.testimonials .testi .item .profile {
	display: flex;
	padding-left: 15px;
}

.testimonials .testi .item .profile img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	object-fit: cover
}

.testimonials .testi .item .profile .information {
	padding-left: 20px;
	margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
	color: #f59c2b;
}

.testimonials .testi .item .profile .information p {
	font-size: 24px;
	margin: 0px auto 0px;
	color: #2b2b2b;
	/* font-weight: 900; */
	line-height: 1;
}

.testimonials .testi .item .profile .information span {
	color: #EB6D2F;
	font-weight: bold;
	margin-top: -4px;
	line-height: 1.6em;
	font-size: 14px;
}

.testimonials .testi .item>p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6em;
	display: block;
	z-index: 2;
	font-style: italic;
	color: #5A3733;
	text-align: center;
}

.testimonials .testi .item .icon {
	text-align: center;
}

.testimonials .testi .item .icon i {
	font-size: 32px;
	color: #f59c2b;
}

.icon2 {
	/* position: relative; */
	font-size: 35px;
	/*padding: 4px 25px;*/
	justify-content: center;
	align-items: center;
	display: flex;
	/*line-height: 1;*/
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0px;
	color: #0E130C;
}

/* testimonial css end */
