/* Large Desktops: Some styles may be further adjusted for very large screens. */

/********** END MEDIA QUERY **********/

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

.slider .single-slider {
	/* height: 400px; */
	height: 43vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.main-container {
	background: #f6fbff;
	color: #abafc6;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	height: 350px;
	overflow-x: hidden;
}


html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Helps with consistent sizing */
}

* {
    box-sizing: inherit; /* Apply box-sizing to all elements */
}


html, body {
    overflow-x: hidden;
}

body {
	/* font-family: 'Poppins', sans-serif; */
	/* font-family: 'Roboto', sans-serif; */
	/* font-family: 'Poppins'; */

	font-weight: 400;
	font-size: 14px;
	/* color: #888; */
	color: black;
	overflow-x: hidden;

}

.nav ul li a {
	font-size: 16px;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	/* background: #0063bf; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);

	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
	background: #2C2D3F;
}


/*===================
	Start Header CSS 
=====================*/

/*=========================
    Header Styles
===========================*/


.menu-toggle {
	cursor: pointer;
	font-size: 24px;
}

.nav.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	/* Aligns items in a row */
	flex-wrap: wrap;
	/* Wraps items to the next line if needed */
}

.nav.menu li {
	position: relative;
	/* For dropdown positioning */
	margin: 0 10px;
	/* Spacing between items */
}

.nav.menu a {
	color: #fff;
	/* Default link color */
	font-size: 14px;
	/* Default font size */
	text-decoration: none;
	/* Remove underline */
	padding: 10px;
	/* Padding around links */
}




/*  */



.header {
	background-color: #fff;
	position: relative;
}

/* Navbar Collapse */
.header .navbar-collapse {
	padding: 0;
}

/* Topbar Styles */
.header .topbar {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

/* Top Links */
.header .top-link {
	float: left;
}

.header .top-link li {
	display: inline-block;
	margin-right: 15px;
}

.header .top-link li:last-child {
	margin-right: 0;
}

.header .top-link li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 400;
}

.header .top-link li:hover a {
	color: #0063bf;
}

/* Top Contact */
.header .top-contact {
	float: right;
}

.header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #2C2D3F;
}

.header .top-contact li:last-child {
	margin-right: 0;
}

.header .top-contact li a {
	font-size: 14px;
}

.header .top-contact li a:hover {
	color: #0063bf;
}

.header .top-contact li i {
	color: #0063bf;
	margin-right: 8px;
}

/* Inner Header */
.header .header-inner {
	background: #fff;
	z-index: 999;
	width: 100%;
}

/* Get Quote Button */
.get-quote {
	margin-top: 3%;
}

.get-quote .btn {
	color: #fff;
}

/* Navbar Styles */
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0;
	min-height: 0;
}

.header .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a {
	color: #2C2D3F;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 6px;
	display: inline-block;
}

/* Navigation Link Effects */
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #94b7db;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.header .nav li.active a:before,
.header .nav li:hover a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: #0063bf;
}

.header .nav li:hover a {
	color: #0063bf;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header .middle-header {
	background: #fff;
	padding: 20px 0;
}

.header .widget-main {
	float: right;
}

.header.style2 .get-quote {
	margin-top: 0;
}

/* Single Widget */
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #0063bf;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: -20px;
	top: 100%;
	z-index: 999;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	top: 40px;
	border-left: 3px solid #2889e4;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.2s ease;
}

.header .nav li .dropdown li:hover a {
	color: #0063bf;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	float: right;
	padding-top: 20px;
	display: inline-block;
}

.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0063bf;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #fff;
	background: #27AE60;
}

/* Search */
.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}

.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform: scale(0);
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #0063bf;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.header .search-form button:hover {
	background: #fff;
	color: #0063bf;
	border-color: #e6e6e6;
}

/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
}

/*=========================
    End Header Styles
===========================*/


.slider .single-slider .text {
	margin-top: 120px;
}

.slider.index2 .single-slider .text {
	margin-top: 150px;
}

.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}

.slider .single-slider h1 span {
	color: #0063bf;
}

.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
	font-weight: 400;
}

.slider .single-slider .button {
	margin-top: 30px;
}

.slider .single-slider .btn {
	color: #fff;
	background: #0063bf;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .single-slider .btn.primary {
	background: #2C2D3F;
	color: #fff;
}

.slider .single-slider .btn.primary:before {
	background: #0063bf;
}

/*  */


/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/

.single-content {
	height: 225px;
}



.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 166px;
}

.schedule .schedule-inner {
	position: relative;
	/* transform: translateY(-50%); */
	z-index: 9;
}

.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index: 3;
	border-radius: 20px;
	/* background: #325e87; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 10px;
	z-index: 2;
}

.schedule .single-schedule:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	/* background: #325e87; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
	opacity: 0.8;
}

.schedule .single-schedule:hover {
	transform: translateY(-5px);
}

.schedule .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: -1;
	visibility: visible;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.schedule .single-schedule span {
	display: block;
	color: #fff;
}

.schedule .single-schedule h4 {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	margin-top: 13px;
}

.schedule .single-schedule p {
	color: #fff;
	margin-top: 22px;
}

.schedule .single-schedule a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.schedule .single-schedule a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
	width: 100%;
	width: 100%;
}

.schedule .single-schedule a i {
	margin-left: 10px;
}

.schedule .single-schedule .time-sidual {}

.schedule .single-schedule .time-sidual {
	overflow: hidden;
	margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
	margin: 0;
}

.schedule .single-schedule .time-sidual li span {
	display: inline-block;
	float: right;
}

.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}

/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
	padding-top: 0;
}

.Feautes.index2 {
	padding-top: 100px;
}

.Feautes.testimonial-page {
	padding-top: 100px;
}

.Feautes .single-features {
	text-align: center;
	position: relative;
	padding: 10px 20px;
}

.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #0063bf;
}

.Feautes .single-features.last::before {
	display: none;
}

.Feautes .single-features .signle-icon {
	position: relative;
}

.Feautes .single-features .signle-icon i {
	font-size: 50px;
	color: #0063bf;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	/* border: 1px solid #dddddd; */
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Feautes .single-features:hover .signle-icon i {
	background: #0063bf;
	color: #fff;
	border-color: transparent;
}

.Feautes .single-features h3 {
	padding-top: 128px;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 21px;
}

.Feautes .single-features p {
	margin-top: 20px;
}

/*=============================
	End Feautes CSS
===============================*/

/*========================
	Start Error 404 CSS
==========================*/
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #0063bf;
	font-weight: 700;
}

.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}

.error-page .error-inner p {
	padding: 20px 15px;
}

.error-page .search-form {
	width: 100%;
	position: relative;
}

.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
}

.error-page .search-form input:hover {
	padding-left: 35px;
}

.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #0063bf;
	display: inline-block;
	position: relative;
	top: -2px;
}

.error-page .search-form .btn i {
	font-size: 16px;
}

/*========================
	End Error 404 CSS
==========================*/





/*=========================
	End About Us CSS
===========================*/

/*=========================
	Start footer CSS
===========================*/
.footer {
	position: relative;
}

.footer .footer-top {
	padding: 50px 0px;
	position: relative;
	/* background: #0063bf; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);
}

.footer .footer-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.1;
}

.footer .single-footer {}

.footer .single-footer .social {
	margin-top: 25px;
}

.footer .single-footer .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer .single-footer .social li:last-child {
	margin-right: 0px;
}

.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
}

.footer .single-footer .social li a:hover {
	color: #0063bf;
	background: #fff;
	border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
	margin-right: 10px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
	padding-left: 8px;
}

.footer .single-footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}

.footer .single-footer h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}

.footer .single-footer .time-sidual {
	margin-top: 15px;
}

.footer .single-footer .time-sidual {
	overflow: hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
	display: inline-block;
	float: right;
}

.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}

.footer .single-footer p {
	color: #fff;
}

.footer .single-footer .newsletter-inner {
	margin-top: 20px;
	position: relative;
}

.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
	padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	/* color: #0063bf; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);
	font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
	color: #2C2D3F;
}

.footer .copyright {
	/* background: #0063bf; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);
	/* padding: 25px 0px 25px 0px; */
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.footer .copyright .copyright-content p {
	color: #fff;
}

.footer .copyright .copyright-content p a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}

/*=========================
	End footer CSS
===========================*/



/*  MY CSS */
/* Styles for the logo with text */
.logo {
	display: flex;
	align-items: center;
	margin-top: 1%;
	/* margin-left: 18%; */
	margin-left: 2%;
	margin-bottom: 1%;
}

.logo img {
	width: 100%;
}

.logo span {
	font-size: 30px;
	/* Adjust the font size */
	color: #0063bf;
	/* Text color */
	margin-left: 10px;
	/* Adjust the margin to control the space between the logo and text */
	font-weight: 500;
}

/* .accessLogo {
	font-size: 30px;
	cursor: pointer;
}

.accessLogo img {
	width: 22px;
} */

/* CSS for the notifications area */
.notifications {
	background-color: #f8f6f6;
	/* Gray background color */
	/* padding: 10px; Add padding for spacing */
}

/* CSS for individual notification items */
/* .notification-item {
	margin-bottom: 10px;
} */

/* Images Section */

.bg-size-cover {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.bg-size-contain {
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

.gbb-row-wrapper {
	position: relative;
}

.gbb-row-wrapper .icon-row {
	width: 56px;
	height: 56px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -28px;
	z-index: 9;
	line-height: 56px;
	text-align: center;
	color: #000;
	font-size: 22px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.gbb-row-wrapper .icon-row:after {
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border: 6px solid #ccc;
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	z-index: 1;
}

/*  */

#headimages {
	padding: 5px;
	margin: 0 10px;
	border-radius: 20px;
	box-shadow: 1px 1px 10px #e6e1e1;
}


.card:hover {
	background-color: #0063bf;
}

.card:hover h5,
.card:hover p {
	color: white;
}

/* footer */
ul.thumb-box {
	background: #e1e8f7;
	/* margin-top: 20px; */
	padding: 15px;
	text-align: center;
	margin-left: 0px;
}

ul.thumb-box li {
	width: 13.5%;
	text-align: center;
}

.list-inline>li {
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
}

footer .list-inline>li {
	padding-left: 0px;
	padding-right: 0px;
}

/* end footer */

/***************************** graph ***************/
/* .main-container {
	background: #f6fbff;
	color: #abafc6;
	border-radius: 5px;
	padding: 20px;
	width: 440px;
	height: 350px;
} */

.year-stats {
	white-space: nowrap;
	max-height: 170px;
	overflow: hidden;
}

.year-stats:hover {
	overflow-x: auto;
}

/* SCROLL BAR STYLE (ONLY WORKS IN CHROME) */
/* Width */
::-webkit-scrollbar {
	height: 5px;
	width: 100%;
}

/* Track */
::-webkit-scrollbar-track {
	background: #444e80;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #abafc6;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #5397d6;
}

.month-group {
	cursor: pointer;
	max-width: 400px;
	height: 110px;
	margin: 10px;
	display: inline-block;
}

.bar {
	background-color: #abafc6;
	width: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.month-group:hover .bar,
.selected .bar {
	background: #5397d6;
}

.month-group:hover p,
.selected p {
	color: #0063bf;
}

.h-25 {
	height: 25%;
}

.h-50 {
	height: 50%;
}

.h-75 {
	height: 75%;
}

.h-100 {
	height: 100%;
}

.stats-info {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}

.graph-container {
	position: relative;
}

.percent {
	display: block;
	width: 120px;
	height: 120px;
}

.circle {
	stroke: #915db1;
	fill: none;
	stroke-width: 3;
}

.circle:nth-child(2) {
	stroke: #e59f3c;
}

.circle:nth-child(3) {
	stroke: #5397d6;
}

.circle:nth-child(4) {
	stroke: #4cc790;
}

.graph-container p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #0063bf;
	text-align: center;
}

.info p {
	margin-bottom: 10px;
}

.info span {
	color: #fff;
}

/* end graph */

/* waves */

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (min-width: 300px) and (max-width: 768px) {
	.wavesheader {
		height: 73px;
	}
}

@media (min-width: 769px) and (max-width: 1800px) {
	.wavesheader {
		height: 73px;
	}
}

.wavesheader {
	position: relative;
	text-align: center;
	/* background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%); */
	background: linear-gradient(60deg, rgb(255 255 255) 0%, rgb(69 186 255) 100%);
	color: white;
	/* height: 73px; */
}

#marquee1 {
	position: relative;
	width: 76vw;
	max-width: 100%;
	height: 200px;
	overflow-x: hidden;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */

/* @media (max-width: 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}
/*  */
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

/*  
@media (min-width: 768px) {

	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33.333%);
	}

	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33.333%);
	}
}
*/
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
	transform: translateX(0);
}

/*Carousel*/
#myCarousel {
	margin-top: 1px;
}

#myCarousel .item {
	background: #f6be38;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;

}

.carousel-indicators li {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 5px #23acd7;
}

.carousel-indicators li.active {
	background: #23acd7;
	border: 1px solid #22add8;
}

#myCarousel .carousel-indicators {
	text-align: right;
	top: 20px;
	width: 72%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: -45px;
	color: #447fa3;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: -45px;
	color: #447fa3;
}

#myCarousel .item img {
	width: 100%;
}

#myCarousel {
	margin-bottom: 10px !important;
	position: relative !important;
	top: 0px !important;
}

#myCarousel {
	margin-bottom: 0px !important;
	position: relative;
	top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: -20px;
	color: #447fa3;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: -20px;
	color: #447fa3;
}

#myCarousel .carousel-indicators {
	width: 79%;
	top: 0px;
	height: 20px;
}

/* ************************ */
/* MARINE SERVICES */
.carosel-root1 {
	position: relative;
}

.carosel1 {
	border: 1px dotted #1cb5e0;
}

.carosel1 .carosel-item1 {
	height: 200px;

	text-align: center;
	border: 1px solid #1cb5e0;
	/*   margin-right: 30px; */
}

.carosel-item1.item-1,
.carosel-item1.item-2,
.carosel-item1.item-3,
.carosel-item1.item-4,
.carosel-item1.item-5,
.carosel-item1.item-6,
.carosel-item1.item-7,
.carosel-item1.item-8,
.carosel-item1.item-9 {
	/* background: orange; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);

}

.carosel-nav1 {
	position: absolute;
	text-align: center;
	padding: 0 0px;
	border: 1px solid #000;
	border-radius: 70%;
	background: rgba(0, 0, 0, 0.3);
	top: 50%;
	color: #f4f4f4;
	cursor: pointer;
}

.carosel-nav-left1 {
	left: 3px;
	top: 85px;
}

.carosel-nav-right1 {
	right: 3px;
	top: 85px;
}

/* INLAND SERVICES */
.carosel-root2 {
	position: relative;
}

.carosel2 {
	border: 1px dotted #1cb5e0;
}

.carosel2 .carosel-item2 {
	height: 200px;

	text-align: center;
	border: 1px solid #1cb5e0;
	/*   margin-right: 30px; */
}

.carosel-item2.item-11,
.carosel-item2.item-22,
.carosel-item2.item-33,
.carosel-item2.item-44,
.carosel-item2.item-55,
.carosel-item2.item-66,
.carosel-item2.item-77 {
	/* background: orange; */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);

}

.carosel-nav2 {
	position: absolute;
	text-align: center;
	padding: 0 0px;
	border: 1px solid #000;
	border-radius: 70%;
	background: rgba(0, 0, 0, 0.3);
	top: 50%;
	color: #f4f4f4;
	cursor: pointer;
}

.carosel-nav-left2 {
	left: 3px;
	top: 85px;
}

.carosel-nav-right2 {
	right: 3px;
	top: 85px;
}




/*        22/11/2023           */
/* 11 */
.btn-11 {
	border: none;
	/* background: linear-gradient(0deg, rgb(71 164 251) 0%, rgb(255 3 3) 100%);     */
	background: linear-gradient(170deg, #63638b 0%, #1cb5e0 100%);

	color: #fff;
	overflow: hidden;
	position: relative;
	/* Added for positioning the ::before pseudo-element */
	/* height: 100%; */
	height: 40px;
	width: 44%;
	border-radius: 82px;
}


.btn-11:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}

.btn-11:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:active {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
		-4px -4px 6px 0 rgba(116, 125, 136, .2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
		inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}


.btn {
	background-color: #387fa4 !important;
	;
}

.btn:hover {
	background-color: #5b6c95 !important;
}

/*  */


.marinanim {
	stroke: #ffa5d8;
	font-size: 15px;
	font-weight: 700;
	stroke-width: 3;

	animation: textAnimate 5s infinite alternate;

}

@keyframes textAnimate {
	0% {
		stroke-dasharray: 0 50%;
		stroke-dashoffset: 20%;
		fill: hsl(189, 68%, 75%)
	}

	100% {
		stroke-dasharray: 50% 0;
		stroke-dashoffstet: -20%;
		fill: hsla(189, 68%, 75%, 0%)
	}

}


/* 08-12-2023 */

/* Apply common styles to the navigation menu */
.menu-item {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}

.dropdown-item {
	color: #0063bf;
	font-size: 15px;
}

/* .icon {
	position: relative;
	min-height: 20px;
	min-width: 25px;
	float: left;
	padding: 4px;
	margin: 3px;
	display: block;
} */

/* Slick Carosel */
.slick-dots {
	display: none !important;
}

.adminbgimg {
	background-image: url('../../../assets/img/image1.png');
	/* height: 690px; */
	min-height: 90vh;
	/* Minimum height of 50% of viewport height */
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	/* opacity: 0.5; */
}

.pagenamecolor {
	text-decoration: none;
	color: #103c89 !important;
	font-weight: 600;
}

.setscroll {
	overflow-y: scroll !important;
	overflow-x: hidden;
	height: 90vh;
}

.breadcrum {
	margin-left: 1%;
}

/* ICON STYLES */

.social-icon {
	color: #0063bf;
	/* Default color */
	font-size: 24px;
	/* Icon size */
	transition: color 0.3s ease;
	/* Smooth hover effect */
	text-decoration: none;
	/* Remove underline from link */
}

.social-icon:hover {
	color: #3b5998;
	/* Facebook brand color on hover */
}

.facebook i {
	padding: 8px;
	/* Space around the icon */
	border-radius: 50%;
	/* Circular icon */
	background-color: #efecec;
	/* Light background */
}

.facebook i:hover {
	background-color: #3b5998;
	/* Change background color on hover */
	color: #fff;
	/* White icon on hover */
}


/* NEWS */
.outlined-link {
	display: inline-block;
	font-size: 14px;
	color: #0063bf;
	/* Text color */
	text-decoration: none;
	/* Remove underline */
	transition: background-color 0.3s, color 0.3s;
	/* Smooth transitions */
}

.outlined-link:hover {
	background-color: #3b5998;
	/* Background color on hover */
	color: white;
	/* Text color on hover */
}

.outlined-link i {
	margin-right: 5px;
	/* Space between icon and text */
}

/* NEWS VIEW ALL */
.custom-table {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Ensures borders don't overlap */
}

.custom-table th {
    background-color: #387fa4; /* Bootstrap primary color */
    color: white;
    text-align: center;
    font-weight: bold;
}

.custom-table th.head_bg {
    background-color: #387fa4; /* Dark background for header */
}

.custom-table td {
    vertical-align: middle;
}

.custom-table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa; /* Light grey for alternate rows */
}

.custom-table-hover tbody tr:hover {
    background-color: #e9ecef; /* Light grey on hover */
}

.doccumentdetails {
    cursor: pointer;
}

.btn-metis-6 {
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.btn-metis-6:hover {
    background-color: #2d99c4; /* Darker shade on hover */
}


/* KERALA MAP */

.tooltip {
	position: absolute; /* Keep it absolute for positioning */
    background: white; /* Background color */
    border: 1px solid black; /* Border style */
    padding: 5px; /* Padding around the text */
    display: none; /* Hide by default */
    z-index: 10; /* Ensure it's above other elements */
    transition: opacity 0.2s; /* Smooth transition */
    opacity: 0.9; /* Slight transparency */
}

.kerala_districts {
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: fill 0.3s; /* Smooth fill transition */
}

.kerala_districts:hover {
    fill: #1a7a9c; /* Change color on hover */
}