@font-face {
	font-family: 'Iglesia-Regular';
	src: url('fonts/Iglesia-Regular.ttf.woff') format('woff'),
		url('fonts/Iglesia-Regular.ttf.svg#Iglesia-Regular') format('svg'),
		url('fonts/Iglesia-Regular.ttf.eot'),
		url('fonts/Iglesia-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

* {
	transition: all 0.5s ease;
}

.facilityBox>p {
	text-align: justify !important;
}

.featuresBox-con p {
	text-align: justify !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #ffffff url('images/pat1.png') no-repeat center center;
	background-attachment: scroll;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	transition: all 0.5s ease;
}

.btn {
	text-decoration: none;
	transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.animate__animated {
	opacity: 0;
}

/* bg color */
.bg-dark {
	background-color: #400310 !important;
}

.bg-green {
	background: #4287f5;
}

/* btn */
.btn-dark {
	background-color: #400310 !important;
}

/* social */
.social {
	/*width: 86px;*/
}

.social a {
	margin: 5px;
}

/* conInfo */
.conInfo a {}

.conInfo a:first-child::after {
	content: '|';
	margin: 0 2px 0 5px;
}

/* topBar */
.topBar {
	/*  background-color: #003b49; */
	background: linear-gradient(to right, #4287f5 0%, #4287f5 20%, #47101c 20%, #47101c 100%);
}

.topBar a {
	color: #ffffff;
	font-size: 13px;
}

.topBar .nav>li {
	padding: 0 10px;
	position: relative;
}

.topBar .nav>li::before {
	content: '';
	width: 2px;
	height: 12px;
	background: #666;
	position: absolute;
	left: 0;
	top: 5px;
}

.topBar .nav>li:first-child::before {
	display: none;
}

/* logobar */
.logobar {
	background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #f3f6f7 20%, #f3f6f7 100%);
}

.logo {
	background-color: #ffffff;
	width: 86px;
}

.logo img {
	max-height: 80px;
}

.siteName {
	background-color: #f3f6f7;
	font-weight: 600;
}

.siteName h2 {
	font-family: 'Iglesia-Regular';
	font-size: 24px;
	color: #000;
}

.siteName p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

@media (max-width: 767px) {
	#topNavWrap {
		overflow: hidden;
		transition: all ease .3s;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		height: 100vh;
		background-color: #000000;
		z-index: 99999;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#topNavWrap.open {
		width: 250px;
		transition: all ease .3s;
	}

	.topNav {
		width: 250px;
	}

	.topNav>li {
		display: block;
		width: 100%;
		padding: 0 15px;
	}

	.topNav li {
		display: block;
		width: 100%;
		border-top: 1px dashed #797979;
	}

	.topNav li a {
		display: block;
		padding: 5px 0;
		font-size: 14px;
		color: #fecd56;
	}

	.topNav li:hover>a {
		color: #ffffff;
	}

	.topNav ul {
		display: block;
		position: relative;
		background: none;
		text-align: right;
		font-size: 14px;
		padding: 0 10px 0 0;
	}

	#topNav2 {
		border-bottom: 1px dashed #797979;
	}

	#topNavIcon {
		color: #fecd56;
		font-size: 20px;
	}

	#close {
		padding: 5px 15px;
		display: inline-block;
		color: #000;
		font-weight: 700;
		background: #fecd56;
	}

}

@media(max-width: 1199px) {
	.topBar a {
		font-size: 13px;
	}

	.logobar .btn {
		padding: 0.25rem 0.5rem;
		font-size: 13px;
	}
}

@media(min-width: 992px) {
	#header.sticky h2 {
		font-size: 20px;
	}

	#header.sticky p {
		font-size: 12px;
		line-height: 16px;
	}

	#header.sticky .logo img {
		max-height: 60px;
	}

	#header.sticky .logobar .btn {
		padding: 0.25rem 0.5rem;
	}
}

@media (min-width: 1200px) {
	.siteName h2 {
		font-size: 28px;
	}
}

/* navbar */
.mainNav li:hover {
	color: #0a3622;
}

.navbar {}

.navbar a {
	color: #ffffff;
	padding: 8px 15px;
	display: block;
	position: relative;
}

.navbar>li {
	position: relative;
	font-weight: 500;
}

#mainNav li.submenu>a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 5px;
	float: right;
}

@media (max-width: 991px) {
	#mainNav {
		display: none;
	}

	.navbarWrap {
		border-top: 3px solid #003b49;
	}

	.navbar li a {
		border-bottom: 1px solid #ddd;
	}

	.navbar a {
		padding: 3px 5px;
	}

	.navbar>li:hover>a,
	.navbar>li.active>a {
		border-bottom-color: #003b49;
		color: #003b49;
	}

	.dropdown-menu {
		position: relative;
		border: 0;
		padding: 0;
		font-size: 13px;
		background: rgba(0, 0, 0, .2);
	}

	.dropdown-menu a {
		padding: 1px 10px;
	}

	.dropdown-menu a a {
		padding: 1px 15px;
	}

	#mobNav {
		position: absolute;
		right: 20px;
		bottom: 10px;
		font-size: 20px;
		color: #4287f5;
	}
}

@media (min-width: 992px) {

	.navbar>li:hover>a,
	.navbar>li.active>a {
		color: #003b49;
	}

	.navbar>li:hover>a::before,
	.navbar>li.active>a::before {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		top: 0;
		background: #003b49;
	}

	.dropdown-menu {
		background-color: #003b49;
		font-size: 13px;
		box-shadow: 1px 1px 2px #888;
	}

	.dropdown-menu .dropdown-menu {
		left: 100%;
		top: 0;
	}

	.dropdown-menu li {
		padding: 0 15px;
		position: relative;
	}

	/*.dropdown-menu li > a { border-bottom: 1px dashed #999; }*/
	.dropdown-menu a {
		padding: 5px 0;
		display: block;
	}

	.dropdown-menu li:hover {
		border-bottom-color: #4287f5;
	}

	.dropdown-menu li:hover>a {
		color: #4287f5;
	}

	.submenu:hover>ul.dropdown-menu {
		display: block;
	}

	.submenu.last .dropdown-menu {
		left: auto;
		right: 0;
	}

	.submenu.last .dropdown-menu .dropdown-menu {
		right: 100%;
	}
}

/* header */
@media (min-width: 992px) {
	body {
		padding-top: 205px;
	}

	#header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
		transition: all 0.5s ease;
	}

	#header.sticky {
		transition: all 0.5s ease;
	}

	#header.sticky .topBar a {
		font-size: 13px;
	}
}

/* latestNews */
/* .latestNewsWrap{ } */
.latestNews>span {
	width: 130px;
	padding: 5px 0;
}

.latestNews>span::after {
	content: '|';
	margin-left: 5px;
	color: #4287f5;
}

/* banner */
.banner {
	padding: 5px;
	background: #ffffff;
	box-shadow: 0 0 3px #888888;
}

/* simplyscroll */
.simply-scroll,
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
	margin: 0;
}

.simply-scroll .simply-scroll-list li {
	height: auto;
	position: relative;
	width: 100%;
}

/* noticeList */
.noticeList li {
	position: relative;
	padding-left: 85px;
	padding-right: 5px;
	background: #f7f7f7;
	font-size: 13px;
	border-left: 3px solid #006970;
	height: 60px !important;
	margin: 0 0 2px 0;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.noticeList .date {
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	background: #d13854;
	color: #efefef;
	padding: 5px;
	height: 100%;
}

.noticeList .date .day {
	font-size: 20px;
	padding-right: 3px;
}

.noticeList .date hr {
	border-color: #efefef;
	opacity: 1
}

.noticeList li:hover {
	background-color: #efefef;
}

.noticeList li a {
	color: #000;
	width: 100%;
	display: block;
}

/* accordion */
.accordion-button {
	background-color: #efefef;
}

.accordion-button:not(.collapsed) {
	background: #4287f5;
	color: #ffffff;
}

/* list */
.list>li {
	width: 100%;
	position: relative;
	padding-left: 25px;
	margin: 0 0 5px 0;
}

.list>li::before {
	content: '\f06c';
	position: absolute;
	left: 5px;
	top: 1px;
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #4287f5;
}

/* gallery */
.gallery .galPic {
	width: 50%;
	padding: 1px;
	border-color: #ffd9ed !important;
	position: relative;
}

.gallery img {
	width: 100%;
}

.galHover {
	background: rgba(237, 3, 124, .5);
	transition: all .5s ease;
	color: #ffffff;
	z-index: 1;
	opacity: 0;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery .galPic:hover>.galHover {
	font-size: 50px;
	opacity: 1;
}

.videoPlayIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	font-size: 50px;
	color: #ff0000;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	transition: all .5s ease;
	opacity: 0.7;
	background-color: #fff;
	border-radius: 50%;
}

/* card */
.card-title {
	font-weight: 400;
	text-transform: uppercase;
}

.card-pattern {
	background: url('images/pat5.png') no-repeat center top;
	background-size: auto;
	background-size: 100% 90%;
}

/* principal desk */
.imgBox {}

.frame {
	border: 5px solid #d13854;
	position: absolute;
	left: 50px;
	top: 0;
	width: 200px;
	height: 200px;
	transform: rotate(45deg);
}

/* tabWrap */
.tab-content {
	background: #efefef;
	border: 1px solid #ddd;
	border-top: 3px solid #004241;
}

.nav-tabs {
	border: 0;
}

.nav-tabs>li {
	background: #4287f5 !important;
}

.nav-tabs>li .nav-link {
	color: #fff;
	border: 0;
}

.nav-tabs>li .nav-link:hover,
.nav-tabs>li .nav-link.active {
	background: #004241;
	border-radius: 0;
	border: 0;
	color: #fff;
}

.nav-tabs a {
	color: #ffffff;
}

/* footer */
.footer {
	background: url('images/worldpat.png') no-repeat 0 0 #000;
	background-size: auto;
	color: #8e91a2;
	background-size: contain;
}

.footer a {
	color: #8e91a2;
}

.footer h5 {
	color: #ffffff;
	letter-spacing: 1px;
	border-bottom: 1px solid #4287f5;
	padding-bottom: 15px;
}

.conInfo p {
	position: relative;
	padding-left: 25px;
}

.conInfo p .fa-solid {
	position: absolute;
	left: 0;
	top: 6px;
	color: #4287f5;
}

/* serving */
.servingListWrap {
	background: #4287f5;
	text-align: center;
	padding: 28px 0;
}

.servingList {
	border-left: 1px dotted #ddd;
}

.servingList img {
	width: 100px;
	height: auto;
	display: inline-block;
	border-radius: 50%;
	transition: all ease-in-out .5s;
}

.servingList span.count {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 34px;
	margin: 15px 0 10px;
	display: block;
	font-weight: 400;
	color: #004241;
}

.servingList p {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	font-size: 26px;
	transition: all ease .5s;
}

.servingList:hover img {
	border: 3px solid #ff3514;
}

.servingList:hover p {
	color: #ff3514;
}

/* facilityBox */
.facilityBox {
	min-width: 180px;
}

.slide_Im {
	height: 393px;
}