@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--main-font: 'Poppins';
	--main-color1: #f16529;
	--main-color2: #332a61;
	--color-white: #f7f8f5;
	--color-black: #23282d;
	--top-header: #ebebeb;
}
body {
	font-family: var(--main-font);
}
.top-header {
	background-color: var(--top-header);
	padding: 8px 0px;
}
p {
	color: #555555;
}

.content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left-location p {
	margin: 0;
}

.right-social-media ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.right-social-media ul li {
	display: inline-block;
	margin-left: 10px;
}

.right-social-media ul li:first-child {
	margin-left: 0;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: var(--main-color1);
}
.logo {
	width: 120px;
	padding: 10px 0px;
}

.contact-info {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info li {
	display: inline-block;
	margin-right: 20px;
	border-right: 1px solid #ebebeb;
	padding: 10px;
}

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

.contact-info li a i {
	margin-right: 5px;
}

.contact-info li span {
	display: block;
	font-weight: 300;

	margin-bottom: 5px;
}
.navbar {
	background-color: var(--color-black);
}
.navbar-nav .nav-link {
	color: var(--main-color1);
}
.nav-item {
	margin-right: 15px;
}
.navbar-toggler {
	background-color: var(--main-color1);
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--main-color1);
}
/*Carousel*/
.carousel-item {
	height: 80vh;
	position: relative;
}

.carousel-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
	z-index: 1; /* Ensure the overlay is above the image */
}
.carousel-caption {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 70%; /* Adjust the width as needed */
	z-index: 2;
}
h1,
h2,
h3,
h3,
h4,
h5,
h5 {
	color: var(--main-color2);
	font-size: 33px;
}
.carousel-caption h5 {
	text-transform: uppercase;
	font-size: 44px;
	color: var(--main-color1);
	background-color: white;
	padding: 10px 0px;
}
.carousel-caption p {
	color: white;
}

.btn-fill a:hover {
	background-color: var(--color-black);
}
.btn-fill a {
	background-color: var(--main-color1);
	padding: 10px 10px;
	color: white;
}
.btn-fill2 {
	background-color: var(--main-color1);
	padding: 10px 10px;
	color: white;
	margin: 8px;
}
button {
	border: none;
}
.btn-nofill a:hover {
	background-color: var(--main-color1);
}
.btn-nofill a {
	border: 2px solid var(--main-color1);
	padding: 8px 10px;
	color: white;
	/* font-weight: bold; */
	z-index: 2;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.carousel-caption span {
	color: white;
	font-weight: 400;
	font-size: 33px;
}
.ptb {
	padding: 4rem 0rem;
}

.heading {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}
.main-heading {
	text-transform: uppercase;
	margin-top: 20px;
	color: var(--main-color2);
	margin-bottom: 20px;
}

.clr {
	color: #f16529;
}
.about-page .text {
	margin-bottom: 30px;
}
.text {
	text-align: justify;
	/* margin-bottom: 30px; */
}
.p-text {
	font-size: 14px;
}
.icon-div {
	color: var(--main-color1);
	font-size: 20px;
	padding-left: 30px;
}

.liner {
	background-color: var(--color-black);
	padding: 3rem 0rem;
	color: white;
}

.content {
	color: var(--main-color1);
	font-size: 20px;
}
.liner h5 {
	color: white;
	margin-top: 20px;
}
.content a {
	font-size: 16px;
	font-weight: bold;
}
.testimonial-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
	justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	position: relative;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--main-color1) !important;
	font-size: 22px;
	border-radius: 45px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: var(--main-color2);
}

.testimonial-carousel .owl-item img {
	width: 90px;
	height: 90px;
}
.contact-liner {
	background-color: var(--color-black);
	color: white;
}

.services .card {
	border: none;
	background-color: #f9f9f9;
	border-radius: 0rem;
}
.services .card img {
	border-radius: 0rem;
}
.card-text {
	text-transform: uppercase;
}
.footer {
	/* background:linear-gradient(white,#23282d,#23282d); */
	/* background-image: url(../image/footer.jpg);
    object-fit: cover;
    background-position: center;
    background-size: cover; */
	background-color: #23282d;
	color: white;
}
.footer .heading {
	border-left: 3px solid white;
	padding-left: 3px;
}
.footer p {
	color: var(--main-color1);
	font-size: 14px;
	font-weight: 300;
}
.footer-bottom {
	background-color: var(--main-color2);
}
.footer-div {
	display: flex;
	font-size: 14px;

	justify-content: space-between;
}
.footer-div a {
	color: #ebebeb;
	font-weight: 300;
}

/*CONTACT PAGE*/
.contact-head {
	background-color: var(--main-color1);
}

.contact-info .card {
	border-radius: 0rem;
	background-color: var(--main-color2);
	padding: 3rem;
	color: white;
	box-shadow: 10px 10px 10px var(--main-color1);
}

.contact-info .card .info {
	margin: 15px;
}

.contact-info .card .info a {
	color: white;
	font-weight: lighter;
}
form {
	max-width: 400px;
	margin: 0 auto;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	width: 100%;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-sizing: border-box;
}
input[type='submit'] {
	background-color: var(--main-color1);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;

	cursor: pointer;
	width: 100%;
}
input[type='submit']:hover {
	background-color: var(--main-color1);
}
.contact-form .card {
	border: none;
	padding: 10px 0px;
	box-shadow: 10px 10px 10px #ebebeb;
}
/*CONTACT PAGE*/

/*ABOUT PAGE*/
.about-head {
	background-image: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)
		),
		url(../image/about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}
.breadcrumb {
	margin-top: 10px;
}
.breadcrumb-item a {
	color: #f16529;
}
.about-content .card {
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 0rem;
	border: none;
	color: white;
	background-color: var(--main-color2);
	padding: 5rem 0rem;
}
.about-content .card-v {
	height: 250px;
}
.voice img {
	aspect-ratio: 1/1;
	width: 120px;
	object-fit: cover;
}
.voice p {
	font-size: 12px;
}
.core-values {
	background-color: var(--color-black);
}
.core-values .text {
	font-size: 12px;
	font-weight: 300;
}
/*Service Page*/
.service-page {
	background-image: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)
		),
		url(../image/service1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}
.hidden-content {
	display: none;
}
.btn-fill2 img {
	width: 30px; /* Adjust the size of the icon */
	margin-right: 10px; /* Adjust the spacing between icon and text */
	border-radius: 50%;
}
.content img {
	border-radius: 50px 0px 50px 0px;
	box-shadow: 10px 10px 10px #efefef;
}
.content p {
	font-size: 16px;
}

.content ul li {
	font-size: 14px;
}
/*Career Page*/
.career-page {
	background-image: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)
		),
		url(../image/career-page.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}
.career .card {
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 776px) {
	.content-header {
		text-align: center;
		flex-direction: column;
	}
	.contact-info li {
		display: inline-block;
		margin-right: 20px;
		border-right: none;
		padding: 10px;
	}
	.carousel-item {
		height: 40vh;
		position: relative;
	}
	.footer-div {
		flex-direction: column;
		text-align: center;
	}
	.about-content .card-v {
		height: auto;
	}
}
.asp-1 {
	aspect-ratio: 1/1;
}

.what-we-do {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.what-we-do-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.what-we-do-content p {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.what-we-do {
		gap: 1.5rem;
	}

	.what-we-do-content {
		width: 40%;
	}
}

@media only screen and (min-width: 1200px) {
	.what-we-do {
		gap: 2rem;
	}

	.what-we-do-content {
		width: 35%;
	}
}
