
@import url(http://fonts.googleapis.com/css?family=Ubuntu|Josefin+Sans|Anton|Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
/*************************************************************************/
/********************************** GENERAL *****************************/
/***********************************************************************/
*{
margin:0;
padding:0; 
box-sizing:border-box;
}
body
{
font-family: 'Josefin Sans', sans-serif;
}
a{
text-decoration: none;
}
ul li{
display: inline;
}
/*************************************************************************/
/********************************** HEADER  *****************************/
/***********************************************************************/
#top-rect{

width: 100%;
margin-bottom: -1px;
border-top: solid rgba(65, 131, 215,1.0) 1px;
border-bottom: solid rgba(65, 131, 215,1.0) 1px;
height: 37px;

}
#top-rect .apps{

}

#top-rect .apps ul li{
	display: inline;

}

#top-rect .apps ul li a {
	padding: 5px 1px;
	display: inline-block;
}
#top-rect .apps ul li a img{
	height: 20px;
	width:70px;
}



#top-rect .search {
	margin-top: 2.5px;
	float: right;

}

#top-rect .search input{
	width: 250px;
	transition:0.3s ease-out;
	border-radius:  4px 0  0 4px;
	color: rgba(0,0,0,0.7);
	border: solid 1px rgba(65, 131, 215,1.0);
	padding: 2px 5px;
}


#top-rect .search input:focus{
width: 350px;
outline: none;

}
#top-rect .search button.ok{
outline-style: none;
border: none;
padding: 3px 20px;
background-color:rgba(65, 131, 215,1.0); 
color: #ffffff;
border-radius: 0 4px 4px 0;
}
#top-rect .top-menu{
	float: right;
	margin-left: 30px;
}

#top-rect .top-menu ul li a{
	padding: 5px 25px;
	display: inline-block;
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	transition:0.3s ease-out;
}
#top-rect .top-menu ul li a:hover{
color: rgba(0,0,0,0.9);
}






















#head{
	z-index: 10;
	border-bottom: solid 2px rgba(65, 131, 215,1.0);
}

#head .header{
	margin: 0;
	padding: 0;

}
#head .header .logo{
	padding-bottom: 10px;
	
}
#head .header nav.menu{

	float: right;	
}
	
#head .header nav.menu ul li{

}
#head .header nav.menu ul li a{
	margin-top: 10px;
	padding: 9px 26px;
	border-radius: 10px;
	display: inline-block;
	color: rgba(65, 131, 215,1.0);
	font-size: 15px;
	text-decoration: none;
	transition:0.4s ease;
}
#head .header nav.menu ul li a:hover{
	background-color: rgba(65, 131, 215,1.0);
	color: #ffffff;
}
/*************************************************************************/
/********************************** GALERY  *****************************/
/***********************************************************************/
#galery-section{
	padding: 0;
	margin: 50px 0;
}
#galery-section .heading{
   padding: 0;


}
#galery-section .heading h1{

	text-align: center;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	
}
#galery-section .heading h1 span{
		color: rgba(65, 131, 215,1.0);
		letter-spacing: 4px;
}


#galery-section .quotes{
padding: 0;
}

#galery-section .quotes h3{
font-family: 'Dancing Script', cursive;
padding-top: 10px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
#galery-section .all-chance{
	padding: 0 60px;
	margin: 0;
}
#galery-section .all-chance .chance{
	text-align: center;
	padding: 20px 20px;
	margin-top: 20px;
}
#galery-section .all-chance .chance i{
	color: rgba(65, 131, 215,1.0);
	font-size: 70px;
	padding-top: 10px;

}
#galery-section .all-chance .chance h2{
	text-transform: uppercase;

}
#galery-section .all-chance .chance p{
text-align: justify;
padding-right: 10px;
padding-left: 10px;

}
#galery-section .lib{
	background-color:  rgba(65, 131, 215,1.0);
	width: 100%;
	margin-top: 40px;
	

}
#galery-section .video-library{
	
}
#galery-section .video-library .heading{
	padding: 0;
	margin-top: 40px;
}
#galery-section .video-library .heading h1{
   text-align: center;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	color: #ffffff;

}
#galery-section .video-library .heading h1 span{
	color: rgba(34, 49, 63,1.0);
}
#galery-section .video-library .quotes{
padding: 0;	
}
#galery-section .video-library .quotes h3{

font-family: 'Dancing Script', cursive;
padding-left: 150px;
padding-right: 150px;
text-align: center;
color: #ffffff;
}

#galery-section .video-library .play{
	padding: 20px 80px;
}
#galery-section .video-library .play i{

font-size: 300px;
color: black;
margin-top: 10px;
opacity: 0.1;


	}
#galery-section .video-library .play .now-playing{
	margin-top: 30px;
	margin-bottom: 90px;
}


/*************************************************************************/
/********************************** TEXT-IMG ****************************/
/***********************************************************************/
#text-img{
	margin: 0px 60px;
	margin-top: 80px;
}
#text-img .heading h1{
text-align: center;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	

}
#text-img .heading h1 span{
	color: rgba(65, 131, 215,1.0);
		letter-spacing: 4px;
}
#text-img .quotes h3{

font-family: 'Dancing Script', cursive;
padding-left: 150px;
padding-right: 150px;
text-align: center;

}
#text-img .box{
	margin-top: 30px;
	background-color: rgba(0,0,0,0.1);
}
#text-img .box img{
	width: 100%;
}
#text-img .box h2{
	text-transform: uppercase;
	text-align: center;
}
#text-img .box p{
	font-size: 15px;
	text-align: justify;
	padding: 0 20px;
	padding-bottom: 20px;
}
/*************************************************************************/
/********************************** FOOTER  *****************************/
/***********************************************************************/
#footer{

padding: 0;

}
#footer .fill{
	background-color:  rgba(65, 131, 215,1.0);
margin-top: -80px;
position: absolute;

}
#footer h1 {
	text-align: center;
}
#footer h1 img.rocket{
	width: 300px;
	height:300px;
	position: relative;
	margin-bottom: -250px;
}
#footer img.clouds{
	width: 100%;
	position: relative;
}

#footer .fill .social{
	text-align: center;
}
#footer .fill .social h3{
	text-transform: uppercase;
	letter-spacing: 15px;
	color: #ffffff;
}
#footer .fill .social ul li{
	display: inline-block;
	padding: 0 60px;
	
}
#footer .fill .social ul li a{
	padding: 10px 40px;
}
#footer .fill .social ul li a .links{
 height: 80px;
 width: 80px;
 border-radius: 60px;
 background-color: #ffffff;
 transition:0.3s ease-out;
}
#footer .fill .social ul li a .links:hover{
	margin-bottom: -10px;
}
#footer .fill .social ul li a .links i{
	font-size: 50px;
	padding: 15px 0;
}
#footer .fill .foot-con{
	margin: 10px 20px;
}
#footer .fill .foot-con .about{
	padding: 5px 10px;
}
#footer .fill .foot-con .about .s{
	background-color: rgba(255,255,255,0.8);
	border-radius: 8px;
	margin-top: 2px;
}
#footer .fill .foot-con .about img{
	width: 100%;
}
#footer .fill .foot-con .about h3{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#footer .fill .foot-con .about h4{
	text-align: justify;
	text-indent: 30px;
	color: #ffffff;
}
#footer .fill .foot-con .about input{
	width: 250px;
	transition:0.3s ease-out;
	border-radius:  4px 0  0 4px;
	color: rgba(0,0,0,0.7);
	border: solid 1px rgba(246, 36, 89,0.6);
	padding: 2px 5px;
	font-size: 19px;

}
#footer .fill .foot-con .about input:focus{
width: 300px;
outline: none;

}

#footer .fill .foot-con .about button{
outline-style: none;
border: none;
padding: 5px 20px;
padding-top:8px;
background-color:rgba(246, 36, 89,1.0); 
color: #ffffff;
border-radius: 0 4px 4px 0;
}
/*************************************************************************/
/********************************** BOTTOM  *****************************/
/***********************************************************************/
#bottom{
	margin-top: 327px;
	background-color:  rgba(30, 66, 112,1.0);
	height: 70px;
}
#bottom ul li{
	display: inline-block;
	padding-top: 27px;
	padding-right: 20px;
	padding-left: 20px;
}
#bottom ul li a{

color: #ffffff;
text-decoration: none;

	}
#bottom h4{
	color: #ffffff;
	padding-top: 15px;
	float: right;
	margin-right: 60px;
}	
/*************************************************************************/
/********************************** ABOUT   *****************************/
/***********************************************************************/
#about-us{
	margin: 0;
	padding: 0;
}

#about-us .abt-img {

}
#about-us .abt-img img{
		width: 100%;
}

#about-us .abt-img h1{
transition:0.3s ease-out;
position: absolute;
 margin-left: auto;
 margin-right: auto;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	color: #f5f5f5;
	top:200px;
	text-align: center;
	left: 40%;
	right: auto;
}

#about-us .about-company{
	margin:60px;
	padding: 0;
}

#about-us .about-company h3{
	padding: 0 170px;
	text-align: center;
	line-height: 30px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;

}
#about-us .about-company .icons{
	height: 120px;
	width: 120px;
	border-radius: 100px;
	background-color: rgba(65, 131, 215,1.0);
	  text-align:center;
   
	transition:0.2s ease-out;
	 margin : 0 auto;
}

#about-us .about-company .icons  p:hover{
		transform: rotate(-360deg);
		
		
}
#about-us .about-company .icons p {
 color: #ffffff;
 font-size: 40px;
   display: inline-block;
    text-align:center;
    margin-top:29%;
    	transition:0.5s ease-out;
  


}
#about-us .about-company h1{
	text-align: center;
	opacity: 0.8;
}
#about-us .why-chose{
	margin: 40px 80px;
}
#about-us .why-chose .why{

	text-align: center;
}
#about-us .why-chose .why p {
font-size: 70px;
color: #ffffff;
margin: 0 70px;
padding: 10px 0;
border-radius: 5px;
text-align: center;
	background-color: rgba(65, 131, 215,1.0);
}	
#about-us .why-chose .why h2{
	opacity: 0.8;
	text-transform: uppercase;
}
#about-us .why-chose .why h4{
	opacity: 0.7;
	padding: 5px 20px;
	text-align: justify;
	text-indent: 42px;
}

div#im-ab{
	background-color: rgba(65, 131, 215,1.0);
	height: 400px;

	margin-right: -15px;
	margin-left: -40px;
	margin-top: 60px;
	
}
div#im-ab img{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px;

}
div#im-ab  p{
	color: #ffffff;
	font-size: 16px;
	padding: 40px 0;
	text-align: justify;
	padding-right: 10px;
	opacity: 0.8;
	text-indent: 40px;
}
div.partners{
	margin-bottom: 120px;
}
div.partners h1{
padding: 0 170px;
	text-align: center;
	line-height: 30px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
div.partners ul {
	width: 100%;
}
div.partners ul li a img{
	padding: 0 20px;
	opacity: 0.3;
	transition:0.5s ease-out;
}
div.partners ul li a img:hover{
    opacity: 1.0;

	}

/*************** SERVICES ***********************/
#about-us .why-chose h1{
	margin-top: 60px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
	opacity: 0.8;

}
#about-us .why-chose h1.ser{

}
#about-us .why-chose .services{
	margin-top: 60px;
}
/******************** CONTACT *******************/

#contact{
	margin: 20px 60px;

}
#contact h1{
	text-align:center;
	font-size: 70px;
	color: rgba(0,0,0,0.6);
}

#contact h3{
	text-align:center;
	margin-top: -10px;
}
div.map{
	margin-top: 60px;
	background-color:rgba(0,0,0,0.1);
	height: 450px;
	margin-left: -20px;
	margin-right: -15px;
	margin-bottom: 60px; 
	padding:30px 120px;
}
div.map .maps-con {
	margin-top: 25px;
	margin-left: 90px;
}
ul.inline-items li{display:block;padding-left:0px;line-height:39px;font-size:20px;text-align: justify;}


/****************NEWLY ADDED*****************/
#galery-section .video{
	margin: 40px 80px;
	
}
#galery-section .video video{
	border:solid 10px rgba(65, 131, 215,1.0);
	border-radius: 10px;
}
#galery-section .img{
	margin-top: 32px;
	margin-right: 60px;
}
#galery-section .img img{
	width: 100%;
    border:solid 5px rgba(65, 131, 215,1.0);
    border-radius: 5px;
    height: 120px;
    width: 260px;
    margin-top: 3px;
}



/*other-section*/
#other-section .text-des{
	margin-top: 40px;
}
#other-section .text-des .m{
	margin-top: 15px;
}
#other-section .text-des img{
	  border:solid 5px rgba(65, 131, 215,1.0);
	   border-radius: 5px;
}
#other-section .text-des h4{
	text-align: justify;
	text-indent: 15px;
}

#other-section .links{
	width: 100%;
	height: 420px;
	overflow: scroll;
	overflow-x:hidden;
	margin-top: 50px;
}
#other-section .links a{
	font-size: 20px;
}
#other-section .add{
	margin-top:45px;
}
#other-section .ad{
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border:solid 5px rgba(65, 131, 215,1.0);
	   border-radius: 5px;
}
#other-section .ad p{
   text-indent: 10px;
   padding: 0 5px;
}

