body
{
overflow-x:hidden;
overflow-y: hidden
}
span::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
	display: none;
}

span::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
	display: none;
}

span::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
	display: none;
}

@font-face {
    font-family: spacex;
    src: url(../fonts/SpaceAge.ttf);
}


	 .load_helper{
			 position: absolute;
			 width: 100%; 
			 height: 100%;
			 background: #f1f1f1;
			 left: 0px;
			 top: 100%;
			 padding: 0px;
			 margin: 0px;
			
			 
		 }
		 
		 .place-card{display: none!important}
		 .place-card-large{display: none !important; opacity: 0}
		 
	

	
.header_nav { 
  border-radius: 50%; height: 12.5px; width: 12.5px; display: block; cursor: pointer; background-color: #ccc; float: left; margin-left: 12.5px; margin-top: 50px;
  transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  border: 2px solid;
  border-color: rgb(113,135,133);
  text-decoration: none;
  position: absolute;
	z-index: 999;
		 }
		 

.header_nav:hover{
	transform: scale(1.6);
	transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
    border-radius: 50%;
    background-color: transparent;
    text-decoration: none;
}

.header_nav_m { 
  border-radius: 50%; height: 16px; width: 16px; display: block; cursor: pointer; background-color: #ccc; float: left; margin-left: 20px; margin-top: 40px;
  transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  border: 2px solid;
  border-color: rgb(113,135,133);
  text-decoration: none;
 
  z-index: 999;
		 }
		 

.header_nav_m:hover{
	transform: scale(1.6);
	transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
    border-radius: 50%;
    background-color: transparent;
    text-decoration: none;
}


/****************************************************about aimateion************************************************/
.about_sun{
    width:270px;
    height:80px;
   
	position:absolute;
  
    top:170px;
    left:50px;
 }

.about_animate{
	  -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_about;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}


@-webkit-keyframes orbit_about { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}



.home_sun{
    width:290px;
    height:80px;
  
	position:absolute;
   
    top:170px;
    left:50px;
 }

.home_animate{
	  -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_home;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}

@-webkit-keyframes orbit_home { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}

/****************************************************service aimateion************************************************/

.service_sun{
    width:290px;
    height:80px;
  
	position:absolute;
   
    top:170px;
    left:50px;
 }

.service_animate{
	  -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_about;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}


@-webkit-keyframes orbit_service { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}


/****************************************************service aimateion************************************************/

.partners_sun{
    width:320px;
    height:80px;
 	position:absolute;
    top:170px;
    left:50px;
 }

.partners_animate{
	  -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_partner;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}


.blogs_sun{
    width:250px;
    height:80px;
  
	position:absolute;
  
    top:170px;
    left:100px;
 }		 

.blogs_animate{
	  -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_blogs;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}


/****************************************************career aimateion************************************************/
.careers_sun{
    width:180px;
    height:80px;
  	position:absolute;
    top:170px;
    left:150px;
	
 }

.careers_animate{
	 -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_careers;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;  
}

@-webkit-keyframes orbit_careers { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}



/****************************************************contact aimateion************************************************/


.contact_sun{
    width:10px;
    height:80px;
   position:absolute;
    top:170px;
    left:250px;
 }

.contact_animate{
	 -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit_contact;
    -webkit-animation-duration:1000ms;
    animation-fill-mode: forwards;
}

@-webkit-keyframes orbit_contact { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}









@-webkit-keyframes orbit_partner { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}

@-webkit-keyframes orbit_blogs { 
from { 
	-webkit-transform:rotate(0deg);
	} 
to { 
	-webkit-transform:rotate(178deg);
	opacity: 0;
	} 
}



	 



@media screen and (min-width:300px) and (max-width:480px){
	.grid_1{display: none !important}
	
	body{
	overflow-x: hidden;
	overflow-y: auto;	
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
    }
	
	.grid_2 ul li a{text-decoration: none}
	
	.grid_2 ul li{ cursor: pointer}
	
	.tile_heading{ text-align: center; margin: auto; padding-top:10px; padding-bottom: 10px; background-color: rgba(0,0,0,0.8); color: #fff; background-image: url("../images/elements/element-1.png")}
	
	
.container{ 
	margin: 0px;
	padding: 0px;
	background: #f1f1f1;
	width: 100%;
  	text-align: center;
          }



.grid_2{
	padding-top: 5%;
	padding-bottom: 5%;
	width: 96%;
	height: 100%;
	margin: auto;
	text-align: center;
	             }
	
	#mob_nav_button{position: absolute; top: 22px; left: 0px;}	
	#mob_nav_button span{color: #fff}
	
		.mobile_navigation{position: absolute; left: 0px; top: 30px }
	.mobile_navigation_ul{ list-style: none; width: 130px; text-align: left; padding: 10px; background-color: #ccc; }
	
	.mobile_navigation_ul li a{color: #000; text-decoration: none}
	
	.vNav{display: none}
	
 /*********************************************************/
/************************header styles********************/
/********************************************************/

#g2-header{width: 100%; height: 200px; background-color: #fff}
	
	#g2-da-thumbs{list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}	

#g2-header img{margin-top: 70px; width: 240px}



/******************************************************************************************/
/*********************************social styles******************************************/
/***************************************************************************************/

#g2-social{
	background-color: #ACACAC;
width:100%;
height: 40px;
	text-align: right;
	    
}
	
	#g2-back_top{
		transition-duration: 400ms;
		-webkit-transition-duration:400ms;
	background-color: #fff;
		text-align: center;
width:100%;
height: 80px;

	    
}

		#g2-back_top:hover{
					transition-duration: 400ms;
		-webkit-transition-duration:400ms;
	background-color: #000;
			color: #fff;
		text-align: center;
width:100%;
height: 80px;

	    
}



	#g2-about_us, #g2-service, #g2-partners, #g2-contact, #g2-careers, #g2-blogs, #g2-contact{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}	
	
	#g2-about-pic, #g2-service-pic, #g2-partners-pic, #g2-contact-pic, #g2-careers-pic, #g2-blogs-pic, #g2-contact-pic{
		width: 100%;
	}

	
}

@media screen and (min-width:481px) and (max-width:760px){
	.mobile_navigation{display:none!important}
	.grid_1{display: none !important}
	.mobile_navigation_ul{display: none!important}
	body{
	overflow-x: hidden;
	overflow-y: auto;	
	
		margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
    }
	
.container{ 
	margin: 0px;
	padding: 0px;
	background: #f1f1f1;
	width: 100%;
  	text-align: center;
          }



.grid_2{
	padding-top: 5%;
	width: 90%;
	height: 100%;
	margin: auto;
	text-align: center;
	             }
	.grid_2 ul li a{text-decoration: none}
	
	.tile_heading{ text-align: center; margin: auto; padding-top:10px; padding-bottom: 10px; background-color: rgba(0,0,0,0.8); color: #fff; background-image: url("../images/elements/element-1.png")}
	
 /*********************************************************/
/************************header styles********************/
/********************************************************/

#g2-header{width: 100%; height: 200px; background-color: #fff}
	
	#g2-da-thumbs{list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}	

#g2-header img{margin-top: 70px; width: 250px}

blockquote {

font-size: 18px;


margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #494949;
	margin-top: 0px;
	z-index: 5;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 120px;
position: absolute;
left: 95px;
top: -25px;
color: #ABABAB;
opacity: 0.7;
z-index: 0;	
}

/******************************************************************************************/
/*********************************social styles******************************************/
/***************************************************************************************/

#g2-social{
	background-color: #ACACAC;
width:100%;
	margin-left: 0px;
height: 70px;
	text-align: right;
	
	
}

	#g2-navigation{
	background-color: #fff;
width:50%;
	margin-left: 50%;
height: 155px;
	text-align: right;
	
	
}


	#g2-about_us{
			width: 50%;
		margin: 0px;
		padding: 0px;
		height: 380px;
		
		background: url('../images/mobile_pics/home/Black-Notebook.jpg') center no-repeat;
		background-size: contain;
		background-color: #99BCC2;
	}	
	#g2-about-pic{display: none}
	
	
	#g2-service{
		width: 50%;
		margin: 0px;
		padding: 0px;
		height:  380px;
		background: url('../images/mobile_pics/home/services_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
#g2-partners{
		width: 50%;
		margin: 0px;
		padding: 0px;
		height:  280px;
	margin-left: 50%;
	
		background: url('../images/mobile_pics/home/partners_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
	#g2-careers{
		width: 50%;
		
		margin: 0px;
		margin-left: 0%;
		padding: 0px;
		height:  280px;
		margin-top: -280px;
		background: url('../images/mobile_pics/home/career_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
	
	#g2-blogs{
		width: 50%;
		margin: 0px;
		margin-left: 50%;
		padding: 0px;
		height:  280px;
		background: url('../images/mobile_pics/home/contact_bg.jpg') center no-repeat;
		background-size: cover;
		
		margin-top: -280px;
	}
	
	  #g2-contact{
		
		width: 100%;
		margin: 0px;
		margin-left: 0%;
		padding: 0px;
		height:  200px;
		background: url('../images/mobile_pics/home/contact_bg_mobile.jpg') center no-repeat;
		background-size: cover;
		
		 
		
	}	
	
	 #g2-service-pic, #g2-partners-pic, #g2-contact-pic, #g2-careers-pic, #g2-blogs-pic, #g2-contact-pic{
		width: 100%; display: none;
	}

	
}

@media screen and (min-width:761px) and (max-width:1023px){
	.grid_1{display: none !important}
	.mobile_navigation{display:none!important}
	body{
	overflow-x: hidden;
	overflow-y: auto;	
	
		margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
    }
	
.container{ 
	margin: 0px;
	padding: 0px;
	background: #f1f1f1;
	width: 100%;
  	text-align: center;
          }



.grid_2{
	padding-top: 5%;
	width: 96%;
	height: 100%;
	margin: auto;
	text-align: center;
	             }
	.grid_2 ul li a{text-decoration: none}
	
	.tile_heading{ text-align: center; margin: auto; padding-top:10px; padding-bottom: 10px; background-color: rgba(0,0,0,0.8); color: #fff; background-image: url("../images/elements/element-1.png")}
	
 /*********************************************************/
/************************header styles********************/
/********************************************************/

#g2-header{width: 60%; height: 300px; margin-left: 40%; background-color: #fff}
	
	#g2-da-thumbs{
		list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}	

#g2-header img{margin-top: 70px; width: 180px}

blockquote {

font-size: 18px;


margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #494949;
	margin-top: 0px;
	z-index: 5;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 120px;
position: absolute;
left: 95px;
top: -25px;
color: #ABABAB;
opacity: 0.7;
z-index: 0;	
}

/******************************************************************************************/
/*********************************social styles******************************************/
/***************************************************************************************/

#g2-social{
	background-color: #ACACAC;
width:40%;
	z-index: 999;
	
height: 60px;
	text-align: right;
	margin-top: -59.9px;
	
	
}

	#g2-navigation{
	background-color: #fff;
width:50%;
	margin-left: 50%;
height: 155px;
	text-align: right;
	
	
}


	#g2-about_us{
			width: 40%;
		margin: 0px;
		padding: 0px;
		margin-top: -300px;
		margin-left: -40%;
		height: 240px;
		background: url('../images/Black-Notebook.jpg') center no-repeat;
		background-size: contain;
		background-color: #99BCC2;
	}	
	#g2-about-pic{display: none}
	
	
	#g2-service{
		width: 30%;
		margin: 0px;
		padding: 0px;
		
		height:  280px;
		background: url('../images/services_mobile_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
#g2-partners{
		width: 30%;
		margin: 0px;
		padding: 0px;
		height:  280px;
	margin-left: 70%;
	margin-top: -280px;
		background: url('../images/partners_mobile_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
	#g2-careers{
		width: 40%;
		
		margin: 0px;
		margin-left: 0%;
		padding: 0px;
		height:  280px;
		margin-top: -280px;
		background: url('../images/careers_mobile_bg.jpg') center no-repeat;
		background-size: cover;
		
	}
	
	#g2-blogs{
		width: 50%;
		margin: 0px;
		margin-left: 50%;
		padding: 0px;
		height:  280px;
		background: url('../images/blog_bg_mobile.jpg') center no-repeat;
		background-size: cover;
		
		margin-top: -280px;
	}
	
	  #g2-contact{
		
		width: 100%;
		margin: 0px;
		margin-left: 0%;
		padding: 0px;
		height:  200px;
		background: url('../images/contact_mobile_bg.jpg') center no-repeat;
		background-size: cover;
		
		  margin-bottom: 30px
		
	}	
	
	 #g2-service-pic, #g2-partners-pic, #g2-contact-pic, #g2-careers-pic, #g2-blogs-pic, #g2-contact-pic{
		width: 100%; display: none;
	}

	
}

@media screen and (min-width:1024px) {

	#hide{display: none !important; }
	#g2-da-thumbs .load_helper{display: none!important}
/*for hover card styles*/
.mobile_navigation{display:none!important}
nav p{
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.cl-effect-5 p {
	overflow: hidden;
	padding: 6px 6px;
	height: 1.2em;
}

.cl-effect-5 p span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
	
}

.cl-effect-5 p span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 p:hover span,
.cl-effect-5 p:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

html{height: 100%}

body{
	background-color: #f1f1f1;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
    }
	
.container{ 
	margin: 0px;
    padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #f1f1f1;
          }

.content{
	
	padding: 0px;
	width: 100%;
	margin: auto;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	
	
	text-align: center;
        }

.content section{
	float: left; 
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	
	text-align: center;
	
                }
ul{ min-height: 570px !important}


 /******************************************************************************************************/
/*********************************************header styles*******************************************/
/*****************************************************************************************************/

#header{ height: 40%; background-color:#fff  }

#header img{margin-top: 80px; max-width: 300px; min-width: 150px }

blockquote {

font-size: 18px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #494949;
	margin-top: 0px;
	z-index: 5;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 120px;
position: absolute;
left: 95px;
top: -25px;
color: #ABABAB;
opacity: 0.7;
z-index: 0;	
}



#social{
background-color: #888;
	padding: 0px;
height: 20%;
    }
	





#services{
		padding: 0px;

     	height: 65%;
		background: url('../images/home/service_bg.jpg') center no-repeat;
		background-size: cover;
		background-color: #ccc;

    }



#partners{
	 height: 60%;
		padding: 0px;
			background-color: #F5F5F5;
	
    }





.quote-text{
    
    font-size: 19px;
   
}


#team{
	
	height: 30%;
	padding: 0px;
	
	/*background: url('../images/team.jpg') center no-repeat;*/
	background-size: cover;
	background-color: #C0C0C0;
    }


#about_us{
      
		height: 70%;
    	padding: 0px;
		background: url('../images/home/services.jpg') center no-repeat;
		background-size: cover;
		background-color: #000;
    }


#contact{
		padding: 0px;
		height: 35%;
		background: url('../images/home/about_bg.jpg') center no-repeat;
		background-size: cover;
		background-color: #000;
    }




#careers{
		padding: 0px;
		height: 50%;
	
	background: url('../images/home/contact_bg.jpg') center no-repeat;
	background-size: cover;
	background-color: aquamarine;
	
    }




#navigation{
	height: 30%;
	padding: 0px;
	background: url('../images/home/career_bg.jpg') center no-repeat;
	background-size: cover;
	
	
	}
	
		
}

