body,html{
	margin: 0;
	padding: 0;
	font-family: 'Cairo', sans-serif;

}
   /* header */
#hero img{
height: 10%;
}


   /* nav */

nav {
  height: 13%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(101,183,232,0.0);
  box-sizing: border-box;
  padding: 12px 18px;
  transition: background-color 0.4s ease-out;
   z-index: 1;
	font-family: 'Cairo', sans-serif;

}

nav.scroll {
    background-color: rgba(17,47,65,0.9);
    color: #eef;
}

#radioplay{
	background-color: orange;
	border-color: orange;
}

.hi:active{
	  border-bottom: 6px double orange;
}

nav a{
text-decoration: none;
text-transform: capitalize;
color: orange;
}

nav a:hover{
	text-decoration: none;
	color: orange;
}

nav.scroll a {
    color: #fff;
}

li{
	display: inline-block;
	margin: 0 2% 0 2%;

}
ul{
	margin-left: 200px;
}

nav img{
	 width: 8%;
	float: left;
	clear: both;
	margin-top: -2%;
}
li a.active{
  border-bottom: 6px double orange;
}



.toggle{
	width: 100%;
	padding: 10px 20px;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	display: none;
}


@media (max-width:600px){
	.toggle{
		display: block;
	}
	nav{
	background-color: rgb(17,47,65);
	}
	nav img{
		height: 10vh;
		width: 45px;
		margin-top: 5px
	}

	nav a{
		color: aliceblue;
	}
ul{
	width: 100%;
	margin: 0;
	z-index: 1;
	display: none;
	background-color: rgb(17,47,65);


}
ul li{
	display: block;

	}
	.active{
		display: block;
	}
}




/*
.dd  li{
	width: 200px;
	height: 40px;
	background-color: black;
	opacity: .8;
	text-align: center;
	font-size: 20px;
}



.dd  li {
	display: none;
}

ul li:hover ul li{
	display: block;
}
*/


      /* carousel */
.carousel-item{
	font-family: 'Aref Ruqaa', serif;
	margin-top: 9px;
}

.carousel-inner {
	height: 15vh;

	background-color: rgba(17,47,65,0.3);


}


.carousel-inner img {
      height: 100%;
  }
  .carousel-inner{
	  text-align: center;
	  color: aliceblue;
   }
#demo{
	width: 100%;
    position: absolute;
    z-index: 1;
	margin:20% 8% 0 0;
	font-size: 3em;

}





        /* audio */


/* Global Reset */
* {
    font-family: 'Allerta', arial, Tahoma;
    box-sizing: border-box;

}
/* Start  styling the page */
.container-audio {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.8);
    color: #444;
    overflow: hidden;
}
audio {
  width:100%;
background-color: aliceblue;



}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #F2B134;

  background-color: rgba(17,47,65,0.8); color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  width:60px;
  font-size: 1.3em;

}

#myBtn:hover {
  background-color: #F2B134;
  color: rgba(0,54,121,0.8);
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari 3-8 */
  transform: rotate(360deg);
   -webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;

}

       /* counter */

.Count {
  margin-top: 40px;
  font-size:2em;
  color: aliceblue;

  }

#num{
    background-image: url(../images/radio3.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	height: 30vh;
	font-size: 12px
}

#num i:hover{
	color: white;
	   background-color: rgba(17,47,65,0.0);
}

@media only screen and (max-width: 600px) {
	#num{
		height: 130vh;
	}
}





         /*about*/

#about{
    background-color: rgba(17,47,65,0.2);
    font-size: 1.2em;
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
}

#about h1{

	margin-bottom: 40px;

}

#about p{

	   box-shadow: 1px 1px 5px #999;

}


   #vedio{
    padding: 1.5%;
    box-shadow: 1px 1px 15px #999;
	margin-top: 5%;
}

@media only screen and (max-width: 600px) {
	#about{
		height: 130vh;
	}
	#vedio{
		width: 100%;
	}
	#about p{
		width: 100%;
	}
}





                  /*porfiles*/

#port {
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
}
#port h1{
	text-align: center;
	color: rgba(17,47,65,0.6);
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #528cb3;
}

section {
	padding: 1em;
	text-align: center;
}

.content {
	margin: 0 auto;
	max-width: 1000px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}





/* Common style */
.grid {
    width: fit-content;
    height: fit-content;
}

.grid figure {
	position: relative;
	overflow: hidden;
	cursor: pointer;
    display: inline-grid;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);

}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

         /* caption*/
.captions{
    background-image: url(../images/mike.jpg);
	background-position: center;
	background-attachment: fixed;
	height: 20vh;
	color: aliceblue;
	text-align: center;
	font-family: 'Aref Ruqaa', serif;

}


.captions h3{
	text-align: left;
	margin-left: 10%;
}
#k{
	background-image: url(../images/radio5.jpg);
	background-position: top;
}

@media(max-width:600px){

	.captions{
		height: 35vh;
	}
}


       /* gallry*/

#gallery h2{
	text-align: center;
	color:#F2B134;
	margin-bottom: -1px;
	margin:2%;
}

   * {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 1.5%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.rows:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.columns {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.button2{
    font-size: 1.2em;
	background-color: #F2B134;
	color: aliceblue;
	text-decoration: none;
	margin-left: 45%;
	margin-right: 45%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1%;
	text-align: center;
}

#button2:hover{
	color: #F2B134;
	background-color:white;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	#button2{
		width: 100px;
	}
}

              /*contact*/

input{
	text-align: right;
	margin-bottom: 1%;
	border: 1.5px solid #F2B134;
    background-color: rgba(17,47,65,0.0)
}
#button{
    font-size: 1.2em;
	background-color: #F2B134;
	color: aliceblue;
}

#prefooter{

   background-color: rgba(17,47,65,0.9);
	color: white;

}

#prefooter input{
	height: 5vh;
	width: 330px;
    background: #fff;
    direction: rtl;
}
#button {
	height: 4.5vh;
	width: 100px;

}
fieldset {
    text-align: center;
}

#button:hover {
color:#F2B134;
background-color: #fff;
}

h4{
	font-size: 1.2em;

}

#prefooter a{
	text-decoration: none;
	color: #F2B134;
}

#prefooter img{

	width: 300px;
}

#prefooter h3{
	color: #F2B134;
	border-bottom:2px solid #696969;
	text-align: left;
}


#prefooter p{
		color: #F2B134;
	    font-size: 1.2em;


}

footer{
	text-align: center;
	background-color: #112F41;
	color: azure;
}
span{
	color: #068587;
}

footer a{
	text-decoration: none;
	color: #F2B134;

}



footer a:hover{
	color: cadetblue;
	text-decoration: none;
}


 .social{
	width: 40px;
    height: 40px;
    background: #F2B134;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	 margin: 15% 1.5% 0 1.5%;

}

 .social:hover{
	    color: #F2B134;
	    background-color: #fff;


}

    /*----------Location page-----*/

#location img{
	height: 50vh;
	margin-top: 80px;

}

#location h4{
	color:rgb(17,47,65);

}
#location a:hover{
	text-decoration: none;
}

#location h2{
	margin-bottom: 50px;
}


iframe{
	width: 100%;
    box-shadow: 1px 1px 15px #999;
	margin-bottom: 50px;
	padding: 1%;
}
#map h3,p{
	text-align: center;
}

#map{
	font-size: 1.4em;
}

/*----------gallery page-----*/



.header {
  text-align: center;
  padding: 32px;
	margin-top: 5%;
}
.header h1 {
	  color: #F2B134;
}

.header p {
	font-size: 1.7em;
	  color: #068587;
}


.rowx {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnx {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columnx img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnx {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnx {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*----------courses page-----*/


.courses h1{
	text-align: center;
	color: #F2B134;
	margin-bottom: 30px;


}
.courses h2{
	color: #068587;
	margin-bottom: 40px;


}
.courses h4{
	color: #068587;
	margin-top: -3%;
	margin-bottom: 40px;


}

.courses{
	text-align: right;
}

.courses p{
	    color:rgba(17,47,65,0.9);
		text-align: right;
	    margin-bottom: 30px;


}

#cover{
	height: 60vh;
	width: 100%;

}
#logo{
	z-index: 1;
	position: absolute;
	margin-top: -30%
}


     /*----------courses page-----*/
body{
	background-color: rgba(145,170,157,0.4);
}
#kareem{
	margin-top: 6%;
}
#kareem h3{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color: #068587;
	justify-content: center;

}
#kareem h2{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color:rgb(17,47,65);
	justify-content: center;

}
#kareem p{
	font-size: 1.5em;
    justify-content: center;

}
#kareem i{
	font-size: 1.5em;
	text-align: left;
	margin: 10px;
	padding: 15px;
	border: none;
	border-radius: 50%;
    color: #888888;
    background: #e5e5e5;

}
#mostafa{
	margin-top: 6%;
}
#mostafa h3{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color: #068587;
	justify-content: center;

}
#mostafa h2{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color:rgb(17,47,65);
	justify-content: center;

}
#mostafa p{
	font-size: 1.5em;
    justify-content: center;

}
#mostafa i{
	font-size: 1.5em;
	text-align: left;
	margin: 10px;
	padding: 15px;
	border: none;
	border-radius: 50%;
    color: #888888;
    background: #e5e5e5;

}

#mostafa i{
	margin-left: 50px;
}
#magdy{
	margin-top: 6%;
	margin-bottom: 50px;
}
#magdy h3{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color: #068587;
	justify-content: center;

}
#magdy h2{
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
	color:rgb(17,47,65);
	justify-content: center;

}
#magdy p{
	font-size: 1.5em;
    justify-content: center;

}


#fb{
	width: 50px;
}
#fb:hover{
	background-color: #3b5998;
	color: #edf0f5;
}
#inst:hover{
	background-color: #dd2a7b;
	color: #ffffff;
}
#yt:hover{
	background-color: #ff0000;
	color: #ffffff;
}

.instractors{

	margin-top: 10px;
	text-align: center;
	color: #F2B134;

}

  /*-----------blogs--------*/
@media screen and (max-width: 600px){
#construction{
	width: 100%;
}
}
