h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

ul {
	list-style: none;
}


/* mobile header csss start  */

.mobile-header {
	display: none;
}


.mobile-menu {
	display: block;
}

.sidenav {
	padding-top: 50px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #46423e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.mobile-image {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 76px 5px 75px;
}

.mobile-image img {
	width: 100%;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav a {
	font-size: 21px;
	color: white;
	text-align: center;
	padding: 10px 0px 8px 0px;
}

.sidenav a {
	font-size: 21px;
	color: white;
	text-align: center;
	padding: 10px 0px 8px 0px;
}

header .mobile-menu .contact-btns {
	width: 50%;
	margin: auto;
}

header .mobile-menu .contact-btns a.Enroll:hover,
header .mobile-menu .contact-btns a.login {
	transition: 0.5s;
	/* font-family: "Poppins"; */
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
	/* background: #000;
	border: 1px solid #000; */
	border-radius: 4px;
	display: block;
	/* padding: 2px 10px;
	margin: 10px auto; */
}

header .mobile-menu .contact-btns a.login:hover,
header .mobile-menu .contact-btns a.Enroll {
	display: block;
	/* font-family: "Poppins"; */
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
	/* background: #000;
	border: 1px solid #000; */
	border-radius: 4px;
	/* padding: 2px 10px;
	margin: 10px auto; */
}


/* css start  header */

.header-logo a img {
	width: 100%;
}

.header-links ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.header-links ul li a {
	font-size: 19px;
	font-weight: 500;
	text-decoration: none;
	color: #5bc1e7;
	line-height: 20px;
	text-transform: capitalize;
}

.header-links ul li a:hover {
	color: #ffffff;
}

.desktop-header {
	background-color: #000303;
	padding: 10px 40px;
}

.bg-opacity {
	position: relative;
	background-color: #000;
	height: 100vh;
}

.bg-opacity::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.6;
	background: url("../images/hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.hero-content h1 {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #fffbff;
	line-height: 41px;
	padding: 190px 0;
	text-align: center;
}


.about-us-head {
	background-image: url(../images/banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 1600px;
	/* background: #5bc1d8; */
	border-radius: 40px;
	padding: 70px 0;
	margin: 31px 0;
	text-align: center;
}

.about-us-head h1 {
	color: white;
	margin: 21px 0;
	font-size: 35px;
	font-weight: 700;
	line-height: 55px;
}



.about-content h4 {
	color: black;
	font-size: 35px;
	font-weight: 700;
	line-height: 65px;
}

.about-content p {
	color: black;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
}

.about-content img {
	width: 100%;
	border-radius: 20px;
}

.about-content {
	margin: 45px 0px;
}

.about-content.our-vission {
	text-align: center;
}

.about-content.our-vission img {
	width: 80%;
}




.profileimage-two img {
	width: 100%;
}

.profileimage-two {
	text-align: left;
	margin: 41px 0;
}

/* team page css start /// */
.team-card img {
	width: 92%;
	height: 475px;
	/* object-fit: cover; */
	/* display: block; */
}

.team-card h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: white;
	padding: 14px 0px 5px 15px;
	text-align: left;
	/* padding: 0 16px; */
}

.team-card {
	background: black;
	color: white;
	padding: 43px 24px;
	margin: 10px 10px;
	text-align: center !important;
	cursor: pointer;
}

.modal-dialog {
	min-width: 100%;
	height: 100vh;
}

/* Ensure the modal takes full width and height */
.full-screen-modal .modal-dialog {
	width: 100vw;
	height: 100vh;
	margin: 0;
}

.full-screen-modal .modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
}

.full-screen-modal .modal-header,
.full-screen-modal .modal-body,
.full-screen-modal .modal-footer {
	height: auto;
	max-height: 100%;
	overflow-y: auto;
}

section.team-profile-sect {
	padding: 30px 0 50px 0px;
}

.team-card h6 {
	font-size: 16px;
	font-weight: 500;
	color: white;
	line-height: 27px;
	text-align: left;
	padding: 0 16px;
}

.team-card p {
	padding: 15px 0px 15px 19px;
	font-size: 16px;
	font-weight: 400;
	color: white;
	line-height: 20px;
	text-align: left;
	/* padding: 0 16px; */
}

p.wilson-pra {
	font-size: 15px;
	line-height: 20px;
}

.team-btn {
	text-align: right;
}

.team-btn button {
	background: transparent;
	border: 2px solid white;
	color: white;
	padding: 6px 10px;
	border-radius: 12px;
	/* display: flex; */
	/* justify-content: center; */
}

.team-btn button:hover {
	background: white;
	color: black;

}

.modal-header h5 {
	color: #5bc1e7;
	font-size: 35px;
}

.modal-header {
	background: black;
	padding: 8px 35px;
	border-radius: 0;
}

.modal-body {
	background: black;
	color: white;
}

.modal-footer {
	background: black;
	color: white;
	border: 0;
	display: none;
}

.profile-content h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	color: white;
}

.profile-content h6 {
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
	color: white;
	padding: 3px 0 10px 0;
}

.profile-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

/* team page css  end ////////// */



.about-team {
	margin: 41px 0;
}


.services-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	padding: 0 0 25px 0;
}

.services-offer h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 10px;
}

.services-offer ul li {
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 0 10px 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.services-offer {
	margin: 20px 0;
}

.services-images {
	margin: 20px 0;
}

.services-images img {
	width: 80%;
	border-radius: 15px;
}

.services-offer ul li p {
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px;
}

.services-offer ul {
	padding: 0 18px;
}

.contact-information h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 35px;
	color: black;
}

.contact-information h6 {
	font-size: 21px;
	font-weight: 500;
	line-height: 40px;
	color: black;
	padding: 0 0 20px 0;
}

.contact-information p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: black;
}

.contact-information h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	color: black;
	padding: 16px 0 50px 0;
}

.contact-information p a {
	font-weight: 400;
	color: black;
	padding-left: 0;
	font-size: 18px;
}

.contact-information h4 a {
	color: black;
}

.responsive-map {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.responsive-map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

section.contact-us-sect {
	padding: 0 0 50px 0px;
}

/* hover effects website  */

.about-us-head p span:hover {
	background-color: #070707;
	color: #ffffff;
}



.fadein {
	opacity: 0;
	transition: all 1.5s;
	transform: translate(0, 100px);
}

.fadein.visible {
	opacity: 1;
	transform: translate(0, 0);
}

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

.hero-content h1 span {
	color: #5bc1e7;
	font-size: 29px;
	font-weight: 800;
}

.hero-content h1 span {
	height: 20%;
	color: transparent;
}


.hero-content h1 span {
	color: red;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	animation: text-animation 3s ease-in-out forwards alternate infinite;
	text-shadow: 1px 1px 1px black, -1px -1px 1px black;
}

.hero-content h1 span {
	text-shadow: 1px 1px 1px black, -1px -1px 1px black;
	color: #5bc1e7;
}

@keyframes text-animation {
	from {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	to {
		clip-path: polygon(0 0, 0% 1%, 0% 100%, 0% 100%);
	}
}

.cursor {
	position: absolute;
	top: 50%;
	height: 100%;
	width: 100%;
	transform: translate(0, -50%);
	border-right: 2px solid red;
	animation: cursor-animation 3s ease-in-out forwards alternate infinite;
}

@keyframes cursor-animation {
	from {
		width: 100%;
	}

	to {
		width: 0;
	}
}

.hero-content h1 span {
	color: #5bc1e7;
	font-size: 29px;
	font-weight: 800;
}