body {
	/* overflow: hidden; */
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

h2 {
	font-family: "Poppins", sans-serif;
	/* font-size: 32px; */
	font-size: 3rem !important;
	font-weight: 600 !important;
}

p {
	font-family: "Poppins", sans-serif;
}

header {
	box-shadow: 0px 2px #a25d19;
	z-index: 999;
}

.navbar-logo img {
	width: 118px;
	height: auto;
	max-height: fit-content;
}

.nav-item {
	font-size: 20px;
}

.nav-item:hover {
	/* box-shadow: 2px 2px 2px; */
	background-color: #e30908;
}

.nav-item:hover .nav-link {
	color: white !important;
}

.nav-item .active {
	/* box-shadow: 2px 2px 2px; */
	/* border:1px solid black; */
	background-color: #a25d19;
	color: white !important;
}

.nav-link {
	color: black !important;
	text-transform: uppercase;
}

section {
	overflow: hidden;
}

.color-red {
	color: #DC2418;
}

.color-yellow {
	color: #F59C2B;
}

.color-light-blue {
	color: #DEE6F1;
}

.color-blue {
	color: #75B8E4;
}

#departments h5{
	color: #e30908 !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;
}

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: 50px;
	padding-top: 50px;
}

.bg_grey {
	background-color: #a25d1914;
}

.text-red{
	color: #e30908;
}

.feature {
	margin: 25px 0;
}

.feature i {
	background: #e30908;
	border: 3px solid #e30908;
	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: #b56a23;
	border: 3px solid #b56a23;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: swing;
	animation-timing-function: ease;
}

.icon-glass:before {
	content: "\e9a0";
}

.icon-coffee:before {
	content: "\e67d";
}

.feature h3 {
	margin-bottom: 15px;
	margin-top: 25px;
}

.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: #fff;
	background-color: #e30908 !important;
	border-color: #e30908 !important;
}

.bg_black {
	background-color: #2B2B2B;
	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%;
}

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: -50px;
	width: fit-content;
	top: 50%;
	z-index: 999999;
	padding: 0;
	transform: rotate(270deg);
}

.btn-model {
	background: #e30908 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: 4%;
	/* padding-bottom: 8%; */
	/* 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%;
}

header .blink_me {
	/* animation: blinker 3s linear infinite; */
	animation: customAni 2s ease 0s infinite normal none;
}

/* @keyframes blinker {
	50% {
		opacity: 0;
	}
} */
@keyframes customAni {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}

/* home css style start */
#blog {
	background-color: #2b2b2b;
}

#blog h2 {
	color: #ffffff;
}

#specialities .feature:hover {
	background-color: #e30908;
	color: white;
	border-radius: 5%;
}

#specialities .feature {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 10px;
}

.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;
	padding: 5%;
	/* border: 2px solid red; */
}

.btn:hover {
	background-color: #0E130C !important;
}

.order-btn {
	background-color: #0E130C !important;
	border: #0E130C !important;
}

/* home css style end */


/* testimonial css start */
.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;
}

.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 */
