@import "../vendor/bootstrap-icons/bootstrap-icons.css";
@import "../vendor/bootstrap/css/bootstrap.css";
@import "../vendor/aos/aos.css";
@import "style.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.table td,
.table th {
	text-align: left
}
.fff{
	color: #a1d3ec;
}


:root {
	--font-default: 'Montserrat', sans-serif;
	--font-primary: 'Montserrat', sans-serif;
	--font-secondary:'Montserrat', sans-serif;
}

:root {
	--color-tertiary: #;
	--color-default: #212529;
	--color-primary: #1d6a90;
	--color-secondary: #37373f;
	background-color: #c3b1e17d;
	--color-themes:#FF6500;
	--color-themes1:#1E3E62;
	--color-themes2:#0B192C;
	--color-themes3:#000000;
	--color-themes4:#D3D9D4;
	--color-hover:#b8e834;
	
}

:root {
	scroll-behavior: smooth
}

body {
	background: #c8e6ee;
	scroll-behavior: smooth;
	font-family: var(--font-default) !important;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000
}

a {
	color: var(--color-tertiary);
	text-decoration: none
}

a:hover {
	color: #ffc107;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-secondary)
}

section {
	overflow: hidden;
	
}

.section-bg {
	background-color: #eee
}

.section-header {
	text-align: center;
	padding-bottom: 30px
}

.section-header h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #7f7f90;
	text-transform: uppercase;
	font-family: var(--font-default)
}

.section-header p {
	margin: 0;
	font-size: 48px;
	font-weight: 400;
	font-family: var(--font-primary)
}

.section-header p span {
	color: var(--color-tertiary)
}

.breadcrumbs {
	padding: 15px 0;
	background: rgba(55, 55, 63, .05);
	margin-top: 90px
}

@media (max-width:575px) {
	p {
		font-size: 14px !important;
	}

	.breadcrumbs {
		margin-top: 70px;
	}
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}

.breadcrumbs ol li+li {
	padding-left: 10px
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #676775;
	content: "/"
}

@media (max-width:992px) {
	.breadcrumbs .d-flex {
		display: block !important
	}

	.breadcrumbs h2 {
		margin-bottom: 10px
	}

	.breadcrumbs ol {
		display: block
	}

	.breadcrumbs ol li {
		display: inline-block
	}
}

.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--color-tertiary);
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0
}

.scroll-top:hover {
	background: #8b6903;
	color: #fff
}

.scroll-top.active {
	visibility: visible;
	opacity: 1
}

#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh
}

#preloader:before,
#preloader:after {
	content: "";
	position: absolute;
	border: 4px solid var(--color-primary);
	border-radius: 50%;
	-webkit-animation: animate-preloader 2s cubic-bezier(0, .2, .8, 1) infinite;
	animation: animate-preloader 2s cubic-bezier(0, .2, .8, 1) infinite
}

#preloader:after {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

@-webkit-keyframes animate-preloader {
	0% {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 1
	}

	100% {
		width: 72px;
		height: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		opacity: 0
	}
}

@keyframes animate-preloader {
	0% {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 1
	}

	100% {
		width: 72px;
		height: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		opacity: 0
	}
}



@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important
	}
}

.header {
	background: #fff !important;
	transition: all 0.5s;
	z-index: 997;
	margin-top: 40px;
}


.header .logo img {
	max-height: 85px;
	margin-right: -5px
}

@media (max-width:575px) {
	.header .logo img {
		max-height: 55px
	}
	.serviceprovides, .contactinfo{
		display: none;
	}
}

.header.sticked {
	border-color: #fff;
	border-color: #eee
}

.header .logo h1 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0;
	font-family: var(--font-secondary)
}

.header .logo h1 span {
	color: var(--color-primary)
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
	font-size: 14px;
	color: #fff;
	background: var(--color-primary);
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 50px;
	transition: 0.3s
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
	color: #fff;
	background: rgba(3, 72, 112, 0.8)
}

section {
	scroll-margin-top: 90px
}

@media (min-width:1280px) {
	.navbar {
		padding: 0
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center
	}

	.navbar li {
		position: relative
	}

	.navbar>ul>li {
		white-space: nowrap;
	}

	.navbar a,
	.navbar a:focus {
		display: block;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-family: var(--font-secondary);
		font-size: 16px;
		font-weight: 500;
		color: #000;
		white-space: nowrap;
		transition: 0.3s;
		position: relative
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px
	}

	.navbar>ul>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: var(--color-tertiary);
		visibility: hidden;
		width: 0;
		transition: all 0.3s ease-in-out 0s
	}

	.navbar a:hover:before,
	.navbar li:hover>a:before,
	.navbar .active:before {
		visibility: visible;
		width: 100%
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #000
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 28px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0 0 30px rgba(127, 137, 161, .25);
		transition: 0.3s;
		border-radius: 4px
	}

	.navbar .dropdown ul li {
		min-width: 200px
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		font-weight: 600
	}

	.navbar .dropdown ul a i {
		font-size: 12px
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: rgb(231, 36, 36);
	}
	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible
	}
}

@media (min-width:1280px) and (max-width:1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%
	}
}

@media (min-width:1280px) {

	.mobile-nav-show,
	.mobile-nav-hide {
		display: none
	}
}

@media (max-width:1279px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 412px;
		border-left: 1px solid #666;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 80px 0 10px 0;
		margin: 0;
		background: rgba(255, 255, 255, .9);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-secondary);
		border-bottom: 2px solid rgba(255, 255, 255, .8);
		font-size: 16px;
		font-weight: 600;
		color: #000;
		white-space: nowrap;
		transition: 0.3s
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px
	}

	.navbar a:hover,
	.navbar li:hover>a {
		color: #000
	}

	.navbar .active,
	.navbar .active:focus {
		color: #000;
		border-color: var(--color-primary)
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		transition: all 0.5s ease-in-out;
		border: 1px solid #eee
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block
	}

	.mobile-nav-show {
		color: var(--color-secondary);
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		z-index: 9999;
		margin: 0 20px 0 20px
	}

	.mobile-nav-hide {
		color: var(--color-secondary);
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 18px;
		top: 26px;
		z-index: 9999
	}

	.mobile-nav-active {
		overflow: hidden
	}

	.mobile-nav-active .navbar {
		right: 0
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(255, 255, 255, .8);
		z-index: 9996
	}
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

.menu .nav-tabs {
	border: 0
}

.menu .nav-link {
	margin: 0 10px;
	padding: 10px 5px;
	transition: 0.3s;
	color: var(--color-secondary);
	border-radius: 0;
	cursor: pointer;
	height: 100%;
	border: 0;
	border-bottom: 2px solid #b6b6bf
}

@media (max-width:575px) {
	.menu .nav-link {
		margin: 0 10px;
		padding: 10px 0
	}
}

.menu .nav-link i {
	padding-right: 15px;
	font-size: 48px
}

.menu .nav-link h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	font-family: var(--font-secondary)
}

@media (max-width:575px) {
	.menu .nav-link h4 {
		font-size: 16px
	}
}

.menu .nav-link:hover {
	color: var(--color-primary)
}

.menu .nav-link.active {
	color: var(--color-primary);
	border-color: var(--color-primary)
}

.menu .tab-content .tab-header {
	padding: 30px 0
}

.menu .tab-content .tab-header p {
	font-size: 14px;
	text-transform: uppercase;
	color: #676775;
	margin-bottom: 0
}

.menu .tab-content .tab-header h3 {
	font-size: 36px;
	font-weight: 600;
	color: var(--color-primary)
}

.menu .tab-content .menu-item {
	-moz-text-align-last: center;
	text-align-last: center
}

.menu .tab-content .menu-item .menu-img {
	padding: 0 60px;
	margin-bottom: 15px
}

.menu .tab-content .menu-item h4 {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-secondary);
	font-family: var(--font-secondary);
	font-weight: 30px;
	margin-bottom: 5px
}

.menu .tab-content .menu-item .ingredients {
	font-family: var(--font-secondary);
	color: #8d8d9b;
	margin-bottom: 5px
}

.menu .tab-content .menu-item .price {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-primary)
}

.hero {
	width: 100%;
	background-size: cover;
	position: relative;
	min-height: 60vh;
	padding: 160px 0 60px 0
}

.hero h1 {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--color-secondary);
	font-family: var(--font-primary)
}

.hero h2 span {
	color: var(--color-primary)
}

.hero p {
	color: #4f4f5a;
	font-weight: 400;
	margin-bottom: 30px
}

.hero .btn-book-a-table {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 36px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: #c8980b;
	box-shadow: 0 8px 28px rgba(206, 18, 18, .2)
}

.hero .btn-book-a-table:hover {
	background: #a6831d
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: var(--font-secondary);
	font-weight: 600
}

.hero .btn-watch-video i {
	color: var(--color-primary);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px
}

.hero .btn-watch-video:hover {
	color: var(--color-primary)
}

.hero .btn-watch-video:hover i {
	color: #8b6903
}

@media (max-width:640px) {
	.hero h2 {
		font-size: 36px
	}

	.hero .btn-get-started,
	.hero .btn-watch-video {
		font-size: 14px
	}
}

.footer {
	font-size: 14px;
	background-color: #1f1f24;
	padding: 50px 0;
	color: #fff
}

.footer .icon {
	margin-right: 15px;
	font-size: 24px;
	line-height: 0
}

.footer h4 {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-bottom: 5px;
	color: #fff
}

.footer .footer-links {
	margin-bottom: 30px
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center
}

.footer .footer-links ul li:first-child {
	padding-top: 0
}

.footer .footer-links ul a {
	color: rgba(255, 255, 255, .6);
	transition: 0.3s;
	display: inline-block;
	line-height: 1
}

.footer .footer-links ul a:hover {
	color: #fff
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
	margin-right: 10px;
	transition: 0.3s
}

.footer .social-links a:hover {
	color: #fff;
	border-color: #fff
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .credits {
	padding-top: 4px;
	text-align: center;
	font-size: 13px
}

.footer .credits a {
	color: #fff
}

.breadcumb-area {
	background: linear-gradient(to right, #124E66, #001F3F);
	margin-top: 75px;
	padding: 40px 0 0 0;
	color: #fff;
}

.breadcumb-content {
	text-align: center;
}

.breadcumb-content ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	font-size: 13px;
	background-color: #bc0e1f;
	opacity: 0.8;
	border-radius: 50px;
	padding: 10px 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.breadcumb-content ul li {
	display: inline;
	position: relative;
}

.breadcumb-content ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
}

.breadcumb-content ul li a:hover {
	color: #ffeb3b;
}

.breadcumb-content ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.breadcumb-content ul li:before {
	display: none;
}

.breadcumb-content ul li:last-child {
	color: #c2c6ca;
}


.mylists li {
	display: inline-block;
	padding: 5px 10px
}

.img-responsive {
	width: 100%
}

.pulse {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: rgb(42, 108, 155);
	cursor: pointer;
	box-shadow: 0 0 0 rgb(42, 108, 155);
	animation: pulse 1.5s infinite
}

.pulselogo {
	display: inline-block;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	animation: pulselogo 1.5s infinite
}

.pulse:hover {
	animation: none
}

.pulse i {
	padding: 13px 13px 0 0;
	font-size: 1.8em;
	color: #fff
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(9, 170, 7, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(9, 170, 7, .1)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(9, 170, 7, 0)
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, .4);
		box-shadow: 0 0 0 0 rgba(0, 123, 255, .4);
	}

	50% {
		-moz-box-shadow: 0 0 0 10px rgba(0, 123, 255, .1);
		box-shadow: 0 0 0 10px rgba(0, 123, 255, .1);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
		box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
	}
}


@-webkit-keyframes pulselogo {
	0% {
		-webkit-box-shadow: 0 0 0 1px rgb(42, 108, 155);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(9, 170, 7, .1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(9, 170, 7, 0)
	}
}

@keyframes pulselogo {
	0% {
		-moz-box-shadow: 0 0 0 1px rgb(42, 108, 155);
		box-shadow: 0 0 0 1px rgb(42, 108, 155);
	}

	70% {
		-moz-box-shadow: 0 0 0 20px rgba(9, 170, 7, .1);
		box-shadow: 0 0 0 20px rgba(9, 170, 7, .1)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(9, 170, 7, 0);
		box-shadow: 0 0 0 0 rgba(9, 170, 7, 0)
	}
}

#faboverlay {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 78%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in;
	will-change: opacity
}

#faboverlay.show {
	visibility: visible;
	opacity: 1
}

#hamburger {
	z-index: 99999;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	bottom: 5%;
	right: 5%;
	background-color: #124E66;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 2px 2px 10px rgba(10, 10, 10, .3);
	transition: all 0.2s ease-in-out
}

#hamburger .icon-bar {
	display: block;
	background-color: #FFF;
	width: 22px;
	height: 2px;
	transition: all 0.3s ease-in-out
}

#hamburger .icon-bar+.icon-bar {
	margin-top: 4px
}

.fabnav {
	z-index: 99991;
	position: fixed;
	bottom: 5.5%;
	right: 5.5%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibilty: hidden;
	opacity: 0;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .48);
	cursor: pointer;
	transition: all 0.3s ease-in
}

.material-icons {
	font-size: 32px
}

#email.show {
	transform: translateY(-125%)
}
#facebook.show {
	transform: translateY(-240%)
}

#instagram.show {
	transform: translateY(-355%)
}

#youtube.show {
	transform: translateY(-470%)
}

#twitter.show {
	transform: translateY(-585%)
}

#phone.show {
	transform: translateY(-250%)
}
#whatsapp.show {
	transform: translateY(-700%)
}

#track.show {
	transform: translateY(-815%)
}

#share.show {
	transform: translateY(-500%)
}

#hamburger.show {
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, .48)
}

#hamburger.show #wrapper {
	transition: transform 0.4s ease-in-out;
	transform: rotateZ(90deg)
}

#hamburger.show #one {
	transform: translateY(6px) rotateZ(45deg) scaleX(.9)
}

#hamburger.show #thr {
	transform: translateY(-6px) rotateZ(-45deg) scaleX(.9)
}

#hamburger.show #two {
	opacity: 0
}

.fabnav.show {
	visibility: visible;
	opacity: 1
}



@media (min-width:1280px) {
	#hamburger1 {
		z-index: 99999;
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		bottom: 2%;
		left: 2%;
		cursor: pointer;
		transition: all 0.2s ease-in-out
	}
}

@media (min-width:840px) and (max-width:1279px) {
	#hamburger1 {
		z-index: 99999;
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		bottom: 2%;
		left: 2%;
		cursor: pointer;
		transition: all 0.2s ease-in-out
	}
}

@media (min-width:600px) and (max-width:839px) {
	#hamburger1 {
		z-index: 99999;
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		bottom: 5%;
		left: 5%;
		cursor: pointer;
		transition: all 0.2s ease-in-out
	}

	.img-media {
		width: 180px;
		height: 50px
	}
}

@media (max-width:599px) {
	#hamburger1 {
		z-index: 99999;
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		bottom: 0%;
		left: 0%;
		cursor: pointer;
		transition: all 0.2s ease-in-out
	}

	.img-media {
		width: 180px;
		height: 50px
	}
}

.alert-danger p {
	border-radius: 0;
	margin: 0
}

.foot p {
	color: #fff
}

.table td,
.table th {
	padding: 2px 10px
}

.fa-brands {
	color: #124E66;
	font-size: 30px;
}

.top-nav {
	display: flex;
	height: 100%;
	align-items: center
}

#top-header {
	z-index: 11;
	position: fixed;
	top: 0;
	height: 50px;
	background-color: #054f00;
	color: white
}

#top-header a {
	color: black
}

.header {
	position: fixed;
}

.since a {
	color: grey
}

@media screen and (max-width:1278px) {
	#top-header {
		display: none;
	}

	.header {
		position: absolute;
		top: 0
	}
	.breadcumb-area{
		margin-top: 50px !important;
	} 
	.companynavigation{
		top:80px !important;
	}
	
}
@media screen and (min-width:1400px) {
	.companynavigation{
		top:110px !important;
	}
}

.breadcumb-content h1 {
	/* font-size: 48px; */
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1226px) {
	.breadcumb-content h1 {
		padding-top: 0px;
	}
}

@media(max-width:676px) {
	.head {
		margin-top: 0px;
	}
}

/* view_profile.php */

hr {
	border: 1;
	height: 2px;
	background-color: black;
}
.company-info {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.company-logo img {
	width: 100%;
	border-radius: 5px;
}

.company-title h4 {
	font-size: 30px;
	font-weight: bold;
	color: red;
	margin-bottom: 5px;
}

.company-rating h4 {
	font-size: 25px;
	color: #666;
	text-align: right;
	margin-bottom: 0px !important;
}

.company-rating p {
	font-size: 12px !important;
	color: #333;
	margin-top: 0px !important;
	text-align: right;
}

.company-info p {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.contact-details p,
.business-info p {
	font-size: 16px;
	color: #666;
}

.info {
	color: rgb(1, 6, 10);
	font-size: 18px;
	font-weight: 600;
}

.navigation-menu {
	background-color: #eaeaea;
	margin-top: 20px;
	border-radius: 5px;
}

.navigation-menu1 .nav-link {
	font-size: 16px;
	color: #333;
	padding: 10px 15px;
}

.navigation-menu1 .nav-link:hover {
	background-color: #124E66;
	color: #fff;
	border-radius: 5px;
}

.company-overview {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hired {
	font-size: 16px;
	margin-left: 15px;
}

.company-overview h4 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin: 0px;
}

.company-overvie p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.overview-details dl {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.overview-details dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.overview-details dd {
	margin-left: 15px;
	color: rgb(1, 6, 10);
	font-weight: 600;
	line-height: 1;
}

.fa-check {
	margin-right: 10px;
	color: green;
}

.fa-times {
	margin-right: 10px;
	color: rgb(237, 39, 39);;
}

.empl p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

.services h4 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}

.services p {
	font-size: 16px;
	color: #666;
}

.about-company h4 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}

.about-company p {
	font-size: 16px;
	color: #666;
}

.reviews {
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.review-item {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.review-item1 p {
	font-size: 16px;
	color: #333;
	margin: 3px;
}

.review-item .col-lg-8 p:last-of-type {
	font-size: 14px;
	color: #999;
}

.review-name {
	font-size: 20px;
	color: #666;
}

.write-review {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.write-review h4 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.write-review p {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}

.write-review label {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	display: block;
}

.write-review input[type="text"],
.write-review textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
}

.write-review textarea {
	height: 120px;
}

.write-review button {
	background-color: #fed84d;
	color: #000000;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.write-review button:hover {
	background-color: #212A31;
	color: #f5f5f5;
}

@media (max-width: 768px) {

	.company-overview,
	.services,
	.about-company,
	.reviews,
	.write-review {
		padding: 15px;
	}

	.review-item {
		padding: 8px;
	}

	.write-review button {
		width: 100%;
		margin-bottom: 10px;
	}

	.info {
		font-size: 14px;
	}

	.contact-details p,
	.business-info p,
	.empl p {
		margin-bottom: 0px !important;
	}
}

.contact-quote {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 0px;
}

.related-services .service-item {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
}

.related-services .service-item p {
	margin-bottom: 5px;
}

.related-services .btn {
	width: 100%;
}

.contact-head {
	background-color: #ffd700 !important;
	color: #fff;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
}

.related-services .btn:hover {
	background-color: red;
	color: #fff;
}


/* view .php */

.link1 {
	color: #fff;
}
.limited-lines {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.2em * 4);
}
/* .listing-company {
	background-color: #fed84d;
}
 */
.list-heading h3 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.list-heading p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.listing-company {
	display: flex;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* .listing-company:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
} */

.col-lg-3 .img-fluid {
	width: 100%;
	height: auto;
	border-radius: 5px;
}


.col-lg-9 h4 {
	font-size: 30px;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}

.col-lg-9 p {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.col-lg-9 p span.fa-star {
	color: #ffd700;
}

.col-lg-9 p span.fa-star.checked {
	color: #ffd700;
}

.col-lg-9 p span.fa-star {
	font-size: 18px;
	margin-right: 5px;
}

.list-heading h6 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.list-heading p:last-of-type {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	line-height: 1.5;
}

.list-heading .button-link-group {
	text-align: right;
}

.list-heading button {
	background-color: #fed84d;
	color: #000000;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-right: 20px;
}

.list-heading button:hover {
	background-color: #2E3944;
}

.list-heading a {
	color: #124E66;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.list-heading a:hover {
	color: #2E3944;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.col-lg-9 {
		padding-left: 0;
		margin-top: 15px;
	}

	.col-lg-9 h4 {
		font-size: 25px;
	}

	.col-lg-9 p {
		font-size: 14px;
	}

	.list-heading button {
		width: 100%;
		margin-bottom: 15px;
	}

	.list-heading .button-link-group {
		text-align: center;
	}
}

.data {
	margin-top: auto;
	margin-bottom: auto;
}

.social-icon {
	color: #FDB300;
	transition: color 0.3s ease;
}

.social-icon-hover:hover {
	filter: grayscale(100%);
}

.card {
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.row-hover-effect {
	transition: all 0.3s ease;
}

.detail-item {
	transition: all 0.3s ease;
}

.card-icon {
	max-width: 50px;
}

.social-icon {
	font-size: 1.5rem;
	margin-right: 10px;
	transition: color 0.3s ease;
}

.social-icon:hover {
	color: #BE2E27;
}

#qteform1 div label {
	color: #000;
}

h4 b {
	color: #2E3944
}

.td-details a i {
	padding-left: 20px;
	font-size: 26px
}
.contact {
	background: whitesmoke;
}

.contact-head {
	background-color: #ffd700 !important;
	color: #fff;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
}

.contact form {
	padding: 20px 10px 10px 20px
}

.description h2 {
	font-size: 25px;
}

.description p {
	font-size: 16px;
}

@media only screen and (max-width:676px) {
	.data {
		display: block;
		width: 100%;
		text-align: center;
	}

	.companynavigation {
		top: 80px !important;
	}
}

.blog {
	padding-top: 40px
}

.modal-title {
	color: #fff;
	font-size: 19px;
}

.item p {
	color: #000
}

.item h4 {
	font-weight: 700;
	color: darkred
}

.card-body span {
	float: right;
	color: #ffc811
}

.rate {
	float: left;
	height: 46px;
	padding: 0 10px
}

.rate:not(:checked)>input {
	position: absolute;
	top: -9999px
}

.rate:not(:checked)>label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc
}

.rate:not(:checked)>label:before {
	content: '★ '
}

.rate>input:checked~label {
	color: #ffc700
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08
}

.selected {
	background-color: red !important;
	color: #fff
}

.contact {
	background: whitesmoke;
}

.contact-head {
	background: #2E3944;
	color: #fff;
	padding: 10px
}

.contact form {
	padding: 20px 10px 10px 20px
}

.description h2 {
	font-size: 25px;
}

.description p {
	font-size: 16px;
}

.custom-table {
	border-collapse: collapse;
	width: 100%;
	font-family: Arial, sans-serif;
}

.custom-table tr:nth-child(odd) {
	background-color: #2E3944;
	color: #fff;
}

.custom-table tr:nth-child(even) {
	background-color: #fff;
}

.custom-table td,
.custom-table th {
	padding: 12px;
	border: 1px solid #ddd;
}

.custom-table th {
	background-color: #2E3944;
	color: #fff;
	font-weight: bold;
}

.custom-table a {
	color: #000;
}

.custom-table a:hover {
	color: #2E3944;
}

.custom-table .td-details a i {
	padding-left: 20px;
	font-size: 26px;
}

#list-heading {
	scroll-margin-top: 170px;
}

#rates {
	scroll-margin-top: 170px;
}

#hiring-guide {
	scroll-margin-top: 170px;
}

#fqa {
	scroll-margin-top: 170px;
}

#blog {
	scroll-margin-top: 200px;
}
@media (max-width: 1278px) {
    #list-heading {
		scroll-margin-top: 130px;
	}
	
	#rates {
		scroll-margin-top: 130px;
	}
	
	#hiring-guide {
		scroll-margin-top: 130px;
	}
	
	#fqa {
		scroll-margin-top: 130px;
	}
	
	#blog {
		scroll-margin-top: 200px;
	}
}

.service_navs{
	background: linear-gradient(115deg, #9f01ea 10%, #56d8e4 90%); 
	padding:5px; 
	border-radius:8px;
	width:70px;
	height:70px
}
.service_p{
	font-weight:600; 
	color: #fff;
}  
 /* member.php */
 #searchBox {
    border: none;
    background: none;
    padding-left: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
#searchBox:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}
.input-group {
    border-radius: 30px;
	border: solid #000 1.5px;
}
#searchBox::placeholder {
    color: #aaa;
    font-size: 14px;
}
.contactinfo{
	background-color: #025ca0;
	color: #fff;
	padding: 20px;
	margin-top: -30px;
	border-radius: 8px;
	z-index: 1;
	position: relative;
	
}
.contacticon{
	align-self: center;
	text-align:end; 
	font-size:30px;  
	padding:0px;
}
.contactheading{
	font-weight: 600;
}
.contacttext{
	font-size: 16px;
	font-style: italic;
}
.list {
	position: relative;
  }
  
  .list ul {
	position: relative;
  }
  .list ul li {
	position: relative;
	left: 0;
	color: #001F3F;
	list-style: none;
	margin: 4px 0;
	border-left: 2px solid #8f2a08;
	transition: 0.5s;
	cursor: pointer;
  }
  .list ul li:hover {
	left: 10px;
  }
  .list ul li span {
	position: relative;
	padding: 5px;
	padding-left: 12px;
	display: inline-block;
	z-index: 1;
	transition: 0.5s;
	font-size: 14px;
  }
  .list ul li:hover span {
	color: #fff;
  }
  .list ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #8f2a08;
	transform: scaleX(0);
	transform-origin: left;
	transition: 0.5s;
  }
  .list ul li:hover:before {
	transform: scaleX(1);
  }
  .companynavigation{
		overflow-x: auto; 
        color: #fff; 
        margin-top:-20px;  
        position:sticky; 
        top:100px; 
        z-index:1;
    } 
    .service_navs{
        background: linear-gradient(115deg, #9f01ea 10%, #56d8e4 90%);
        padding:5px; 
        border-radius:8px;
        width:70px;
        height:70px
    }
    .service_p{
        font-weight:600; 
        color: #fff;
    }  
	p{
		font-size:16px !important;
	}

	