/*

Moonlight Template

http://www.templatemo.com/tm-512-moonlight

*/

@keyframes seq-preloader {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}













/* MAIN CSS */

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@-webkit-keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
@keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'DroidArabicKufiRegular' ;
}

html {
	/*overflow: hidden;*/
}

body {

  font-size: 100%;
}

.showcaseDiv{
display: block !important;

}

nav2 {
	top: 10vh;
	bottom: 10vh;
  	text-align: center;
  	background: rgba(0, 0, 0, 0.5);
  	position: fixed;
  	z-index: 100;
  	height: 80vh;
  	left: 0;
  	width: 20%;
  	font-weight: 300;
  	font-size: 1rem;
}

nav2 em {
	font-style: normal;
	margin-left: 5px;
	font-size: 14px;
}

nav2 ul li i {
	width: 25px;
}

nav2 ul li a {
	font-size: 18px;
}

nav2 .mini-logo {
	display: none;
}

nav2 .logo {
	margin-top: 45px;
	padding: 0px 20px;
}

nav2 .logo img {
	max-width: 100%;
	overflow-y: hidden;
}

nav2 ul {
	margin-top: 80px;
  	text-align: center;
  	margin-left: 0px;
  	list-style-type: none;
  	height: 55vh;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  	-ms-flex-pack: distribute;
    justify-content: space-around;
}
nav2 ul li {
	margin: 20px 0px;
}
nav2 a, nav2 a:visited, nav2 a:active {
  color: #fff;
}
nav2 a {
	text-decoration: none!important;
	font-size: 14px;
	letter-spacing: 0px;
  	-webkit-transition: color 2s, background 1s;
  	transition: color 2s, background 1s;
  	padding: 9px 20px;
  	position: relative;
  	z-index: 0;

}
nav2 a.active {
  color: #fbaa19;
}
nav2 a::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
nav2 a:hover {
	text-decoration: none;
  -webkit-animation: fillColour 0.7s forwards ease-in-out;
          animation: fillColour 0.7s forwards ease-in-out;
}
nav2 a:hover::before {
  -webkit-animation: fill 0.7s forwards ease-in-out;
          animation: fill 0.7s forwards ease-in-out;
  opacity: 1;
  display: none;
}


nav2 a:click{

  color:red !important;
}



.counter{

  color:#fbaa19;
  font-size:40px;
  font-weight: bold;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}


#vidtop-content {
	top: 0;
	color: #fff;
  height: 100%;
}
.vid-info { position: absolute; top: 40%; right: 25%; width: 50%; background: rgba(0, 0, 0, 0.46); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 {font-family:'DroidArabicKufiRegular';text-align: center;color:#fbaa19;font-size: 2rem; font-weight: bold; margin-top: 30px; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 95%; padding: .5rem;position: relative;top: 0%;right: -2%; }
.vid-info h1 { margin-bottom: .2rem; }
.ytplayer-player{display:none;}
body{background-color: #000;}
h1, .h1, h2, .h2, h3, .h3{margin-top: 12% !important;}
.kk{background:black !important;margin-top:130px;}
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.slides {
  width: 500vw;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.slides .slide {
  height: 100vh;
  width: 100vw;
  float: left;
  text-align: center;
  background-size: cover;
}
.slides .slide .content {
  overflow-y: scroll;
  position: relative;
  width: 70%;
  height: 80%;
  left: 15%;
  top: 10%;
  bottom: 10%;
  background: rgba(0, 0, 0, 0.5);
}
.content::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* Add a thumb */
.content::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

.slides .slide:nth-child(1) {
  background-image: url(../img/coover2.jpg);
}
.slides .slide:nth-child(2) {
  background-image: url(../img/coover3.jpg);
}
.slides .slide:nth-child(3) {
  background-image: url(../img/coover.jpg);
}
.slides .slide:nth-child(4) {
  background-image: url(../img/coover4.jpg);
 }
.slides .slide:nth-child(5) {
  background-image: url(../img/coover5.jpg);
}




.slides .slide img {
  width: 100%;
  border: 5px solid white;
  margin-bottom: 15px;
}


.main-btn a:hover {
	background-color: #fff;
	color: #232323!important;
}


.first-content {
	padding: 100px;
	text-align: left;
	padding-top: 13%;
}

.first-content .author-image img {
	margin-top: 15px;
	border-radius: 30px;
	max-width: 100%;
	overflow: hidden;
	float: left;
	margin-right: 35px;
}

.first-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #e63b34;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.first-content p {
  font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    direction: rtl;
    text-align: justify;

}

.first-content em {
	font-style: normal;
	font-weight: 600;
}

.first-content .main-btn {
	display: inline-block;
	margin-right: 15px;
}

.first-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	transition: all 0.5s;
}

.first-content .fb-btn {
	display: inline-block;
}

.first-content .fb-btn a {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #232323;
	text-decoration: none;
	transition: all 0.5s;
}

.first-content .fb-btn a:hover {
	color: #fff;
	background-color: transparent;
}


.second-content .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.second-content .container-fluid .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}

.second-content .right-image img {
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
	float: right;
  border: 5px solid white;
  margin-bottom: 24px;
}

.second-content .left-content {
	padding: 13px;
	text-align: right;
}

.third-content .left-content {
	padding: 13px;
	text-align: right;
}


.second-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff4545;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.fourth-content h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff4545;
	letter-spacing: 0px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.fourth-content .left-content {
    padding: 13px;
    text-align: right;
}

.fourth-content p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    direction: rtl;
    text-align: justify;
}

.second-content p {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
  direction: rtl;
  text-align: justify;
}

.second-content a {
	color: #fff;
	text-decoration: underline;
}

.second-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}


.third-content {
	/*text-align: right;*/
	padding: 0px;
}

.third-content .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.third-content .first-section .left-content {
	margin-right: 15px;
	margin-top: 12px;
}

.third-content .first-section .right-image {
	margin-left: 15px;
}

.third-content .second-section {
	margin-top: 30px;
}

.third-content .second-section .right-content {
	margin-left: 15px;
	margin-top: 12px;
}

.third-content .second-section .left-image {
	margin-right: 15px;
}

.third-content h2 {
  font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff4545;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}


.fifth-content h2{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff4545;
  letter-spacing: 0px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px;

}

.fifth-content .left-content {
    padding: 13px;
    text-align: right;
}

.fifth-content p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    direction: rtl;
    text-align: justify;
}




/*zzz*/

.sixth-content h2{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff4545;
  letter-spacing: 0px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px;

}

.sixth-content .left-content {
    padding: 13px;
    text-align: right;
}

.sixth-content p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    direction: rtl;
    text-align: justify;
}



.third-content p {
  font-size: 15px;
      color: #fff;
      letter-spacing: 0px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 30px;
      direction: rtl;
      text-align: justify;

}

.third-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}

.third-content .col-md-6 {
	margin: 0px;
	padding: 0px;
}


.fourth-content {
	padding: 5px;
}

.fourth-content .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.fourth-content .container-fluid .col-md-4 {
	padding-right: 0px;
	padding-left: 0px;
}

.fourth-content .item {
	margin: 10px;
}

.fourth-content .item img {
	max-width: 100%;
	overflow: hidden;
}

.fourth-content .item .thumb {
	position: relative;
}

.fourth-content .item .hover-effect {
	text-align: left;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.95);
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
}

.fourth-content .item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

.fourth-content .item .hover-effect .hover-content {
	transform: translateY(-50%);
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 30px;
}

.fourth-content .item .hover-effect h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.fourth-content .item .hover-effect p {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



.fifth-content .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.fifth-content .container-fluid .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.fifth-content #map {
	padding: 50px 0px 50px 50px;
}

.fifth-content #contact {
	padding: 50px 50px 50px 50px;
}

.fifth-content input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.fifth-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.fifth-content button {
	max-width: 100%;
	width: 100%;
    display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0px;
	transition: all 0.5s;
}

.fifth-content button:hover {
	color: #232323;
	background-color: #fff;
}




/*rrrr*/



.sixth-content .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.sixth-content .container-fluid .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.sixth-content #map {
  padding: 50px 0px 50px 50px;
}

.sixth-content #contact {
  padding: 50px 50px 50px 50px;
}

.sixth-content input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.sixth-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.sixth-content button {
  max-width: 100%;
  width: 100%;
    display: inline-block;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.5s;
}

.sixth-content button:hover {
  color: #232323;
  background-color: #fff;
}


.footer .content {
	left: 30%;
	width: 70%;
	max-width: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}

.footer .content p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

.footer .content p a {
	color: #aaa;
	text-decoration: none;
}



/* REPONSIVE */

@media (max-width: 991px) {

	nav2 ul {
  		margin-left: 25px;
  	}

	.first-content {
		text-align: center;
		padding: 50px;
	}

	.first-content .author-image img {
		max-width: 195px;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.third-content .first-section {
		border-bottom: 1px solid rgba(250,250,250,0.3);
		padding-bottom: 45px;
		margin-bottom: 45px;
	}

	.third-content .first-section .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

  .fourth-content  .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.third-content .first-section .right-image {
		margin-left: 0px;
	}

	.third-content .second-section .right-content {
		margin-left: 0px;
		margin-top: 30px;
	}


	.third-content .second-section .left-image {
		margin-right: 0px;
	}


	.fifth-content #map {
		padding: 30px 30px 30px 30px;
	}

	.fifth-content #contact {
		padding: 30px 30px 30px 30px;
	}

}

@media (max-width: 749px) {

	nav2 {
		width: 15vh;
	}

	nav2 .logo {
		display: none;
	}

	nav2 .mini-logo {
		margin-top: 60px;
		display: block;
	}

	nav2 ul {
		text-align: center;
		margin-left: 0px;
	}


	nav2 ul li em {
		display: block;
	}

	nav2 ul li i {
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}

	.first-content {
		padding: 30px 5px;
	}

	.first-content .main-btn {
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.second-content .left-content {
		padding: 30px;
		text-align: right;
	}

	.fourth-content .item .hover-effect h2 {
		font-size: 15px;
	}


	.fifth-content #map {
		padding: 15px 15px 15px 15px;
	}

	.fifth-content #contact {
		padding: 15px 15px 15px 15px;
	}

}

@media(max-width: 450px) {
	nav2 ul {
		margin-top: 30px;
	}
	nav2 ul li {
		margin: 0px 0px;
	}
	nav2 a {
	  	padding: 15px 20px;
	}
}
