:root {
	--primary-bg-color: #0090BF;
	--primary-color: #0090BF;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
}

p {
	font-size: 14px !important;
}


#page-loader {
	position: fixed;
	inset: 0;
	background: #ffffff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #ddd;
	border-top: 5px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}


@media (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}

/* Top Bar CSS */
.top-bar {
	background-color: #252525;
	padding: 16px 0px;
}

@media(max-width: 500px) {
	.top-bar {
		display: none;
	}
}

.top-bar p {
	font-size: 11.5px !important;
	font-weight: 200;
	color: #ffffff;
	margin: 0;
}

.top-bar p i {
	color: var(--primary-color);
}

.top-bar p i:first-child {
	margin-left: 0px;
	margin-right: 15px;
}

.top-bar p i:last-child {
	margin-left: 15px;
	margin-right: 15px;
}

.soical-links {
	margin: 0;
	padding: 0;
}

.soical-links li {
	list-style: none;
}

.soical-links li a {
	display: inline-block;
	color: #ffffff;
}



/* Main Navbar */
.custom-navbar {
	padding: 22px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: #ffffff !important;
}

.custom-navbar .nav-item {
	padding: 10px 15px;
}

.custom-navbar .nav-link {
	font-size: 13px;
	color: #777777;
	padding: 10px 30px;
	text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}

/* Show hide search input */
.search-input {
	width: 250px;
	display: none;
	transition: 0.3s ease;
	overflow: hidden;
	border: 1px solid #EAEAEA;
	border-radius: 0;
	background: #fff;
}

.search-input:focus {
	box-shadow: none;
	border: 1px solid #EAEAEA;
	background: #fff;
}

.search-input::placeholder {
	font-size: 12px;
	color: #777777;
}

.search-input.active {
	position: absolute;
	width: 250px;
	left: -250px;
	display: block;
	background: #fff;
}

.custom-search-button:hover {
	color: var(--primary-color);
}



/* carousel Full Screen */
.custom-carousel-inner .carousel-caption {
	width: 80%;
	margin: 0 auto;
}


.custom-carousel-inner h1 {
	font-size: 60px;
	font-weight: 600;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

.custom-carousel-inner p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 7px;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

.custom-carousel-caption h1 {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(0, 0, 0, 0.5);
}

.custom-carousel-caption p {
	display: block;
	max-width: 34%;
	padding: 5px 15px;
	background: rgba(0, 0, 0, 0.5);
	letter-spacing: 1px !important;
}

.custom-carousel-inner p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 7px;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

.custom-carousel-inner a {
	font-size: 14px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color) !important;
	padding: 17px 61px;
	color: #ffffff;
	transition: .2s ease-in-out;
}

.custom-carousel-inner a:hover {
	color: #ffffff;
	background: #252525;
	border: 1px solid #252525 !important;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.carousel-caption {
	bottom: 50%;
	transform: translateY(50%);
}

@media(max-width: 500px) {
	.custom-carousel-inner h1 {
		font-size: 30px;
	}

	.custom-carousel-inner p {
		font-size: 17px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: normal;
	}

	.custom-carousel-inner .carousel-caption {
		width: 80%;
		margin: 0 auto;
	}

	.custom-carousel-caption p {
		max-width: 80%;
	}

	.navbar-collapse {
		background: #262626;
	}

	.custom-navbar .nav-item {
		border: 1px solid #333333;
		text-align: center;
	}
}


/* Footer CSS */
.soical-links {
	margin: 0;
	padding: 0;
}

.soical-links li {
	list-style: none;
	font-size: 12px;
}



.carousel-indicators {
	justify-content: flex-end;
	width: 80%;
	max-width: 100%;
	margin-bottom: 40px;
}

.page-heading {
	font-size: 21px;
}

.carousel-indicators [data-bs-target] {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
}

.carousel-indicators button.active {
	border: 2px solid #fff;
	background: #ffffff;
}


/*----- Home Page About US-------*/
.home-about-us {
	padding: 50px 0;
}

.page-heading {
	position: relative;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.page-heading::after {
	display: block;
	width: 70px;
	content: "";
	background: var(--primary-color);
	height: 3px;
}

.page-heading.left::after {
	margin: 20px 0;
}

.page-heading.center::after {
	margin: 20px auto;
}

.home-about-us p {
	font-size: 16px;
	color: #777777;
	line-height: 2;
}








/* Slider CSS */
.cwp-slider {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.cwp-slides-wrapper {
	overflow: hidden;
	border-radius: 0px;
}

.cwp-slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.cwp-slide {
	min-width: 100%;
	height: 500px;
	object-fit: cover;
	cursor: pointer;
}

.cwp-nav {
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	font-size: 2rem;
	padding: 0px 5px;
	cursor: pointer;
}

.cwp-prev {
	left: 0px;
}

.cwp-next {
	right: 0px;
}

/* Thumbnails */
.cwp-thumbs-wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 50px;
}

.cwp-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	flex: 1;
}

.cwp-thumb {
	width: 152px;
	object-fit: cover;
	opacity: 0.5;
	cursor: pointer;
	border: 2px solid transparent;
	transition: 0.3s;
}

.cwp-thumb.active {
	opacity: 1;
	border-color: black;
}

.cwp-thumbs-nav {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
	padding: 5px 10px;
	border-radius: 4px;
}

.cwp-thumbs-prev {
	position: absolute;
	left: 0;
}

.cwp-thumbs-next {
	position: absolute;
	right: 0;
}

/* Modal */
.cwp-modal {
	display: none;
	position: fixed;
	z-index: 999;
	inset: 112px 0 0 0;
	/* inset: 0; */
	background: rgba(0, 0, 0, 0.7);
	/* align-items: center; */
	justify-content: center;
}

.cwp-modal-content {
	position: relative;
	display: flex;
	align-items: center;
}

.cwp-modal img {
	max-width: 100%;
	max-height: 100%;
}

.cwp-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}

.cwp-modal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	cursor: pointer;
	padding: 1px 12px;
}

.cwp-modal-prev {
	left: 20px;
}

.cwp-modal-next {
	right: 20px;
}

.cwp-modal-counter {
	position: absolute;
	bottom: 5px;
	left: 100%;
	transform: translateX(-50%);
	color: white;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.6);
	padding: 4px 10px;
	border-radius: 12px;
	white-space: nowrap;
}




/* Footer CSS */
footer h5 {
	margin-bottom: 36px;
	color: #fff;
}

.footer-address {
	margin: 0;
	padding: 0;
}

.footer-address li {
	display: block;
	font-size: 14px;
	list-style: none;
	color: #979797;
	margin-bottom: 8px;
}

.footer-address li span {
	margin-right: 15px;
	color: var(--primary-color);
}

.custom-footer-links {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-footer-links li {
	list-style: none;
	width: 50%;
	margin-top: 15px;
	position: relative;

}

.custom-footer-links li::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #979797;
	position: absolute;
	left: 0;
	top: 0;
}

.custom-footer-links li a {
	font-size: 14px;
	display: block;
	color: #979797;
	text-decoration: none;
	padding-left: 20px;
}


.page-title-banner {
	background: #f7f7f7;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	padding: 55px 0;
}

.page-title-banner h1 {
	font-size: 30px;
	font-weight: 300;
	color: #777777;
}

.custom-breadcrumb-item {
	font-size: 13px;
}

.custom-breadcrumb-item a {
	color: #0090BF;
}



/* Service page CSS */

.page-services {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-services i {
	font-size: 50px;
}

.page-services h5 {
	font-weight: 100;
	color: #252525;
	margin-bottom: 10px;
}

.page-services p {
	font-size: 14px;
	color: #777777;
	line-height: 1.5;
}

.page-services h1 {
	display: inline-block;
	text-align: left;
}

.section-information {
	background: #3D8fBB;
	padding: 40px 0;
	margin: 100px 0;
}

.section-information h2 {
	font-size: 21px;
	color: #ffffff;
	margin: 0 !important;
}

.section-information button {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #252525;
	padding: 10px 35px;
	background: #fff;
	border: none;
	transition: all .2s ease-in-out;
	border-radius: 3px;
}

.section-information button:hover {
	color: #fff;
	background: #252525;
}


.service-card {
	display: block;
	margin-bottom: 50px;
}

.service-card h2 {
	font-size: 30px;
	font-weight: 300;
	color: #252525;
	text-align: center;
}

.service-card img {
	display: block;
	margin: 0 auto 35px auto;
}

.service-card p {
	font-size: 14px;
	color: #777777;
}

.circle-icon-animation {
	position: relative;
	border: 2px solid #0090BF;
	background: #0090BF;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	transition: .2s all ease-in-out;
}

.circle-icon-animation:hover {
	background: transparent;
	border: 2px solid #0090BF;
}

.circle-icon-animation i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #ffffff;
}

.circle-icon-animation:hover i {
	color: #0090BF;
	transform: translate(-50%, -50%);
}

/* Contact Page */
.our-address {
	display: block;
}

.our-address h2 {
	font-size: 20px;
	font-weight: 300;
}

.btn-custom {
	display: block;
	width: 100%;
	background-color: #0a8dbf;
	color: #fff;
	padding: 12px 40px;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.btn-custom.auto {
	display: inline-block;
	width: auto;
	border: 1px solid #0a8dbf;
}

.btn-custom:hover {
	background-color: #252525;
	border: 1px solid #252525;

	color: #fff;
}

.custom-form-control {
	border-radius: 0;
	padding: 12px 15px;
	border: 1px solid #eaeaea;
	background: #F7F7F7;
	margin-bottom: 30px;
}

.custom-form-control:focus {
	border: 1px solid #eaeaea;
}

.custom-form-control::placeholder {
	font-size: 14px;
	color: #C1C1C1
}



.about-banner {
	padding: 150px 0;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.about-banner h1 {
	font-size: 40px;
	font-weight: 400;
	color: #ffff;
}

.about-banner button {
	display: inline-block;
	width: auto;
	border: none;
	transition: all .2s ease-in-out;
}

.about-banner button:hover {
	background: #252525;
}

.team-section {
	padding: 40px 0;
}