@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


:root { --grenish: #d5ffbf; }
:root { --mainBlue: #1f2633; }
:root { --grey: #eff3fc; }
:root { --black: #000000; }
:root { --white: #FFFFFF; }


html {
    overflow-x: hidden;
} 

body {
	width:100%;
	margin:0 auto;
	min-width: 1026px;
	max-width: 3500px;
	font-size:100%;
	font-family: 'Roboto', sans-serif;
	background: #FFF;
	overflow: hidden !important;
	background: var(--grey);
}

* {
	transition: all 0.8s ease;
	margin:0;
	padding:0;
}



ul {
	list-style: none;
}
.zero {
	float: none;
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}


.mob_only {
	display: none !important;
}

.tablet_only {
	display: none;
}





header {
	color: var(--white);
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: start;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: var(--mainBlue);
	border-bottom: 1px solid var(--mainBlue);
}

.logoContainer {
	width: 30%;
	text-align: center;
	background: #FFF;
	padding: 0%;
}
.logoContainer .logo {
	width: 10%;
	margin: 0 auto;
}

.titleContainer {
	width: 60%;
	text-align: left;
}

.titleContainer h1 {
  width: 90%;
	margin: 0 auto;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 22px;
	display: flex;
	justify-content: space-between;
}
.titleContainer h1 span {
	cursor: default;
}
.titleContainer h1 i:hover {
	cursor: pointer;
	color: red;
}






article {
	width: 100%;
	position: fixed;
	left: 0;
	top: 10%;
	height: 90%;
	overflow: hidden;
	z-index: 400;
	display: flex;
	justify-content: start;
}

aside {
	width: 30%;
}

.searchForm {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2a2a2c;
	position: relative;
}

.searcher {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 450;
	border: 1px solid;
	background: #FFF;
	width: 100%;
	height: 0%;
	overflow-y: scroll;
	transition: all 0.3s ease-in-out !important;
}
.searcherShowed {
	height: 300% !important;
}
.searcher .searcherItem {
	width: 96%;
	padding: 2%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	text-transform: capitalize;
}
.searcher .searcherItem:hover {
	background: rgba(0,0,0,0.1);
	cursor: pointer;
}







.searchForm input {
	width: 86%;
	padding: 4% 2%;
	border: none;
	background: none;
	color: #FFF;
	font-size: 14px;
}
.searchForm button {
	width: 10%;
	padding: 4% 0;
	border: none;
	background: #cd1f24;
	color: #FFF;
	cursor: pointer;
}
.searchForm button:hover {
	opacity: 0.9;
}
.searchForm button i {
	font-size: 16px;
}

.titler {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: start;
	align-items: center;
	border-bottom: 1px solid #000;
	flex-wrap: nowrap;
}
.titler .backBtn {
	width: 10%;
	text-align: center;
	color: #cd1f24;
	padding: 2% 0%;
	border-right: 1px solid #000;
}
.titler .backBtn i {
	font-size: 18px;
}

.titler .viewerTitle {
	font-size: 18px;
	padding: 2% 0%;
	width: 88%;
	text-transform: capitalize;
	padding-left: 1.8%;
	cursor: default;
}
.backBtnHover:hover {
	color: #cd1f24;
	cursor: pointer;
}




.dataViewer {
	position: relative;
	width: 100%;
	height: 85.2%;
	overflow-y: scroll;
}
.flexContainer {
	width: 98%;
	margin: 0 auto;
	padding: 2% 0;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.categoryView {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 3% 0;
	padding-bottom: 100px;
	background: rgba(0,0,0,0.1);
}
.categoryView img {
	width: 90%;
	margin: 0 auto;
}
.categoryView h1 {
	width: 90%;
	margin: 2% auto;
	text-align: start;
	text-transform: capitalize;
	border-bottom: 2px solid;
	padding: 2% 0;
}
.categoryView p {
	width: 85%;
	margin: 0 auto;
	text-align: start;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.categoryView p.thsDesc .dtName {
	width: 50%;
	margin: 0 auto;
	text-align: start;
	display: block;
}
.categoryView p.thsDesc .dtValue {
	width: 50%;
	margin: 0 auto;
	text-align: start;
	display: block;
}



.mainCategory {
	width: 90%;
	margin: 1% auto;
	background: rgba(0,0,0,0.5);
}
.mainCategory:hover {
	cursor: pointer;
	opacity: 0.7;
}
.mainCategorySelected {
	background: rgba(0,0,0,0.9) !important;
}


.mainCategory h3 {
	width: 96%;
	color: #FFF;
	padding: 4% 2%;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
}
.mainCategory p {
	display: none !important;
}


.subCategory {
	width: 96%;
	margin: 1% auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	padding: 1%;
}
.subCategory:hover {
	background: rgba(0,0,0,0.2);
	cursor: pointer;
}
.subCategory .texter {
	width: 70%;
}
.subCategory .texter h1 {
	width: 100%;
	color: #c51923;
	margin: 0 auto;
	font-size: 16px;
	text-transform: uppercase;
}
.subCategory .texter p {
	font-size: 14px;
	opacity: 0.7;
}

.subCategory img {
	width: 30%;
}



#loader {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transform-origin: center center;
	opacity: 1;
	transition: all 1s ease-in-out !important;
	display: none;
}
.loaderShowed {
	display: block !important;
}
#loader img {
	width: 6%;
	padding: 2%;
	background: #FFF;
	position: absolute;
	top: 45%;
	left: 45%;
}



























section {
	width: 70%;
	position: relative;
	overflow: hidden;
}
section .mapContainer {
	width: 100%;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: all 1s ease-in-out !important;
}
section .mapContainer #imgMap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 888;
}
section .zoomed {
	transform: scale(5) !important;
}

.mapContainer .mapMarker {
	position: absolute;
	top: 50%;
	left: 50%;
	color: red;
	text-align: center;
	width: 5%;
	z-index: 999;
}
.mapContainer .mapMarker h5 {
	font-size: 10px;
	background: #FFF;
	padding: 0.5%;
	margin-top: 2%;
	display: none;
	text-transform: capitalize;
}
.mapContainer .mapMarker:hover {
	cursor: pointer;
}
.mapContainer .mapMarker:hover h5 {
	display: block;
}
.zoomed .mapMarker h5 {
	font-size: 6px !important;
}
.zoomed .mapMarker i {
	font-size: 6px !important;
}


.modalView {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.modalViewShowed {
	display: block !important;
}
.modalView .modalImg {
	position: absolute;
	width: 80%;
	height: 90%;
	top: 5%;
	left: 10%;
	background: #FFF;
	z-index: 999;
	overflow: hidden;
}
.modalImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

