@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Poppins";
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 26px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FA6F06;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.p-0 {
	padding-right: 0;
	padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins";
}

#wrap {
	float: left;
	width: 100%;
}

.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}

#header {
	float: left;
	width: 100%;
	/* padding: 15px 0px; */
	background-color: #F1F1F1;
	transition: all .3s ease-in-out;
}

#header * {
	transition: all .3s ease-in-out;
}

#header .logo {
	float: left;
	width: 163px;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .maintenance-mode {
	float: left;
	width: 69%;
	margin-top: 35px;
}

#header .maintenance-mode p {
	margin: 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

#header .top_right {
	display: flex;
	float: right;
	width: calc(100% - 200px);
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 10px;
}

#header .top_right .top_row {
	display: flex;
	width: fit-content;
	align-items: center;
	/* margin: 0 20px 0 0; */
}

#header .top_right .top_row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header .top_right .top_row ul li {
	position: relative;
	display: inline-block;
	padding: 0px;
}

#header .top_right .top_row ul li:after {
	position: absolute;
	content: "";
	background-color: #000000;
	height: 15px;
	width: 2px;
	top: 5px;
}

/* #header .top_right .top_row ul li:last-child:after {
	content: none;
} */

#header .top_right .top_row ul li a {
	display: inline-block;
	margin: 0 20px;
	font-size: 15px;
	line-height: 23px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#header .top_right .top_row ul li:first-child a {
	margin-left: 0;
}

/* #header .top_right .top_row ul li:last-child a {
	margin-right: 0;
} */

#header .top_right .top_row ul li a:hover {
	color: #A7342D;
	text-decoration: none;
}

#header .top_right .top_row ul>li>a:hover,
#header .top_right .top_row ul>li.active>a {
	color: #A7342D;
}

#header .top_right .top_row ul>li:hover>ul.sub-menu {
	display: block;
}

#header .top_right .top_row ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 150px;
	background-color: #404040;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 2;
	display: none;
	text-transform: uppercase;
}

#header .top_right .top_row ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0;
}

#header .top_right .top_row ul.sub-menu li:after {
	display: none;
}

#header .top_right .top_row ul.sub-menu li a {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-align: left !important;
}

#header .top_right .top_row ul.sub-menu li a:hover {
	background-color: #fa6f06;
	color: #ffffff;
	text-decoration: none;
}

#header .top_right .top_row ul.sub-menu li.active a {
	color: #ffffff;
	text-decoration: none;
	background-color: #002d74;
}

#header .top_right .top_row ul.sub-menu {
	display: none;
}

#header .top_right ul>li:hover>ul.sub-menu {
	display: block;
}

#header .top_right .phone {
	position: relative;
	display: flex;
	float: right;
	width: fit-content;
	padding: 0 0 0 0px;
	font-size: 16px;
	color: #FA6F06;
	font-weight: 400;
	text-transform: uppercase;
	align-items: center;
	justify-content: flex-end;
}

#header .top_right .phone i {
	/* display: flex;
	width: 35px;
	height: 35px;
	background: #FA6F06;
	border-radius: 50%;*/
	padding: 0px 0px 0px 20px;
	margin-right: 5px;
	font-family: "Material Design Icons";
	font-size: 18px;
	color: #000000;
	line-height: 35px;
	text-align: center;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#header .top_right .phone a {
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}

#header .top_right .phone a:hover {
	color: #A7342D;
}

.menu_box {
	float: right;
	width: 100%;
	padding-top: 25px;
}

.menu_box ul.menu {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_box ul.menu li {
	float: left;
	width: auto;
	padding: 0px 30px 0px 0px;
	position: relative;
}

.menu_box ul.menu li a {
	display: block;
	font-size: 18px;
	line-height: 27PX;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li.current_item>a {
	color: #272C6A;
}

.menu_box ul.menu>li:last-child {
	padding-right: 0;
}

.menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background: #272C6A;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}

.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-transform: uppercase;
}

.menu_box ul.menu li ul.sub-menu li a:hover {
	background: #A7342D;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul.sub-menu li.current_item a {
	background-color: #A7342D;
	text-decoration: none;
}

.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

#slider {
	float: left;
	width: 100%;
	margin-top: 140px;
	position: relative;
	overflow: hidden;
}

#slider>img {
	width: 100%;
}

#slider .banner {
	width: 100%;
	float: left;
}

#slider .banner img {
	width: 100%;
	height: auto;
}

#slider .home-slider {
	height: 100%;
}

#slider .home-slider .owl-stage-outer {
	height: 100%;
}

#slider .home-slider .item {
	overflow: hidden;
}

#slider .home-slider .owl-stage-outer .owl-stage {
	height: 100%;
}

#slider .owl-theme .owl-dots {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 13px;
}

#slider .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 100%;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
#slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #19b42c;
}

#slider .owl-theme .owl-nav button.owl-prev {
	left: 20px;
}

#slider .owl-theme .owl-nav button.owl-next {
	right: 20px;
}

#middle {
	float: left;
	width: 100%;
}

.welcome_sec {
	padding-top: 80px;
}

.welcome_sec .content {
	padding-top: 0px;
}

.welcome_sec .content h1 {
	margin: 0 0 40px 0;
	font-size: 40px;
	color: #272C6A;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.welcome_sec .content h1 strong {
	color: #A7342D;
}

.welcome_sec .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}


.welcome_sec .content h5 {
	margin: 10px 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}

.welcome_sec .content .note {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.services {
	padding: 0px 0px 40px 0px;
}

.services .cnt_row {
	display: inline-block;
	width: 100%;
}

.cooked_sec,
.gallery_sec,
.history_sec {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}

.cooked_sec .pic_img,
.gallery_sec .pic_img,
.history_sec .pic_img {
	width: 100%;
	float: left;
}

.cooked_sec .pic_img img,
.gallery_sec .pic_img img,
.history_sec .pic_img img {
	width: 100%;
	height: auto;
}

.cooked_sec .pic_img,
.history_sec .pic_img {
	float: left;
	width: 100%;
}

.cooked_sec .service-heading,
.history_sec .service-heading {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery_sec .image-heading {
	width: 100%;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cooked_sec .service-heading h2,
.gallery_sec .image-heading h2,
.history_sec .service-heading h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 75px;
	text-align: center;
	margin: 0;
	color: #ffffff;
	-webkit-text-fill-color: #FFFFFF;
	-webkit-text-stroke: 2px #272C6A;
}

.services .pic_img img {
	width: 100%;
	height: auto;
}

.services .pad_50 {
	padding-left: 30px;
}

.services .left-content {
	float: left;
	width: 50%;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services .left-content h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #FA6F06;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}

.services .left-content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.services .left-content .button {
	display: inline-block;
	padding: 12px 54px;
	background-color: #FA6F06;
	border-radius: 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-out;
}

.services .left-content .button:hover {
	background-color: #000000;
}

.map_sec {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 0;
}

.map_sec .map {
	float: left;
	width: 100%;
}

.map_sec .map iframe {
	width: 100%;
	height: 700px;
}

#footer {
	float: left;
	width: 100%;
	background-color: #000000;
}

.footer_section {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer_section .ftr_social {
	position: absolute;
	right: 0;
}

.footer_section .ftr_heading {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer_section .ftr_sub_heading {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.footer_section .ftr_contact {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

.footer_section .ftr_contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 50px;
	text-align: center;
}

.footer_section .ftr_contact ul li {
	position: relative;
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
}

.footer_section .ftr_contact ul li i {
	margin-right: 5px;
	font-size: 20px;
}

.footer_section .ftr_contact a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-out;
}

.footer_section .ftr_contact a:hover {
	color: #A7342D;
}

.footer_section .copy_text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}

.footer_section .privacy-policy {
	width: 100%;
	float: left;
}

.footer_section .privacy-policy ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_section .privacy-policy ul li {
	display: inline-block;
	position: relative;
	padding: 0;
	width: auto;
}

.footer_section .privacy-policy ul li::after {
	content: "|";
	color: #FFFFFF;
}

.footer_section .privacy-policy ul li:last-child::after {
	display: none;
}

.footer_section .privacy-policy ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0 20px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.footer_section .privacy-policy ul li a:hover {
	color: #A7342D;
}

.footer_section .privacy-policy ul li:first-child a {
	margin-left: 0;
}

.footer_section .copy_text a {
	display: inline-block;
	padding: 0 5px;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-out;
}

.footer_section .copy_text a:hover {
	color: #FA6F06;
	text-decoration: none;
}

/* Cookie Alert Css Start */
.cookiealert {
	width: 100%;
	margin: 0 !important;
	background: #444444;
	border-radius: 0;
	color: #ffffff;
	opacity: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	color: #ffffff;
	text-decoration: underline;
}

.cookiealert a:hover {
	color: #ffffff;
	text-decoration: none;
}

.cookiealert .acceptcookies {
	margin-top: 10px;
	background-color: #FA6F06;
	border-color: #FA6F06;
	vertical-align: baseline;
	transition: all .3s ease-out;
}

.cookiealert .acceptcookies:hover {
	background-color: #cb951d;
	border-color: #cb951d;
}

/* Cookie Alert Css End */

/* contact form 7 */

body div.wpcf7-response-output {
	padding: 0 0px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	border: none;
}

body span.wpcf7-not-valid-tip {
	position: absolute;
	top: 3px;
	right: 4px;
	font-size: 12px;
	white-space: nowrap;
}

body .wpcf7-not-valid {
	border-color: #97292c !important;
}

/* Cb Header Start */

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 140px;
}

.header1 {
	width: 100%;
	background-color: #F1F1F1;
	padding: 15px 0px;
}

.header2 {
	float: left;
	width: 100%;
	background-color: #F1F1F1;
}

#header .header2 {
	float: left;
	width: 100%;
	height: 140px;
	padding: 15px 0 0 0;
}

#header .header2 .top_right .top_link {
	display: none;
}

/* Cb Header Start End */

/*----------------- inner pages -----------------*/

.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

#inner_hero {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 140px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#inner_hero>img {
	width: 100%;
}

.inner_section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.inner_section h1 {
	margin: 0 0 40px 0;
	font-size: 40px;
	color: #272C6A;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}

.inner_section h1 strong {
	color: #A7342D;
}

.inner_section h2 {
	margin: 0;
	font-size: 40px;
	color: #272C6A;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.inner_section h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #A7342D;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}


.inner_section p a {
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.inner_section p a:hover {
	color: #A7342D;
}

.inner_section ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
    width: 100%;
    display: table-cell;
}

.inner_section h4{
	font-weight: 600;
	margin: 0;
	padding: 15px 0px;
}

.inner_section ol li {
	width: 50%;
	float: left;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	line-break: unset;
}

.inner_section ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.inner_section ul li {
	float: left;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.inner_section ul li:before {
	display: none;
}

.inner_section ul li a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.inner_section ul li a:hover {
	color: #A7342D;
}

.inner_section p strong {
	font-size: 18px;
	color: #A7342D;
	font-weight: 700;
}

.inner_section .inner_map {
	width: 100%;
	float: left;
}

.inner_section .inner_map iframe {
	height: 500px;
	width: 100%;
	margin: 30px 0 0 0;
}

/*-------------------- Contact Page --------------------*/

.contact-form {
	padding: 20px 0 0 0;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 14px;
	margin-bottom: 15px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 400;
}

.contact-form textarea.form-control {
	height: auto;
	resize: none;
}

.contact-form .form-control::placeholder {
	color: #8c8c8c;
}

.contact-form .form-group .submit_btn {
	display: inline-block;
	padding: 13px 50px;
	background-color: #272C6A;
	border-radius: 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-out;
}

.contact-form .form-group .submit_btn:hover {
	background-color: #A7342D;
}

.contact_detail {
	padding: 20px 0 0 0;
}

.contact_detail h3 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #000000;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact_detail p a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.contact_detail p a:hover {
	color: #A7342D;
}


/* ----------- Gallery Page Css ---------- */

.photos_box {
	margin-top: 40px;
}

.photos_box .thumbnail {
	margin-bottom: 30px;
	border-color: #272C6A;
	border-radius: 0px;
}

.photos_box .thumbnail a {
	display: flex;
	align-items: center;
	height: 210px;
	overflow: hidden;
}

.photos_box .thumbnail a img {
	width: 100%;
	height: auto;
}