#loader,
#mhead,
.scrollup {
	position: fixed;
}
html {
  scroll-behavior: smooth;
}

#loader,
.banner .banner-static,
.banner .col-lg-12,
.banner .container,
body,
html {
	height: 100%;
}
.about-main h3,
.banner-text p,
.main-menu nav li a,
.offer-item .offer-price,
body {
	font-family: Roboto, sans-serif;
}
.banner-text h1,
.banner-text h2 {
	letter-spacing: 2.7px;
	line-height: 100px;
}
.banner-text h1,
.banner-text h2,
.block-title,
.ft-title,
.offer-item div h3,
.pricing-main h2,
.text-col h3 {
	font-family: nautilus_pompiliusregular;
}
#mhead,
.about-images,
.banner-text,
.item-type-zoom .item-hover,
.tab-title-menu {
	text-align: center;
}
@font-face {
	font-family: nautilus_pompiliusregular;
	src: url("../fonts/nautilus-webfont.woff2") format("woff2"),
		url("../fonts/nautilus-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
body {
	color: #686868;
	font-size: 14px;
	line-height: 1.80857;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1;
}
.scrollup:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: 0.8;
}
.footer-box-d ul,
li,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #1f1f1f;
}
.btn,
a {
	text-decoration: none !important;
	outline: 0 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.d-flex {
	display: flex;
}
.allcenter {
	justify-content: center;
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.h-100 {
	height: 100%;
}
.align-items {
	align-items: center;
}
.btn-custom {
	margin-block-start: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
}
.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 20px 0;
	padding: 30px;
}
#mhead {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	font-family: georgia;
	top: 0;
	width: 100%;
	margin-block-end: 50px;
	margin-inline-start: -10px;
}
#loader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 9999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loader-animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: 0.3;
	bottom: 20px;
	right: 40px;
	display: none;
	background: url(../images/icon_top.webp) no-repeat;
}
.logo {
	float: left;
}
.header-block-top {
	position: absolute;
	z-index: 11;
	width: 100%;
	top: 0;
	left: 0;
}
.header-block-top .navbar-brand {
	margin: 0 !important;
	padding: 15px 0;
	display: inline-block;
	line-height: normal;
	font-size: 100%;
	height: 100%;
}
.main-menu .navbar-default,
.main-menu .navbar-default .navbar-nav .active a {
	background-color: transparent;
}
.main-menu .navbar {
	min-height: inherit;
	border-radius: 0;
	border: none;
	margin: 0;
}
.main-menu nav .navbar-header .navbar-brand {
	height: inherit;
}
.blog-main h2,
.color-white,
.footer-box-b ul li a,
.footer-box-c p a,
.ft-title.color-white,
.main-menu .navbar-default .navbar-nav li a,
.reserve-book-btn button a,
.tab-menu .is-active p,
.team-main .block-title {
	color: #fff;
}
.main-menu nav li a {
	padding: 43px 0 15px;
	margin: 0 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	position: relative;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	font-weight: 500;
	font-size: 14px;
}
.main-menu nav li a::after,
.main-menu nav li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.main-menu nav li a::before {
	background: #b5b5b5;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.main-menu nav li.active a::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.main-menu nav li.active a::after,
.main-menu nav li.active a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.main-menu nav li a:focus::before,
.main-menu nav li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.fixed-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #202020;
	transition: 0.5s;
	padding: 10px 0 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.about-images,
.banner,
.banner-text h1,
.banner-text h2,
.counter .container {
	position: relative;
}
.fixed-menu .navbar-brand {
	padding: 10px 0;
}
.fixed-menu .navbar-brand > img {
	max-width: 150px;
}
.fixed-menu .main-menu nav li a {
	padding: 32px 0 10px;
}
.banner {
	background: url(../images/banner.webp);
	height: 100vh;
	min-height: 100%;
}
.banner-text {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.banner-cell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.banner-text h1 {
	display: inline-block;
	font-size: 74px;
	color: #fff;
	padding-block-end: 0px;
	padding-block-start: 100px;
}
.banner-text h2 {
	font-size: 37px;
	padding-block-end: 25px;
}
.banner-text p {
	font-size: 18px;
	color: #ccc;
	padding-block-end: 35px;
	margin: 0;
}
.blog-btn-v a,
.book-btn a,
.reserve-book-btn button {
	color: #fff;
	min-width: 219px;
	padding: 10.5px 20px;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
}
.book-btn a:hover {
	border: 3px solid red;
	background: 0 0;
}
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: red;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
	left: 0;
	right: 0;
}
.banner-cell .mouse {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: 0 0;
	border: 2px solid #fff;
	border-radius: calc(16px * 2);
	z-index: 1;
}
.item-hover,
.special-menu:before {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.banner-cell .mouse:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	width: calc(2px * 2);
	height: calc(2px * 2);
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 100%;
	-webkit-animation-name: scrollWheel;
	animation-name: scrollWheel;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	will-change: transform;
}
@-webkit-keyframes scrollWheel {
	from {
		-webkit-transform: translate(-50%, 0);
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate(-50%, 0);
		transform: translate3d(-50%, 0, 0);
		opacity: 1;
	}
	to {
		-webkit-transform: translate(-50%, 20px);
		-webkit-transform: translate3d(-50%, 20px, 0);
		transform: translate(-50%, 20px);
		transform: translate3d(-50%, 20px, 0);
		opacity: 0;
	}
}
@keyframes scrollWheel {
	from {
		-webkit-transform: translate(-50%, 0);
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate(-50%, 0);
		transform: translate3d(-50%, 0, 0);
		opacity: 1;
	}
	to {
		-webkit-transform: translate(-50%, 20px);
		-webkit-transform: translate3d(-50%, 20px, 0);
		transform: translate(-50%, 20px);
		transform: translate3d(-50%, 20px, 0);
		opacity: 0;
	}
}
.about-main {
	background: #e6e6e6;
}
.pad-top-100 {
	padding-block-start: 90px;
}
.pad-bottom-100 {
	padding-block-end: 90px;
}
.pad-top-70 {
	padding-block-start: 70px;
}
.left-btn,
.tab-title-menu h2 {
	padding-block-start: 10px;
}
.pad-bottom-70 {
	padding-block-end: 70px;
}
.block-title {
	font-size: 52px;
	font-weight: 700;
}
.about-main h3 {
	font-weight: 600;
	font-size: 20px;
}
.about-images img {
	border: 10px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 999px;
	max-width: 100%;
}
.about-inset {
	position: absolute;
	top: 0;
	right: 0;
}
.special-menu {
	background: url(../images/special_menu_bg.webp) center/cover no-repeat fixed;
	position: relative;
}
.special-menu:before {
	content: "";
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.67);
	position: absolute;
}
.title-caption {
	letter-spacing: 0.16px;
	padding: 20px 120px;
	color: #fff;
	font-size: 18px;
}
#owl-demo .item {
	margin: 15px;
	position: relative;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.special-box .owl-theme .owl-controls {
	margin: 0;
}
.item-type-zoom {
	border: 4px solid #fff;
}
.item-type-zoom .item-hover {
	z-index: 5;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	opacity: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.item-type-zoom .item-info {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	z-index: 5;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	bottom: 0;
}
.item-type-zoom .item-info .headline {
	font-size: 18px;
	width: 75%;
	margin: 0 auto;
	border: 4px solid #fff;
	padding: 10px;
}
.item-type-zoom .item-info .line {
	height: 1px;
	width: 60%;
	margin: 15px auto 10px;
	background-color: #fff;
}
.item-type-zoom .item-info .dit-line {
	font-size: 14px;
	font-style: italic;
}
.item-hover {
	position: absolute;
}
.blog-img-box:hover .overlay,
.gal-item a:hover:after,
.item-type-zoom .item-hover:hover {
	opacity: 1;
}
.item-type-zoom .item-hover:hover:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(231, 91, 30, 0.5);
	top: 0;
	left: 0;
}
.item-type-zoom .item-hover:hover .item-info {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.footer-logo,
.special-box {
	padding-block-end: 40px;
}
.special-box .owl-theme .owl-controls .owl-page.active span {
	height: 16px;
	width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span {
	border: 2px solid #fff;
	opacity: 1;
	background: #202020;
	height: 16px;
	width: 16px;
}
.footer-box-d ul li span,
.gallery-main .title-caption,
.menu-main .title-caption {
	color: #666;
}
.tab-title-menu h2 {
	border-bottom: 1px solid #666;
	display: inline-block;
}
.tab-title-menu p {
	font-size: 35px;
	padding-block-start: 0px;
	color: #000;
}
.tab-menu {
	background: #f5f5f5;
	padding: 2px 0;
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}
.offer-item {
	position: relative;
	overflow: hidden;
	margin-block-end: 30px;
}
.offer-item img {
	width: 20%;
	float: left;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
}
.offer-item div {
	width: 60%;
	float: left;
	padding-inline-start: 20px;
	padding-inline-end: 20px;
}
.offer-item .offer-price {
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 92px;
	height: 92px;
	line-height: 92px;
	-moz-border-radius: 92px;
	-webkit-border-radius: 92px;
	border-radius: 92px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.5px;
}
.sf-team .text-col,
.team-social li a {
	border: 1px solid #ccc;
	text-align: center;
}
.offer-item div h3 {
	font-size: 20px;
	margin: 9px 0 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.offer-item div p {
	color: #6b6b6b;
}
.tab-menu .slick-prev.slick-arrow {
	display: none;
}
.tab-menu .slider.slider-single {
	border-top: 1px solid #ccc;
	padding-block-start: 25px;
}
.gal-item a:focus,
.modal-open .gal-item button.close:focus,
.tab-menu .slick-initialized .slick-slide {
	outline: 0;
}
.tab-menu .is-active h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.team-main {
	background: url(../images/team_bg.webp) center/cover no-repeat fixed;
	position: relative;
}
.blog-main::before,
.footer-news::before,
.team-main:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.sf-team {
	float: left;
	width: 100%;
}
.sf-team .thumb {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
}
.sf-team .text-col {
	float: left;
	width: 100%;
	padding: 25px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.blog-img-box img,
.form-box
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	),
.sf-team .thumb a img {
	width: 100%;
}
.sf-team:hover .text-col {
	border: 1px solid transparent;
	transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}
.sf-team:hover .thumb img {
	opacity: 0.6;
	transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}
.text-col h3 {
	font-size: 28px;
}
.sf-team:hover .team-social {
	border-color: #fff;
	transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}
.team-social {
	display: block;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	border-top: 1px solid;
}
.team-social li {
	display: inline-block;
	padding: 0 4px;
}
.sf-team:hover .team-social li a {
	border: 1px solid transparent;
	background: #fff;
	color: #222;
	transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}
.team-social li a {
	width: 34px;
	height: 34px;
	line-height: 32px;
	border-radius: 100%;
	color: #222;
	font-size: 16px;
	display: block;
}
.sf-team:hover .text-col h3,
.sf-team:hover .text-col p {
	color: #fff;
	transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}
.gal-container {
	padding: 12px;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 0;
	background-color: rgba(231, 91, 30, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
.blog-main {
	background: url(../images/blog_bg.webp) center/cover no-repeat fixed;
	position: relative;
}
.blog-box {
	padding-block-start: 20px;
}
.blog-block {
	background: #fff;
	overflow: auto;
	margin-block-end: 20px;
}
.blog-img-box {
	float: left;
	width: 50%;
	position: relative;
}
.blog-img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
	text-align: center;
}
.blog-img-box:hover img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.overlay i {
	margin-block-start: 42%;
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}
.blog-dit {
	width: 50%;
	height: 100%;
	float: right;
	text-align: center;
	padding: 65px 2% 0;
}
.blog-btn-v,
.reservations-box,
.reserve-book-btn {
	padding-block-start: 30px;
}
.blog-dit p {
	font-size: 12px;
	color: #ccc;
}
.blog-dit h2 {
	font-size: 22px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	margin-block-end: 20px;
	padding: 10px 30px 13px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.blog-dit h5 {
	font-size: 11px;
	color: #ccc;
}
.blog-btn-v {
	clear: both;
	text-align: center;
}
.blog-btn-v a:hover {
	background: 0 0;
}
.pricing-main {
	background: url(../images/full-bg.webp) center/cover no-repeat;
}
.pricing-main h2 {
	padding-block-end: 30px;
}
.pricing-main p {
	letter-spacing: 0.16px;
	padding: 20px 120px;
	color: #666;
	font-size: 18px;
	text-align: center;
}
.panel-pricing-in {
	clear: both;
}
.panel-pricing .panel-heading {
	padding: 20px 10px;
}
.pricing-main .panel-heading h3 {
	font-family: Roboto, sans-serif;
	padding: 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.panel-pricing .panel-heading .fa {
	margin-block-start: 10px;
	font-size: 58px;
}
.panel-pricing .list-group-item {
	color: #202020;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
	font-family: Roboto, sans-serif;
	padding: 10px 15px;
}
.panel-pricing .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.panel-pricing .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-pricing .panel-body {
	background-color: #f0f0f0;
	font-size: 40px;
	color: #777;
	padding: 20px;
	margin: 0;
}
.footer-box-d ul li p,
.panel-body p {
	padding: 0;
	margin: 0;
}
.panel-body p strong {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 42px;
}
.panel-body p strong span {
	color: #e75b1e;
}
.panel-pricing {
	border: 1px solid #e75b1e;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.orange-bg,
.panel-pricing .panel-heading {
	background: #e75b1e;
}
.pricing-main .panel-footer .btn-block {
	border-radius: 0;
}
.pricing-main .panel-footer a {
	background: #e75b1e;
	border: 3px solid #e75b1e;
	color: #fff;
	padding: 14px 16px;
}
.pricing-main .panel-footer a:hover {
	background: 0 0;
	color: #202020;
	border: 3px solid red;
}
.panel-pricing:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	margin-block-start: -8px;
}
.form-reservations-box {
	width: 70%;
	margin: 0 auto;
}
.reservations-main h4 {
	text-align: center;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	padding-block-start: 25px;
}
.footer-news p,
.reservations-main p {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-align: center;
}
.form-box input,
.form-box select {
	width: 100%;
	border: 2px dotted #ccc;
	color: #202020;
	padding: 12px;
	text-transform: capitalize;
	background: #f5f5f5;
}
.form-box {
	margin-block-end: 20px;
	min-height: 53px;
}
.form-box input {
	border-radius: 4px;
	opacity: 1;
	min-height: 54px;
}
.form-box select {
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.footer-news form input,
.form-box .bootstrap-select button {
	border: 2px dotted #ccc;
	text-transform: capitalize;
	width: 100%;
}
.form-box .bootstrap-select button {
	background: #f5f5f5;
	color: #202020 !important;
	padding: 15px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.form-box select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
}
::-webkit-input-placeholder {
	color: #202020;
}
:-ms-input-placeholder {
	color: #202020;
}
::-moz-placeholder {
	color: #202020;
	opacity: 1;
}
:-moz-placeholder {
	color: #202020;
	opacity: 1;
}
.reserve-book-btn button:hover {
	background: 0 0;
	color: #202020;
}
.reserve-book-btn button:hover a {
	background: 0 0;
	border: none;
}
.footer-news form a:hover,
.footer-news form input {
	background: #f5f5f5;
	color: #202020;
}
.bootstrap-select .dropdown-toggle:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0 !important;
}
.footer-news {
	background: url(../images/newsletter-bg.webp) center/cover no-repeat fixed;
	position: relative;
}
.ft-title {
	letter-spacing: 0.96px;
	margin-block-end: 22px;
	font-size: 52px;
}
.footer-news p {
	margin-block-end: 40px;
	color: #fff;
}
.footer-news form {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
}
.footer-news form input {
	padding: 12px;
	border-radius: 4px;
	opacity: 1;
	min-height: 53px;
}
.footer-news form a {
	border: 2px dotted #ccc;
	padding: 0 19px;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
	min-width: inherit;
	height: 53px;
	line-height: 51px;
	color: #fff;
}
.footer-box-b ul li,
.footer-socials {
	line-height: 30px;
}
.footer-box {
	background: center/cover no-repeat #111;
	background-image: -moz-radial-gradient(
			center,
			ellipse cover,
			rgba(0, 0, 0, 0.57) 0,
			rgba(0, 0, 0, 0.87) 100%
		),
		url(..images/footer_background.webp);
	background-image: -webkit-radial-gradient(
			center,
			ellipse cover,
			rgba(0, 0, 0, 0.57) 0,
			rgba(0, 0, 0, 0.87) 100%
		),
		url(../images/footer_background.webp);
	background-image: radial-gradient(
			ellipse at center,
			rgba(0, 0, 0, 0.57) 0,
			rgba(0, 0, 0, 0.87) 100%
		),
		url(../images/footer_background.webp);
}
.footer-socials {
	margin: 10px 0;
	padding: 4px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.socials-box {
	display: table-cell;
	vertical-align: middle;
	margin: 1px 0;
	padding: 4px;
}
.socials-box li {
	display: inline-block;
	opacity: 1;
	margin-inline-end: 7px;
}
.footer-box .social-circle-border {
	background-color: transparent;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.social-circle-border {
	font-size: 20px;
	line-height: 23px;
	margin-inline-end: 2px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: transparent;
	color: #6f6f6f;
	text-align: center;
}
.footer-box-a h3,
.footer-box-b h3,
.footer-box-c h3,
.footer-box-d h3 {
	font-size: 24px;
	font-family: nautilus_pompiliusregular;
}
.copyright-main .copy-title,
.footer-box-a p,
.footer-box-b p,
.footer-box-c p,
.footer-box-d p {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #fff;
}
.footer-box-a p {
	line-height: 25px;
}
.footer-box-b ul li a:hover {
	padding-inline-start: 5px;
}
.footer-box-c p i {
	font-size: 20px;
	position: relative;
	top: 4px;
	float: left;
	min-width: 20px;
	text-align: center;
}
.footer-box-c p span {
	display: table;
	padding-inline-start: 12px;
	padding-block-start: 1px;
}
.footer-box-d ul li {
	display: inline-block;
	width: 100%;
	padding-block-end: 12px;
}
.copyright-main {
	border-top: 2px dotted #fff;
	text-align: center;
	padding-block-start: 25px;
	margin-block-start: 70px;
	padding-block-end: 25px;
}
.copyright-main .copy-title {
	letter-spacing: 1px;
	padding-block-end: 0px;
}
#color-panel {
	position: fixed;
	width: 180px;
	height: auto;
	top: 150px;
	text-align: left;
	border: 1px solid rgba(100, 100, 100, 0.55);
	z-index: 11;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.close-color-panel {
	right: -180px;
}
.open-color-panel {
	right: -1px;
}
#color-panel .segment {
	width: 100%;
	padding: 15px 25px;
	border: 1px solid rgba(100, 100, 100, 0.55);
	background: rgba(50, 50, 50, 0.95);
}
#color-panel a.panel-button {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -50px;
	top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 47px;
	cursor: pointer;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #d1d1d1;
	background: rgba(100, 100, 100, 0.85);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#color-panel a.panel-button i {
	padding: 7px;
}
#color-panel a.panel-button:hover {
	color: #35cc75;
}
#color-panel h4 {
	margin: 3px auto 15px;
	padding-block-start: 0;
	padding-block-end: 0;
	color: #fff;
}
#color-panel .segment a.switcher {
	width: 24px;
	height: 35px;
	display: inline-block;
	margin-inline-end: 3px;
	margin-block-start: 5px;
	border: 1px solid #efefef;
	cursor: pointer;
}
.strong-blue-bg {
	background: #1e69b8;
}
.moderate-green-bg {
	background: #8dc63f;
}
.vivid-yellow-bg {
	background: #fdcb03;
}
.lang {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.lang img {
	margin: 0 5px;
}
.navbar-collapse {
	border-top: 0 !important;
	box-shadow: 0 !important;
}
.counter {
	padding: 80px 0;
	background-image: url("../images/gallery/1.webp");
	color: #fff;
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.counter .overlay,
.title .overlay {
	background-color: #00000098;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.counter .container .counter-box {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.counter .container .counter-box .box {
	padding: 40px 15px;
	width: calc(100% / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 767px) {
	.counter .container .counter-box .box {
		width: calc(90% / 1);
	}
}
.counter .container .counter-box .box .icon {
	font-size: 28px;
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	border: 10px solid #e75b1e;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.counter .container .counter-box .box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	margin-left: -64px;
}
.counter .container .counter-box .box p {
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	margin-left: -64px;
}
body {
	font-size: 18px;
	color: #000;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.pricing-main p {
	color: #000;
}
.text-white {
	color: white !important;
}
.tab-menu {
	background: #fff;
}

*,
.main-menu nav li a {
	font-family: "Cairo", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0;
}

.main-menu nav li a {
	letter-spacing: normal;
	font-size: 14px;
}

.banner-text h2 {
	letter-spacing: normal;
	padding-bottom: 0;
}

.ul_normal li {
	list-style: disc;
	color: #2e2e2e;
	margin: 0px 0 22px 0;
	line-height: 1.6;
}
.about-main p {
	font-weight: 600;
	font-size: 18px;
}

.bg-white {
	background: #ffffff;
}

.fa {
	font: normal normal normal 18px/1 FontAwesome !important;
}

#navbar {
	float: right;
}

.copyright-main {
	margin-block-start: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: right;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	left: 12px;
	right: auto;
}

.form-box textarea {
	width: 100%;
	border: 2px dotted #ccc;
	background: #f5f5f5;
	color: #202020;
	padding: 12px;
	text-transform: capitalize;
	border-radius: 4px;
	opacity: 1;
	min-height: 54px;
}

#banner {
	background: url("../images/gallery_03 - Copy.webp") no-repeat;
	background-size: cover;
	background-position: center center !important;
}

.gal-item .box {
	height: auto;
}

.gal-item a:after {
	line-height: 220px;
}

#reservation .reservations-main {
	background: url(../images/reservations_bg.webp) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#reservation .reservations-main::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.slick-list {
	height: auto !important;
}

input {
	color: #01723c !important;
}

::placeholder {
	color: #01723c !important;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #01723c !important;
}

.btn-primary {
	background-color: #01723c !important;
	position: relative;
	margin: 0 5px !important;
	display: inline-block !important;
	border: 0;
}
.btn-primary::before {
	content: "";
	background-color: white;
	position: absolute;
	width: 0;
	height: 1.5px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.btn-primary.active {
	background-color: #004121 !important;
}
.btn-primary.active::before,
.btn-primary:hover::before {
	content: "";
	background-color: white;
	position: absolute;
	width: 80%;
	height: 1.5px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.book-btn a:hover,
#membership-submit:hover,
#reservation-submit:hover,
#contact-submit:hover {
	background-color: #01723c !important;
	border-color: #01723c !important;
	color: #fff !important;
}

h3 {
	font-size: 28px;
	color: #e75b1e;
}

.pad-top-20 {
	padding-top: 20px;
}

.footer-box {
	background-image: radial-gradient(
			ellipse at center,
			rgba(0, 0, 0, 0.87) 0%,
			rgba(0, 0, 0, 0.87) 100%
		),
		url(../images/gallery/20.webp);
}

.footer-box-c .fa {
	float: right;
}

.footer-box-c p span {
	padding-inline-start: 0;
	padding-right: 12px;
	padding-top: 0;
	font-size: 16px;
}

.social-circle-border {
	width: 50px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	margin: auto;
	font-size: 22px;
}

.social-circle-border:hover {
	border-color: #e75b1e;
}

.footer-box-c p i {
	top: 7px;
}

.fa-mobile-phone:before,
.fa-mobile:before {
	font-size: 30px;
}

.fa-mobile {
	margin-block-start: -7px;
}

@media (min-width: 768px) {
	.banner-text p {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.navbar-header .logo {
		display: none;
	}

	.main-menu .navbar {
		min-height: 50px;
	}
}

.fa-caret-left {
	padding-inline-start: 16px;
	color: #e75b1e;
}

.overlap-group .icon {
	width: 45px;
}

.z-3 {
	z-index: 3 !important;
}
.mail-icon {
	width: 60px;
	margin-block-start: 2rem !important;
}

.icon-call {
	width: 60px;
}

.overlap-group .address-title,
.call-title,
.mail-title {
	font-weight: 400;
	color: #ffffff;
	font-size: 38px;
	margin-block-start: -20px;
}

.get-in-touch h3 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
}

.footer-box-c {
	color: #fff;
}

.socials-box {
	display: block;
}

.socials-box li {
	margin-inline-end: 0;
	margin-block-end: 8px;
	display: block;
}

.w-100 {
	width: 100%;
}

.uc-subnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	list-style: none;
}

.uc-subnav-outline-pill > li {
	margin: 20px 0px;
}

.uc-subnav-outline-pill > li > a {
	--border-color: rgb(255, 255, 255);
	border: 1px solid var(--border-color);
	border-radius: 50rem;
	padding: 8px 24px;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 8px;
}

.uc-subnav-outline-pill > li:hover a {
	background-color: #e75b1e;
	color: #fff;
}

.uc-subnav-outline-pill > li.active > a {
	background-color: #e75b1e;
	color: #fff;
}

.is-hidden {
	display: none;
}

.p-3 {
	padding: 1rem !important;
}

.card {
	position: relative;
	min-width: 0;
	background-color: #0000008c;
	background-clip: border-box;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.486);
	border-radius: 0.25rem;
	margin: 10px 0;
}
.card li {
	font-size: 18px;
	line-height: 1.8;
}

.card > ul > li > span {
	color: #00c566;
	font-size: 20px;
	font-weight: 600;
}

.offset-md-1 {
	margin-left: 8.33333333%;
}

[dir="rtl"] .logo {
	float: right;
}
@media only screen and (max-height: 700px) {
	.banner-text p {
		font-size: 17px;
	}
}
.pricing-section span {
	color: #01723c !important;
	font-weight: 700;
	font-size: 19px;
}
.pricing-section a {
	text-decoration: underline !important;
}

[dir="ltr"] #navbar {
	float: left;
}

[dir="ltr"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: right;
}

[dir="ltr"] .bootstrap-select.btn-group .dropdown-toggle .caret {
	left: 12px;
	right: auto;
}

[dir="ltr"] #reservation .reservations-main::before {
	top: 0;
	left: 0;
}

[dir="ltr"] .footer-box-c .fa {
	float: right;
}

/*  utilities */

/* Margin utilities */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.m-auto {
	margin: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mt-auto {
	margin-top: auto !important;
}

.mr-0 {
	margin-right: 0 !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.mr-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0 !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
.ml-auto {
	margin-left: auto !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}
.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* Padding utilities */
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}
.pr-4 {
	padding-right: 1.5rem !important;
}
.pr-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pl-3 {
	padding-left: 1rem !important;
}
.pl-4 {
	padding-left: 1.5rem !important;
}
.pl-5 {
	padding-left: 3rem !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
/* Base Grid Offset for Extra Small Screens (default, no media query needed) */
.offset-0 {
	margin-left: 0;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

/* Small Screens (≥576px) */
@media (min-width: 576px) {
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

/* Medium Screens (≥768px) */
@media (min-width: 768px) {
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

/* Large Screens (≥992px) */
@media (min-width: 992px) {
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

/* Extra Large Screens (≥1200px) */
@media (min-width: 1200px) {
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

/* Extra Extra Large Screens (≥1400px) */
@media (min-width: 1400px) {
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}
.position-relative {
	position: relative;
}
.d-block {
	display: block;
}

.list-styled li {
	list-style: disc;
}

.bg-transparent {
	background-color: transparent !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}
/* Default box */
.rounded-box {
	width: 150px;
	height: 150px;
	background-color: #007bff;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* No border-radius */
.rounded-0 {
	border-radius: 0 !important;
}

/* Small border-radius */
.rounded-1 {
	border-radius: 0.5rem !important;
}

/* Slightly larger border-radius */
.rounded-2 {
	border-radius: 1rem !important;
}

/* Medium border-radius */
.rounded-3 {
	border-radius: 1.5rem !important;
}

/* Larger border-radius */
.rounded-4 {
	border-radius: 2rem !important;
}

/* Largest border-radius */
.rounded-5 {
	border-radius: 3rem !important;
}

.text-gray {
	color: #444444 !important;
}
/*  utilities  */

.title {
	position: relative;
	padding: 60px 0 0 0;
	height: 360px;
	background: rgb(117, 117, 117);
	background: linear-gradient(
		90deg,
		rgba(117, 117, 117, 1) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(92, 92, 92, 1) 100%
	);
}
.main-p {
	padding: 80px 0;
}
.flex-wrap {
	flex-wrap: wrap;
}
.news .box {
	margin: 10px;
	width: calc(100% / 3 - 20px);
}
@media only screen and (max-width: 1200px) {
	.news .box {
		width: calc(100% / 2 - 20px);
	}
}
@media only screen and (max-width: 767px) {
	.news .box {
		width: 100%;
	}
}
.news .box .image {
	overflow: hidden;
}
.news .box img {
	transition: all 0.3s ease-in-out;
}
.news .box:hover img {
	transform: scale(1.2);
	rotate: 5deg;
}
.news .box p {
	font-size: 17px;
	color: #444444;
}
