

@font-face {
  font-family: 'enfamily';
  src: url('../fonts/en.otf');
}

/*
	font-family: 'Cairo', sans-serif;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
*/

:root { --blueDark: #053856; }
:root { --blueMain: #1D75BC; }
:root { --blueLight: #C8CCCD; }
:root { --blueLighter: #D9DFE2; }
:root { --greyLight: #F1F2F2; }

html {
    overflow-x: hidden;
	 box-sizing: border-box;
}
body {
	width:100%;
	min-width:100px;
	max-width:666px;
	margin:0 auto;
	font-size:100%;
	font-family: 'Cairo', sans-serif;
	background: #FFF;
	overflow-x: hidden !important;
	overflow-y: auto;
	-webkit-appearance: none !important;
}

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


*,
*::before,
*::after {
  box-sizing: inherit; 
}

p {
	font-style: italic;
	font-family: 'arial';
}

#loader {
	width: 0%;
	height: 3px;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--red);
	z-index: 1001;
	transition: all 0.6s  ease !important;
	opacity: 0;
}

.loader-showed {
	opacity: 1 !important;
	transition: all 0.6s ease !important;
}

#loader span {
	vertical-align: middle;
	display: block;
	text-align: center;
	margin-top:20%;
	color: var(--white);
	display: none !important;
}
#loader span img {
	width: 3%;
	display: none !important;
}

ul {
	list-style: none;
}
.zero {
	float: none;
	clear: both;
	width: 0px !important;
}

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


.pc_only {
	display: block;
}

.mob_only {
	display: none !important;
}

.tablet_only {
	display: none;
}



header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 20;
}
.headerFixed {
	position: fixed !important;
	z-index: 888 !important;
	top: 0 !important;;
	left: 0 !important;
	padding-bottom: 1%;
}

.headerBtnsCont {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}

.headerBtn {
	color: #FFF;
	background: var(--blueDark);
	border-radius: 5px;
	border: 1px solid #FFF;
	display: inline-block;
	width: 40%;
	padding: 0.2%;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
}

.headerBtnsCont .headerBtn img {
	width: 8%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
}
.headerBtnsCont .headerBtn span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	text-transform: capitalize;
}
.headerBtnSpacer {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}







.headerLogo {
	width: 35%;
	margin: 0 auto;
	border: 2px solid var(--blueDark);
	padding: 1%;
	margin-top: 35%;
}
.headerLogo .headerLogoPadder {
	width: 100%;
	background: rgba(5, 56, 86, 0.6);
	padding: 12%;
	vertical-align: middle;
}
.headerLogo img {
	width: 100%;
	vertical-align: middle;
}





.masterPlan {
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center !important;
	background-color: rgba(0,0,0,0.6) !important;
	cursor: pointer;
	overflow: auto;
}
.masterPlan i {
	position: fixed;
	width: 20%;
	left: 40%;
	top: 40%;
	font-size: 5em;
	color: #FFF;
	opacity: 0.5;
	display: none;
}
.masterPlan img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.masterPlanHidden {
	width: 0% !important;
	left: 0% !important;
}

.masterPlanHidden i {
	display: none;
}





#slider {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
#slider .slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}

#slider .slide img {
	width: 100%;
	margin: 0 auto;
}




#slider_dots {
	width: 100%;
	position: absolute;
	bottom: 2%;
	height: 5%;
	text-align: center;
	z-index: 10;
}
#slider_dots div {
	width: 15px;
  height: 15px;
	border: 1px solid #FFF;
	display: inline-block;
	border-radius: 10px;
	padding: 1px;
	cursor: pointer;
	margin: 10px;
}
#slider_dots .selected {
	background: #FFFFFF;
}



















article {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 777;
	background: var(--blueLighter);
}


.indexArticle {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: var(--blueLight);
	padding: 5%;
}

.indexArticleMainTitle {
	color: var(--blueDark);
	text-transform: capitalize;
	font-weight: normal;
	font-size: 2.5em;
	padding: 0;
	line-height: 1;
}
.indexArticleSubTitle {
	width: 100%;
	margin: 0 auto;
	color: var(--blueDark);
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.5;
}
.indexArticleHr {
	width: 90%;
	margin: 1% auto;
	height: 5px;
	border-top: 1px solid var(--blueDark);
	border-bottom: 1px solid var(--blueDark);
}
.indexArticlePar {
	width: 90%;
	margin: 1% auto;
	opacity: 0.6;
}
.indexArticlePar h1 {
	margin: 1% auto;
	font-weight: normal !important;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.2;
}
.indexArticlePar p {
	font-size: 1.0em;
}







.indexGallery {
	width: 100%;
	margin: 0 auto;
}

.galleryItem {
	width: 96%;
	margin: 2%;
	display: inline-block;
	vertical-align: middle;
	padding: 2%;
	background-size: 100% 100% !important;
	background-position: center center !important;
	position: relative;
}
.galleryItem a {
	
}
.galleryItem a .galleryItemBox {
	width: 92%;
	height: 92%;
	margin: 0 auto;
	background: rgba(5, 56, 86, 0.6);
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 4%;
	top: 4%;
}

.galleryItem a .galleryItemBox h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 2.5em;
	text-transform: uppercase;
	padding: 25%;
}







.gallery {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	background: var(--blueLighter);
}


.gallery .galleryView {
	width: 48%;
	margin: 0.1%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	cursor: pointer;
}











.footerLogo {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	padding: 3% 0;
}
.footerLogo img {
	width: 90%;
}




footer {
	width: 100%;
	position: relative;
	z-index: 25;
	margin: 0 auto;
	padding: 3% 0;
	background: var(--blueDark);
	position: relative;
}


.footerBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
	object-position: center center;
}
.footerBgColor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--blueDark);
	opacity: 0.8;
	z-index: 1;
}





address {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	line-height: 1.3;
	position: relative;
	z-index: 10;
}



.footerForm {
	width: 90%;
	margin: 4% auto;
	position: relative;
	z-index: 10;
}

.col-50 {
	width: 98%;
	margin: 1%;
}
.col-100 {
	width: 98%;
	margin: 1%;
}
.footerForm input {
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	border: none;
	background: #FFF;
	padding: 3%;
}

.footerForm textarea {
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	border: none;
	background: #FFF;
	padding: 3%;
}

.footerForm button {
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	border: none;
	background: #277fff;
	padding: 3%;
	color: #FFF;
	cursor: pointer;
	font-size: 1em;
}






.atFooter {
	position: relative;
	z-index: 5;
	width: 100% !important;
}
.atFooter img {
	width: 12% !important;
}







.footerPlan {
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center !important;
	background-color: rgba(0,0,0,0.6) !important;
	cursor: pointer;
	overflow: auto;
}
.footerPlan i {
	position: fixed;
	width: 20%;
	left: 40%;
	top: 40%;
	font-size: 5em;
	color: #FFF;
	opacity: 0.5;
	display: none;
}
.footerPlan img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.footerPlanHidden {
	width: 0% !important;
	left: 0% !important;
}

.footerPlanHidden i {
	display: none;
}







.slideShow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.9);
}
.slideShowHidden {
	display: none !important;
}

.mainImageView {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 80%;
}

.mainImageView .fa-times {
	position: absolute;
	top: 5%;
	left: 3%;
	color: #FFF;
	font-size: 1em;
	cursor: pointer;
	display: block;
	width: 10%;
	padding: 0.5%;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 3px;
	text-align: center;
	z-index: 999;
}
.mainImageView .fa-chevron-left {
	position: absolute;
	top: 45%;
	left: 3%;
	color: #FFF;
	font-size: 2em;
	cursor: pointer;
	display: block;
	width: 10%;
	padding: 1%;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	text-align: center;
	z-index: 999;
}

.mainImageView .fa-chevron-right {
	position: absolute;
	top: 45%;
	right: 3%;
	color: #FFF;
	font-size: 2em;
	cursor: pointer;
	display: block;
	width: 10%;
	padding: 1%;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	text-align: center;
	z-index: 999;
}
.mainImageView i:hover {
	background: rgba(0,0,0,1);
}

.mainImageView .mainImage {
	position: absolute;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 90%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	transform-origin: center center;
	transform:  scale(0.6);
	opacity: 0;
}
.mainImageShowed {
	opacity: 1 !important;
	transform: scale(1) !important;
}
.mainImageRight {
	transition: all 0s !important;
	transform: translate(+100%) scale(0.5) !important;
}
.slideThumbnails {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid rgba(255,255,255,0.2);
}
.slideThumbnails .thumbnail {
	width: 20%;
	margin: 0 1%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	border: 3px solid rgba(255,255,255,0.2);
	cursor: pointer;
}
.slideThumbnails .thumbnail:hover {
	border: 3px solid #FFF !important;
}
.slideThumbnails .activeThumbnail {
	border: 3px solid #FFF !important;
}









