/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	max-width:100%;
	height:auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	margin: 0;
    padding: 0;
	height:100%;
	max-width:100%;
	background:#000;
	}
body {
	background-image:url(../img/bg_main.jpg);
	background-size: contain;
	background-repeat:no-repeat;
	overflow-x: visible;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
	height:auto;
	max-width:100%;
}
h1 {
	color: white;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:white;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#09AA82;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	max-width:100%;
	height:auto;
}
#branding {
	width: 100%;
	background: #09aa82;
	}
	#branding h1 {
		max-width: 100%;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		color: white;
		}
		
#space {
	width: 100%;
	position:relative;
		}
	#space1 {
		max-width:100%;
		width:25%;
		height:auto; 
		float:left;
		
		}
	#space2 {
		max-width:100%; 
		width:15%;
		height:auto; 
		float:right;
		}
	#space3 {
		width:10%;
		height:auto; 
		position:relative; 
		float:left;
		}
	#space4 {
		width:10%;
		height:auto; 
		position:relative; 
		float:left; 
		margin-top:21%;
		}
	#space5 {
		width:7%;
		height:auto; 
		position:relative; 
		float:right; 
		margin-top:28%;
		}
	#space6 {
		width:20%;
		height:auto; 
		position:relative; 
		float:left; 
		left: 0px;
		margin-top:30%;
		}	
    #space7 {
		width:20%;
		height:auto; 
		position:relative; 
		float:right; 
		left: 0px;
		margin-top:15%;
		margin-right:25%;
		}	
#air {
	width: 100%;
	position: absolute;
		}
	#air1 {

    	margin-top: 85%;
		left: 10%;
		position:relative;
		float:right;
		width:30%;
		height:auto;
		
		}
	#air2 {

    	margin-top: 50%;
		left: 0px;
		position:relative;
		float:left;
		width:20%;
		height:auto;
		
		}

#footer {
	width: 100%;
	position: relative;
}
     #copyright{
		 max-width:100%;
	    text-align:center;
		width: auto;
		margin-top: 130%;
		position: relative; 
		color:white; 
		font-size: inherit;
		}
/* UA */

.aligin-p {
  margin-left: -60px;
  margin-top: 66px;
  position: absolute;
  z-index: 3;
  width: 75%;
}
.align-c2 {
  margin-left: 133px;
  margin-top: 46px;
  position: absolute;
  z-index: 1;
}
.align-c1 {
  margin-left: -62px;
  margin-top: 50px;
  position: absolute;
   animation: diving  ease-in-out infinite, diving-rotate  ease-in-out infinite;
  animation-duration: 3s; 
}
.aligin-c3 {
  float: right !important;
  margin-top: 119px;
  position: absolute;
  right: 171px;
  animation: diving  ease-in-out infinite, diving-rotate  ease-in-out infinite;   
  animation-duration: 2s; 
}
.aligin-c4 {
  float: right;
  margin-left: 66px;
  margin-top: 140px;
  position: absolute;
  z-index: 3;
  animation: divingText 2s ease-in-out infinite, diving-rotate ease-in-out infinite; 
}
.cloud-animation {
  animation: diving 2s ease-in-out infinite, diving-rotate 2s ease-in-out infinite;
  bottom: 0;
  height: auto;
  left: 18%;
  perspective: 150px;
  position: absolute;
  right: 0;
  top: 426% !important;
  width: 40%;
}

@keyframes diving {
  0% {
    margin-top: 5px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 5px;
  }
}

@keyframes diving-rotate {
  
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotateX(3deg); 
            transform: rotateX(3deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

   .cloud-animation:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -moz-animation-play-state: paused;
  }

@keyframes plane {
    0%   { left: 0px; top: 0px;}
    25%  {left: 200px; top: 0px;}
    50%  {left: 200px; top: 0px;}
    75%  {left: 300px; top: 0px;}
    100% {left: 0px; top: 0px;}
}

@keyframes cloud1 {
   0%   { left: 0px; top: 0px;}
    25%  {left: 200px; top: 0px;}
    50%  {left: 200px; top: 0px;}
    75%  {transform: rotate(20deg); left: 0px; top: 0px;}
    100% {transform: rotate(20deg); left: 0px; top: 0px;}
}



/*--------------------------------------*************************************----------------------------------------*/				
/*--------------------------------------*************************************----------------------------------------*/		
/*--------------------------------------CSS for Animation of Homepage Objects----------------------------------------*/
/*--------------------------------------****************START****************----------------------------------------*/		
/*--------------------------------------*************************************----------------------------------------*/		

@keyframes satellite {
    from {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	}
    to {
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
	}
}

@keyframes rocket {
   	0%{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);

	
	}
	35% {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
	
	}
	65% {
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	}
	100% {
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
	}
}

@keyframes duaquizballoon {
	from {
	right: 5px;   
	-webkit-transform: scale(0.8) rotate(10deg);
	-moz-transform: scale(0.8) rotate(10deg);
	-ms-transform: scale(0.8) rotate(10deg);
	-o-transform: scale(0.8) rotate(10deg);
	transform: scale(0.8) rotate(10deg);
	}
    50%  {
	right: 15%; 
	-webkit-transform: scale(0.6) rotate(-20deg);
	-moz-transform: scale(0.6) rotate(-20deg);
	-ms-transform: scale(0.6) rotate(-20deg);
	-o-transform: scale(0.6) rotate(-20deg);
	transform: scale(0.6) rotate(-20deg);
	}
    to   {
	right: 10px; 
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	}
    
}



@keyframes hadithquizballoon {
	from {
	left: 0px;   
	-webkit-transform: scale(0.6) rotate(0deg) translateY(-150px);
	-moz-transform: scale(0.6) rotate(0deg) translateY(-150px);
	-ms-transform: scale(0.6) rotate(0deg) translateY(-150px);
	-o-transform: scale(0.6) rotate(0deg) translateY(-150px);
	transform: scale(0.6) rotate(0deg) translateY(-150px);
	}
    30%  {
	left: 8%; 
	-webkit-transform: scale(0.8) rotate(15deg) translateY(-100px);
	-moz-transform: scale(0.8) rotate(15deg) translateY(-100px);
	-ms-transform: scale(0.8) rotate(15deg) translateY(-100px);
	-o-transform: scale(0.8) rotate(15deg) translateY(-100px);
	transform: scale(0.8) rotate(15deg) translateY(-100px);
	}
	
    60%  {
	left: 15%; 
	-webkit-transform: scale(1.0) rotate(20deg) translateY(-50px);
	-moz-transform: scale(1.0) rotate(20deg) translateY(-50px);
	-ms-transform: scale(1.0) rotate(20deg) translateY(-50px);
	-o-transform: scale(1.0) rotate(20deg) translateY(-50px);
	transform: scale(1.0) rotate(20deg) translateY(-50px);
	}
    to   {
	left: 2%; 
	-webkit-transform: scale(1.4) rotate(-15deg) translateY(0px);
	-moz-transform: scale(1.4) rotate(-15deg) translateY(0px);
	-ms-transform: scale(1.4) rotate(-15deg) translateY(0px);
	-o-transform: scale(1.4) rotate(-15deg) translateY(0px);
	transform: scale(1.4) rotate(-15deg) translateY(0px);
	}
    
}




#space66{
	animation-name: rocket;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
	width: 20%;
    height: auto;
    position: relative;
    float: left;
    left: 0px;
    margin-top: 22%;
	 
}

#space77{
	animation-name: satellite;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	width: 25%;
    height: auto;
    position: relative;
    float: right;
    left: 0px;
    margin-top: 15%;
    margin-right: 25%;
}

#air11{
	animation: duaquizballoon ease-in-out 7s infinite alternate;
	margin-top: 75%;
    position: absolute;
    float: right;
    right: 0px;
	width: 30%;
    height: auto;


}



#air22{
	animation: hadithquizballoon ease-in-out 14s infinite alternate;
	margin-top: 99%;
    left: 0px;
    position: absolute;
    float: left;
    width: 20%;
    height: auto;
}



.fly-bird {
    height: 59px;
    width: 78px;
	display: inline-block;
    background-image: url("../img/newbirdflysmall.png");
	animation: fly .4s steps(3) infinite;
	
}

@keyframes fly {
   from { background-position:    0 0; }
     to { background-position: -234px 0; }
}
@keyframes animatedBird {
	0% { background-position: 0 25%; }
	100% { background-position: 100% 0; }
}

.bird
{
	width: 100%; 
	height: 100%;	
	position: absolute;
	background-repeat: no-repeat;

	animation: animatedBird 10s linear infinite;
	
}


/*--------------------------------------*************************************----------------------------------------*/				
/*--------------------------------------*************************************----------------------------------------*/		
/*--------------------------------------CSS for Animation of Homepage Objects----------------------------------------*/
/*--------------------------------------******************END****************----------------------------------------*/		
/*--------------------------------------*************************************----------------------------------------*/	


/*--------------------------------------*************************************----------------------------------------*/				
/*--------------------------------------*************************************----------------------------------------*/		
/*------------------------------------CSS for Footer FEEDback of Homepage Objects------------------------------------*/
/*--------------------------------------******************START**************----------------------------------------*/		
/*--------------------------------------*************************************----------------------------------------*/	


div#feedback {
    float: left;
    width: 100%;
    background-color: #191919;
    text-align: center;
	position: relative;
    z-index: 10;
}

div#upperfeedback {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 0;
}

img#feedbacktitle {
    margin-left: auto;
    margin-right: auto;
}


div#lowerfeedback {
    width: 100%;
    float: left;
	padding-bottom: 1%;
}

div#lowerfeedback div div {
    float: left;
    width: 23%;
	    height: auto;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 14px;
	border-radius: 0;
	line-height: 20px;
	background-color: #fbfbfb;
	padding: 0 0 0 36px;
	margin-bottom: 10px;
	width:20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #09AA82;
	color: #09AA82;
	outline: none;
      padding: 0 0 0 36px;
}


textarea#comment.feedback-input {
    line-height: 1;
    padding-top: 8px;
    height: 35px !important;
    width: 100% !important;
}

textarea#comment.feedback-input:focus {
    line-height: 1;
    padding-top: 8px;
    height: 35px !important;
    width: 100% !important;
}

div#lowerfeedback div div input {
	width: 100%;
    height: 35px;
}
div#lowerfeedback div div textarea {
    width: 100%;
    height: 35px;
}

#lowerfeedback #feedinputs div {
    margin-left: 2%;
}

#buttonssubmit div {
    width: 50%;
    float: left;
}


#buttonssubmit div input {
    float: left;
    height: 30px !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float: left;
    width: 8%;
    border: #fbfbfb solid 2px;
    cursor: pointer;
    background-color: #09AA82;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    width: 100% !important;
}

#buttonssubmit div input:hover {
    background-color: rgba(0,0,0,0);
    color: #09AA82;
}

#buttonssubmit div input:focus {
    background-color: #09AAB2;
    color: #fff;
}

div#lowerfeedback #buttonssubmit div {
    width: 70%;
	    margin-left: 5%;
    margin-top: 2%;
}

/* Icons ---------------------------------- */
#name{
	background-image: url("../img/nameicon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 0.9;
}

#name:focus{
	background-image: url("../img/nameicon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 1;
}
#age{
	background-image:url("../img/calendericon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 0.9;
}

#age:focus{
	background-image: url("../img/calendericon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 1;
}
#email{
	background-image: url("../img/emailicon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 0.9;
}

#email:focus{
	background-image: url("../img/emailicon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 1;
}

#comment{
	background-image: url("../img/commenticon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 0.9;
}

#comment:focus{
	background-image: url("../img/commenticon.png");
	background-size: 8%;
	background-position: 5px;
    background-repeat: no-repeat;
	opacity: 1;
}


#feedback input:hover, #feedback textarea:hover,
#feedback input:focus, #feedback textarea:focus {
	background-color:white;
}

div#buttonssubmit {
    width: 15%;
    float: right;
}
div#feedinputs {
    width: 85%;
    float: left;
}

#socialicon{
width: 2%;
float: left;
margin-left: 1%;
position: absolute;
}


@media only screen and (min-width: 200px) and (max-width: 450px) {

div#lowerfeedback #buttonssubmit div {
    width: 60%;
    margin-left: 20%;
    margin-top: 2%;
    margin-right: 20%;
    margin-bottom: 2%;
    float: left;
}

div#buttonssubmit {
    width: 100%;
    float: left;
}

div#lowerfeedback div div input {
    width: 100%;
    height: 35px;
}

#lowerfeedback #feedinputs div {
    margin-left: 10%;
    margin-right: 10%;
    float: left;
}

div#feedinputs {
    width: 100%;
    float: left;
}

div#lowerfeedback div div {
    float: left;
    width: 80%;
    height: auto;
}

#socialicon{
width: 6%;
float: left;
margin-left: 1%;
position: absolute;
}

   
}


@media only screen and (min-width: 451px) and (max-width: 610px) {

div#lowerfeedback #buttonssubmit div {
    width: 60%;
    margin-left: 20%;
    margin-top: 2%;
    margin-right: 20%;
    margin-bottom: 2%;
    float: left;
}

div#buttonssubmit {
    width: 100%;
    float: left;
}

div#lowerfeedback div div input {
    width: 100%;
    height: 35px;
}

#lowerfeedback #feedinputs div {
    margin-left: 10%;
    margin-right: 10%;
    float: left;
}

div#feedinputs {
    width: 100%;
    float: left;
}

div#lowerfeedback div div {
    float: left;
    width: 80%;
    height: auto;
}
.feedback-input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
    line-height: 20px;
    background-color: #fbfbfb;
    padding: 0 0 0 50px;
    margin-bottom: 10px;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}   

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #09AA82;
	color: #09AA82;
	outline: none;
      padding: 0 0 0 50px;
}


#socialicon{
width: 4%;
float: left;
margin-left: 1%;
position: absolute;
}
   
}

/*--------------------------------------*************************************----------------------------------------*/				
/*--------------------------------------*************************************----------------------------------------*/		
/*------------------------------------CSS for Footer FEEDback of Homepage Objects------------------------------------*/
/*--------------------------------------******************END****************----------------------------------------*/		
/*--------------------------------------*************************************----------------------------------------*/	