@charset "utf-8";

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "TechBloomFont1";
	src: url("https://TechBloomEt.com/CONTENTS/FONTS/NirmalaS.eot");
	src: url("https://TechBloomEt.com/CONTENTS/FONTS/NirmalaS.eot?#iefix")
			format("embedded-opentype"),
		url("https://TechBloomEt.com/CONTENTS/FONTS/NirmalaS.woff")
			format("woff"),
		url("https://TechBloomEt.com/CONTENTS/FONTS/NirmalaS.TTF")
			format("truetype");
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "TechBloomFont2";
	src: url("https://TechBloomEt.com/CONTENTS/FONTS/HARLOWSI.eot");
	src: url("https://TechBloomEt.com/CONTENTS/FONTS/HARLOWSI.eot?#iefix")
			format("embedded-opentype"),
		url("https://TechBloomEt.com/CONTENTS/FONTS/HARLOWSI.woff")
			format("woff"),
		url("https://TechBloomEt.com/CONTENTS/FONTS/HARLOWSI.ttf")
			format("truetype");
}

html,
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

*,
html,
body {
	direction: initial;
	font-family: "TechBloomFont1", "Nirmala UI Semilight", "Droid Sans Ethiopic",
		calibri, "Times New Roman", Times, serif;
	text-wrap: wrap;
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
}

a {
	text-decoration: none;
	color: inherit;
}

a.active {
	color: #0f0b !important;
}

img {
	max-width: 100%;
}
img:hover {
	opacity: 1 !important;
}

input[type="button"]:active {
	transform: scale(99%);
}

.scrollProgress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	background-color: #f00;
	border-bottom: solid 1px #fff4;
	animation: animScrollProgress 4s infinite;
	z-index: 2;
}
@keyframes animScrollProgress {
	50% {
		background-color: #37d126;
	}
}

.moreDataViewer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000c;
}
.moreDataViewer .data {
	position: relative;
	top: 50%;
	left: 50%;
	padding: 30px;
	min-width: 50%;
	max-width: 75%;
	min-height: 50%;
	max-height: 80%;
	background-color: #fffc;
	overflow: auto;
	transform: translate(-50%, -50%);
}
.moreDataViewer .data .close {
	opacity: 0.7;
	display: grid;
	place-items: center;
	position: absolute;
	width: 27px;
	height: 27px;
	top: 12px;
	right: 12px;
	font-weight: bolder;
	cursor: pointer;
	color: #ddd;
	background-color: #777;
	overflow: auto;
}
.moreDataViewer .data .close:hover {
	opacity: 1;
}

.previewImage {
	cursor: zoom-in;
}
.imagePreviewer {
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: zoom-out;
	background: #000000aa
		url("https://TechBloomEt.com/CONTENTS/IMAGES/bg-pattern.png") repeat;
	z-index: 10;
}
.imagePreviewer img {
	cursor: zoom-out;
	max-width: 95%;
	max-height: 85%;
	border: solid 5px #555555;
	background-color: #000a;
	transition: 0s;
}

.headerPane {
	color: #fff;
	background-color: #000;
}
.headerPane .headerContents {
	width: 100%;
	height: 100vh;
	background-size: cover;
}
.headerPane .headerContents .headerBg {
	position: relative;
	width: 100%;
	height: 100%;
}
.headerPane .headerContents .headerBg video {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
}
.headerPane .headerContents .textContents {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.headerPane .headerContents .textContents .textHolder {
	display: grid;
	align-content: flex-start;
	gap: 50px;
	position: relative;
	width: 100%;
	height: 100%;
}
.headerPane .headerContents .textContents .nameMenu {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 1;
}
.headerPane .headerContents .textContents .nameMenu .orgName .nameLogo {
	font-size: 25px;
}
.headerPane .headerContents .textContents .nameMenu .orgName .nameLogo img {
	max-height: 72px;
	margin-bottom: -10px;
	transform: translateX(-7px);
}
.headerPane .headerContents .textContents .nameMenu .orgName .saying {
	margin-top: 2px;
	color: #fffb;
}
.headerPane .headerContents .textContents .nameMenu .menuHolder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 30px;
}
.headerPane .headerContents .textContents .nameMenu .menuHolder a {
	color: #fffa;
}
.headerPane .headerContents .textContents .nameMenu .menuHolder a:hover {
	color: #fff;
}
.headerPane .headerContents .textContents .nameMenu .burger {
	display: none;
	flex-direction: column;
	cursor: pointer;
}
.headerPane .headerContents .textContents .nameMenu .burger .line {
	margin: 4px 0;
	width: 35px;
	height: 3px;
	background-color: #fff;
	transition: 0.3s;
}
.headerPane .headerContents .textContents .heroHolder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 70px;
}
.headerPane .headerContents .textContents .heroHolder .heroText {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: 60%;
	text-align: center;
}
.headerPane .headerContents .textContents .heroText .miniHeader {
	font-size: 21px;
	font-family: "TechBloomFont2", "Harlow Solid Italic";
}
.headerPane .headerContents .textContents .heroText .header {
	margin-bottom: 4px;
	font-size: 43px;
	font-family: "TechBloomFont2", "Harlow Solid Italic";
}
.headerPane .headerContents .textContents .heroHolder .heroImage {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 50%;
	gap: 30px;
}
.headerPane .headerContents .textContents .heroHolder .heroImage img {
	max-height: 60px;
	border: solid 1px #fff6;
}
.headerPane .headerContents .textContents .heroHolder .heroImage img:hover {
	border: solid 1px #fff;
	transform: scale(110%);
	transition: 0.1s;
}

.bodyPane {
	display: grid;
	gap: 70px;
	position: relative;
	color: #2c1709;
	background-color: #fffd;
	padding: 70px 0px 120px 0px;
}
.bodyPane .PageName {
	padding: 30px 30px 70px 30px;
	font-family: "TechBloomFont2", "Harlow Solid Italic";
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #2c1709cc;
	background: linear-gradient(transparent, #33aa2555);
}
.bodyPane .solution {
	padding: 30px 30px 70px 30px;
	font-size: 35px;
	text-align: center;
	background: linear-gradient(transparent, #33aa2555);
}
.bodyPane .equalImageText {
	display: flex;
	max-height: 375px;
	margin-top: -70px;
	font-size: 27px;
	color: #fff;
	background-color: #2d6427dd;
	background-color: #4b2311bb;
}
.bodyPane .equalImageText .textHolder {
	display: grid;
	place-items: center;
	text-align: center;
	padding: 30px;
	width: 100%;
}
.bodyPane .equalImageText .imageHolder {
	width: 100%;
	background-color: #000;
}
.bodyPane .equalImageText .imageHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bodyPane .imageTextHolder {
	display: flex;
	flex-direction: row;
	padding: 30px;
}
.bodyPane .imageTextHolder:nth-child(even) {
	flex-direction: row-reverse;
}
.bodyPane .imageTextHolder:nth-child(even) .imageHolder {
	justify-items: end;
}
.bodyPane .imageTextHolder .imageHolder {
	display: grid;
	width: 100%;
}
.bodyPane .imageTextHolder .imageHolder svg {
	max-width: 65%;
	position: sticky;
	top: 50px;
}
.bodyPane .imageTextHolder .textHolder {
	display: grid;
	align-content: center;
	width: 100%;
	gap: 15px;
}
.bodyPane .imageTextHolder .textHolder .header {
	font-size: 27px;
	color: #775335;
	color: #33aa25;
}
.bodyPane .imageTextHolder .textHolder input[type="button"] {
	padding: 10px 15px;
	width: max-content;
	cursor: pointer;
	color: #fff;
	background-color: #77533599;
	border: none;
	border-radius: 4px;
}
.bodyPane .imageTextHolder .textHolder input[type="button"]:hover {
	background-color: #775335bb;
}
.bodyPane .imageTextHolder .textHolder .moreData {
	display: none;
}

.bodyPane .FAQ {
	display: flex;
}
.bodyPane .FAQ .textHolder {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 70px;
	width: 100%;
}
.bodyPane .FAQ .textHolder .header {
	margin-bottom: -40px;
	font-size: 27px;
	font-weight: bold;
}
.bodyPane .FAQ .textHolder .FAQcollapsable {
	border-bottom: solid 1px #7777;
	padding-bottom: 25px;
}
.bodyPane .FAQ .textHolder .FAQcollapsable.active {
	color: #2c1709;
	background-color: #2c17090f;
	background: linear-gradient(90deg, transparent, #2c170910, transparent);
}
.bodyPane .FAQ .textHolder .FAQcollapsable.active .question > i {
	display: flex;
	align-items: flex-end;
	transform: rotateZ(180deg);
	color: #0c0;
}
.bodyPane .FAQ .textHolder .FAQcollapsable:last-child {
	border-bottom: none;
}
.bodyPane .FAQ .textHolder .FAQcollapsable .question {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;
}
.bodyPane .FAQ .textHolder .FAQcollapsable.active .question {
	color: #0a0;
}
.bodyPane .FAQ .textHolder .FAQcollapsable .question:hover {
	font-weight: bold;
}
.bodyPane .FAQ .textHolder .FAQcollapsable .answer {
	display: none;
	margin-top: 7px;
}
.bodyPane .FAQ .imageHolder {
	display: grid;
	justify-items: center;
	box-sizing: border-box;
	width: 100%;
}
.bodyPane .FAQ .imageHolder img {
	width: 60%;
	position: sticky;
	top: 40px;
}
.bodyPane .aboutText {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0px 70px;
}
.bodyPane .aboutText text .header {
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size: 27px;
	background-color: #77332511;
	border: solid 1px #7777;
}
.bodyPane .aboutText .areas {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
}
.bodyPane .aboutText .specializes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	justify-items: center;
	text-align: center;
	gap: 70px;
	padding: 0px 170px;
}
.bodyPane .aboutText.servicesText .specializes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
	justify-items: center;
	text-align: center;
	gap: 70px;
	padding: 0px;
}
.bodyPane .aboutText .specializes .card {
	display: flex;
	flex-direction: column;
	text-align: justify;
	background-color: #77332511;
	border: solid 1px #2c170933;
}
.bodyPane .aboutText .specializes .card > .header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	min-height: 125px;
	font-size: 19px;
	text-align: center;
	color: #fffe;
	background-color: #2c1709aa;
}
.bodyPane .aboutText .specializes .card text {
	padding: 15px 30px 30px 30px;
}
.bodyPane .aboutText .specializes .card text list {
	display: grid;
	gap: 10px;
}
.bodyPane .aboutText .specializes .card text list > .header {
	padding: 10px;
	margin: 30px 0px 0px 0px;
	font-size: 19px;
	font-weight: bold;
	background-color: #2c170922;
	border: none;
}
.bodyPane .aboutText .specializes .card text list > ul {
	display: grid;
	gap: 15px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.bodyPane .aboutText .specializes .card text list > ul .header {
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	font-weight: bold;
	background-color: initial;
	border: none;
	margin-top: 10px;
}
.bodyPane .choose {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0px 70px;
}
.bodyPane .choose > .header {
	font-size: 27px;
}
.bodyPane .choose text ul {
	display: grid;
	gap: 10px;
	padding: 0px 0px 0px 15px;
}
.bodyPane .choose text .header {
	font-weight: bold;
}
.bodyPane .choose .join {
	font-weight: bold;
	margin-bottom: 20px;
}
.bodyPane .choose .saying {
	font-size: 21px;
}
.bodyPane .legacy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 70px;
}
.bodyPane .legacy > .header {
	font-size: 27px;
}
.bodyPane .legacy .visionMission {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	gap: 70px;
}
.bodyPane .legacy .visionMission .card {
	display: flex;
	gap: 10px;
}
.bodyPane .legacy .visionMission .card .textHolder {
	background-color: #0f01;
	width: 100%;
}
.bodyPane .legacy .visionMission .card .textHolder .header {
	padding: 7px 10px;
	margin-bottom: 7px;
	font-size: 19px;
	font-weight: bold;
	background-color: #0f03;
}
.bodyPane .legacy .visionMission .card .textHolder text {
	display: block;
	padding: 10px;
}
.bodyPane .legacy .visionMission .card .imageHolder img {
	height: 100%;
}
.bodyPane .legacy .visionMission .card .textHolder ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.bodyPane .ourTeams {
	display: flex;
	flex-direction: column;
	padding: 40px 70px;
	color: #fffd;
	background-color: #2c1709aa;
}
.bodyPane .ourTeams .headerText {
	margin-bottom: 20px;
}
.bodyPane .ourTeams .headerText .header {
	font-size: 27px;
	font-weight: bold;
}
.bodyPane .ourTeams .textImageHolder {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	gap: 70px;
}
.bodyPane .ourTeams .textImageHolder .employees {
	display: flex;
	gap: 20px;
}
.bodyPane .ourTeams .textImageHolder .employees .imageHolder img {
	position: sticky;
	top: 40px;
	width: 100px;
	max-width: 100px;
	border-radius: 50%;
	clip: circle;
	border: solid 2px #0003;
}
.bodyPane .ourTeams .textImageHolder .employees .textHolder {
	width: 100%;
	font-size: 14px;
}
.bodyPane .ourTeams .textImageHolder .employees .textHolder .headers {
	display: grid;
	gap: 5px;
}
.bodyPane .ourTeams .textImageHolder .employees .textHolder .headers .header {
	font-size: 17px;
	font-weight: bold;
}
.bodyPane .ourTeams .textImageHolder .employees .textHolder .miniHeader {
	margin-bottom: 10px;
}
.emailMaker {
	display: grid;
	place-items: center;
}
.emailMaker .header {
	margin-bottom: 25px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
.emailMaker .container {
	padding: 30px 70px;
	width: 100%;
	background: #ddd;
}
.emailMaker #contactForm {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}
.emailMaker #contactForm .form-group {
	display: block;
	margin-bottom: 8px;
}
.emailMaker #contactForm .form-group label {
	display: block;
	margin-bottom: 8px;
}
.emailMaker #contactForm .form-group input[type="text"],
.emailMaker #contactForm .form-group input[type="email"],
.emailMaker #contactForm .form-group input[type="tel"],
.emailMaker #contactForm .form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
}
.emailMaker #contactForm .form-group textarea {
	resize: vertical;
	min-height: 100px;
}
.emailMaker #contactForm button {
	width: 100%;
	min-height: 50px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #5cb85c;
	border: none;
	border-radius: 4px;
}
.emailMaker #contactForm button:hover {
	background-color: #4cae4c;
}
.emailMaker #responseMessage {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.bodyPane .mainMapHolder {
	padding: 0px 70px;
}
.bodyPane .mainMapHolder .header {
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 21px;
	color: #fff;
	background-color: #2c1709;
}
.bodyPane .mapHolder iframe {
	margin-top: 20px;
	min-height: 500px;
	background: #fff url("https://TechBloomEt.com/CONTENTS/IMAGES/MapBg.jpg")
		no-repeat center;
	background-size: cover;
	border-radius: 4px;
}

.footerPane {
	position: relative;
	display: grid;
	gap: 30px;
	padding: 60px 30px;
	color: #fff;
	background-color: #2c1709dd;
	background-color: #2d6427dd;
	border-top: solid 2px #2c170944;
}
.footerPane .firstPane {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff4;
}
.footerPane .firstPane > div > i {
	font-size: 21px;
	margin-right: 4px;
}
.footerPane .firstPane .contactInfo .header {
	font-size: 21px;
}
.footerPane .firstPane text {
	display: flex;
	gap: 15px;
	padding: 7px 0px;
	color: #00ff00;
}
.footerPane .secondPane .copyright {
	display: flex;
	justify-content: space-between;
}
.footerPane .secondPane .logoHolder .logo img {
	max-height: 100px;
	margin-left: -10px;
}
.footerPane .secondPane .menuHolder {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.footerPane .secondPane .menuHolder a {
	color: #fffa;
}
.footerPane .secondPane .menuHolder a:hover {
	color: #fff;
}

.developer {
	padding: 12px 30px;
	text-align: center;
	font-weight: bold;
	color: #555;
	background: linear-gradient(90deg, #0f0, #ff0, #f00);
}

@media screen and (max-width: 1000px) {
	.headerPane .headerContents .textContents .heroHolder {
		margin-top: 40px;
	}
	.headerPane .headerContents .textContents .heroHolder .heroText {
		width: 75%;
	}

	.bodyPane .FAQ .imageHolder img {
		width: 75%;
	}
	.bodyPane .aboutText {
		padding: 50px;
	}
	.bodyPane .aboutText .specializes {
		gap: 50px;
		padding: 0px 50px;
	}
	.bodyPane .aboutText.servicesText .specializes {
		gap: 50px;
	}
	.emailMaker .container {
		padding: 30px 50px;
	}
	.bodyPane .mainMapHolder {
		padding: 0px 50px;
	}
}
@media screen and (max-width: 768px) {
	.headerPane .headerContents .textContents {
		padding: 30px;
	}
	.headerPane .headerContents .textContents .heroHolder {
		margin: initial;
	}
	.headerPane .headerContents .textContents .heroHolder .heroImage {
		width: 75%;
	}
	.headerPane .headerContents .textContents .heroText .miniHeader {
		font-size: 20px;
	}
	.headerPane .headerContents .textContents .heroText .header {
		font-size: 40px;
	}

	.bodyPane .imageTextHolder .imageHolder svg {
		max-width: 75%;
	}
	.bodyPane .FAQ .textHolder {
		padding: 0px 50px;
	}
	.bodyPane .aboutText {
		padding: 30px;
	}
	.bodyPane .aboutText .specializes {
		gap: 30px;
		padding: 0px;
	}
	.bodyPane .aboutText.servicesText .specializes {
		gap: 30px;
	}
	.bodyPane .choose {
		padding: 0px 30px;
	}
	.bodyPane .legacy {
		padding: 0px 30px;
	}
	.bodyPane .ourTeams {
		padding: 50px;
	}
	.bodyPane .mapHolder iframe {
		min-height: 400px;
	}
}
@media screen and (max-width: 480px) {
	html,
	body {
		font-size: 15px;
	}

	.moreDataViewer .data {
		padding: 20px;
		max-width: calc(100% - 70px);
		max-height: calc(100% - 70px);
	}

	.headerPane .headerContents .textContents {
		padding: 20px;
	}
	.headerPane .headerContents .textContents .nameMenu .menuHolder {
		display: none;
	}
	.headerPane .headerContents .textContents .nameMenu.active .menuHolder {
		display: flex;
		flex-direction: column;
		gap: 0px;
		position: absolute;
		right: 0px;
		top: 35px;
		padding: 0px;
		min-width: 190px;
		text-align: center;
		background-color: #111;
		border: solid 1px #fff7;
	}
	.headerPane .headerContents .textContents .nameMenu.active .menuHolder a {
		padding: 17px;
		width: 100%;
		border-bottom: solid 1px #7775;
	}
	.headerPane
		.headerContents
		.textContents
		.nameMenu.active
		.menuHolder
		a:hover {
		background-color: #7773;
	}
	.headerPane .headerContents .textContents .nameMenu .burger {
		display: flex;
		position: relative;
		abackground-color: #0f0;
	}
	.headerPane
		.headerContents
		.textContents
		.nameMenu.active
		.burger
		.line:nth-child(1) {
		transform: rotate(45deg) translateX(8px) translateY(8px);
	}
	.headerPane
		.headerContents
		.textContents
		.nameMenu.active
		.burger
		.line:nth-child(2) {
		visibility: hidden;
		transition: 0s;
	}
	.headerPane
		.headerContents
		.textContents
		.nameMenu.active
		.burger
		.line:nth-child(3) {
		transform: rotate(135deg) translateX(-7px) translateY(7px);
	}
	.headerPane .headerContents .textContents .heroHolder .heroText {
		width: 100%;
	}
	.headerPane .headerContents .textContents .heroHolder .heroImage {
		width: 100%;
	}
	.headerPane .headerContents .textContents .heroText .miniHeader {
		font-size: 17px;
	}
	.headerPane .headerContents .textContents .heroText .header {
		font-size: 27px;
	}

	.bodyPane {
		gap: 30px;
		padding: 40px 0px 70px 0px;
	}
	.bodyPane .solution {
		padding: 20px 10px 40px 10px;
	}
	.bodyPane .equalImageText {
		flex-direction: column-reverse;
		max-height: initial;
		margin-top: -30px;
	}
	.bodyPane .imageTextHolder {
		flex-direction: column;
	}
	.bodyPane .imageTextHolder:nth-child(even) {
		flex-direction: column;
		align-items: center;
	}
	.bodyPane .imageTextHolder .imageHolder {
		align-items: flex-end;
		justify-items: center;
	}
	.bodyPane .imageTextHolder:nth-child(even) .imageHolder {
		justify-items: center;
	}
	.bodyPane .imageTextHolder .imageHolder svg {
		max-width: 85%;
	}
	.bodyPane .imageTextHolder .textHolder {
		justify-items: center;
		text-align: center;
	}
	.bodyPane .FAQ {
		flex-direction: column-reverse;
		gap: 15px;
	}
	.bodyPane .FAQ .textHolder,
	.bodyPane .FAQ .imageHolder {
		padding: 0px 30px;
	}
	.bodyPane .FAQ .imageHolder img {
		width: 100%;
	}

	.bodyPane .aboutText .specializes {
		grid-template-columns: none;
		align-items: initial;
		gap: 50px;
		padding: 0px;
	}
	.bodyPane .aboutText.servicesText .specializes {
		grid-template-columns: none;
		align-items: initial;
		gap: 50px;
	}
	.bodyPane .legacy .visionMission .card {
		flex-direction: column;
	}
	.bodyPane .ourTeams {
		padding: 40px 20px;
		text-align: center;
	}
	.bodyPane .ourTeams .textImageHolder .employees {
		flex-direction: column;
		gap: 10px;
	}
	.emailMaker .container {
		padding: 30px 30px;
	}
	.bodyPane .mainMapHolder {
		padding: 0px 30px;
	}
	.bodyPane .mapHolder iframe {
		min-height: 300px;
	}

	.footerPane .firstPane {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 30px;
	}
	.footerPane .firstPane > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footerPane .firstPane > div > i {
		font-size: 21px;
		margin-bottom: 2px;
	}
	.footerPane .secondPane .copyright {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		gap: 30px;
	}
	.footerPane .secondPane .menuHolder {
		gap: 25px;
	}
}
