body{
	
	font-size: 0px;
}

.top1 a
{
 font-weight:bold; 
 font-size:12px;
 margin-right:8px;   
}
#cssmenu {
	position: relative;
	height: 44px;
	width: auto;z-index:99999;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;z-index:99999;
}
#cssmenu > ul {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;z-index:99999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;z-index:99999;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;z-index:99999;
}
#cssmenu.align-center ul {
  text-align: center;z-index:99999;
}
#cssmenu.align-center ul ul {
  text-align: left;z-index:99999;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;z-index:99999;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;z-index:99999;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;z-index:99999;
}
#cssmenu > ul > li > a {
	font-size: 12px;
	padding: 15px 14px;z-index:99999;
	color: #868686;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	font-family: roboto;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;z-index:99999;
}
#cssmenu > ul > li:hover > a {
	color: #666666;z-index:99999;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;z-index:99999;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;z-index:99999;
  top: 17px;
  border: 5px solid transparent;
  border-top-color: white;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;z-index:99999;
}
#indicatorContainer {

}
#pIndicator {
  
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
margin-top:-10px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  BACKGROUND-COLOR: rgb(252, 252, 252);
}

#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width:194px;
  border-bottom: 1px solid #eeeeee;
padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:40px;
  
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(248,248,248,1) 50%,rgba(243,243,243,1) 100%);
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}



@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
	z-index:99999;
  }
  #cssmenu.align-center ul {
    text-align: left;z-index:99999;
  }
  #cssmenu.align-right > ul > li {
    float: none;z-index:99999;
  }
  #cssmenu ul {
    width: auto;z-index:99999;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
   
  }
  #cssmenu > ul {
    height: auto;z-index:99999;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;z-index:99999;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;z-index:99999;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;z-index:99999;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;z-index:99999;
  }
  #cssmenu ul li a {
    padding: 12px 20px;z-index:99999;
  }
  #cssmenu ul ul li a {
    border: 0;z-index:99999;
    background: none;
    width: auto;
    padding: 8px 35px;

  }
  #cssmenu.align-right ul ul li a {
    text-align: left;z-index:99999;
  }
  #cssmenu ul ul li:hover > a {
    background: none;z-index:99999;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;z-index:99999;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;z-index:99999;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	color:white;
	border-bottom: solid 3px white;
	background-color:rgb(79, 192, 170);
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid white;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
 
  
}




@media screen and (min-width:320px) and (max-width:500px){
	
	#wrapper {
	float: left;
	width: 100%;
	overflow:hidden;
}

.key
  {
      width:100%;
  }
  
  
  .arrow11
{
    width:96%;
    padding:10px;
    margin-left:20px;
    float:left;
    
}
.arrow11 ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow11 ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    color: #444444;
    float:left;
    width:100%;
    line-height:34px;
    list-style-image:url(../img/arro.png);
     

}
        
  
  
   .arrow
{
    width:100%;
    padding:10px;
    margin-left:20px;
    
}
.arrow ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    color: #444444;
    float:left;
    width:100%;
    line-height:27px;
    list-style-image:url(../img/arro.png);
     

}
  

#top 
{
    height:auto;
	float: left;
	width: 100%;
}
	
	#top_under {
	width: 100%;
	float:left;
}
	
	.top1 {
	float: left;
	width: 33%;
	font-size: 12px;
}
	.top1 img {
  float: left;
  margin-right: -2px;
}
	.icon {
  float: left;
  height: 30px;
  width: 40%;
  margin-left:0px;
}
.facebook {
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 2px;
  padding-bottom: 19px;
  background-color: white;
}
.facebook:hover {
	float: left;
	width: 24px;
}

.donate {
    float: right;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 0px;
    width: 56%;
    height: 30px;
}


#header {
	float: left;
	height: 150px;
	width: 100%;
}	
	#header_under {
	height: 15px;
	width: 100%;
	float:left;
}
	
#logo {
  float: left;
  height: 100px;
  width: 75%;
}	
#nav1 {
	float: left;
	width: 100%;
	height: 45px;
	margin-top:7px;
	background-color:rgb(79, 192, 170);
	z-index:99999;
}	
	#cssmenu ul li a {
    padding: 12px 20px;z-index:99999;
	background-color:rgb(79, 192, 170);
  }
	
	
	#banner {
	float: left;
	height: 250px;
	width: 100%;
}
	
   #main {
	float: left;
	height: auto;
	width: 100%;
}
    #main_under {
	height: auto;
	width: 100%;
	float:left;
}
	
	#left {
	float: left;
	height: auto;
	width: 99%;
	padding:0px 2px 0px 2px;
}
	
 .top_hed {
	
	float: left;
	width: 100%;
	padding-left:5px;
}
 .im_all {
	float: left;
	width: 100%;
	margin-bottom:0px;
}


	.hh {
	float: left;
	height: auto;
	width: 97%;
	

}
	
#right {
	float: left;
	height: auto;
	width: 100%;
	 margin-top: 15px;
}	
	
#testi {
    float: left;
    height: auto;
    width: 94%;
    margin-top: 15px;
    padding-right: 10px;
}

#slide2 {
	float: left;
	width: 100%;
margin-top: 90px;

}


#welcome {
	float: left;
	height: auto;
	width: 100%;
}
#welcome_under {
	height: auto;
	width: 100%;
	float:left;
}


#profile {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#all_profile {
	float: left;
	width: 100%;
}

.hed2 {
	width: 95%;
}

.con1 {
	padding:2px;
	float: left;
	width: 98%;
	line-height: 18px;
}

.profile_im {
	float: left;
	width: 98%;
	margin-top: 2px;
}

#gallery {
	float: left;
	width: 99%;
	height: 250px;
}
#your_project {
	float: left;
	width: 100%;
}

#all_project {
	float: left;
	width: 100%;

}	
	.cercle_all {
	float: left;
	width: 100%;
}
.cercle1, .cercle2, .cercle3 {
	width: 99%;
	float: left;
	border-right: none;
}	
.cercle1 ul, .cercle2 ul, .cercle3 ul {
	float: left;
	width: 99%;
}	

.cercle1 ul li, .cercle2 ul li, .cercle3 ul li {
    float: left;
    width: 98%;
}
	
	.cercle1 ul li a, .cercle2 ul li a, .cercle3 ul li a {
  width: 70%;
}


.cercle_all2 {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
	.cercle4, .cercle5, .cercle6 {
		width:100%; float: left;}
		
		.cercle4 ul, .cercle5 ul, .cercle6 ul {
   float: left;
    width: 97%;
}
	.cercle4 ul li, .cercle5 ul li, .cercle6 ul li {
    float: left;
    width: 97%;
}
		
		
	
	.cercle4 ul li a, .cercle5 ul li a, .cercle6 ul li a {
   float: right;
    width: 70%;
}
	
	
	
#footer {
	background-color: #666;
	background: url("../images/footer_background.png") repeat scroll 0 9px rgba(0, 0, 0, 0.9);
	float: left;
	height: auto;
	width: 100%;
	
}
#footer_under {
	height: auto;
	width: 100%;
	float:left;
}
	
.last1 {
	float: left;
	width: 99%;
	margin-right: 0px;
}	
	
	.line {
    float: left;
    width: 66%;

}
	.last_hed {
    float: left;
    width: 100%;
    padding-bottom: 27px;
}
	
	.last_im {
    margin-right: 27px;
}
	
	.last1_right {
	float: left;
	width: 99%;

}
.last_hed .last_con input {
    float: left;
    width: 79%;
}
.aoss {
	float: left;
	height: auto;
	width: 100%;
}
.aoss_under {
	height: auto;
	width: 100%;
	float:left;
	text-align:center;
	padding-top: 18px;
}
.aoss_logo {
	text-align:center;
	height: 30px;
	width: 100%;
}


.certificate {
	float: left;
	height: 34px;
	width: 100%;
}
.certi {
	float: left;
    width: 23%;
    height: 30px;
    margin-right: 2%;
    margin-bottom: 0px;

}

.reg
  {
      width:100%;
      font-size:30px;
  }
  
  .donateform
{
        width: 100%;
    float: left;
    margin-left:0px;
    margin-top: 0px;
}
	
	}
	
	
	
	
	
	
	@media screen and (min-width:501px) and (max-width:800px){
	
	#wrapper {
	float: left;
	width: 100%;
	overflow:hidden;
}
#top 
{
    height:auto;
	float: left;
	width: 100%;
}


.key
  {
      width:100%;
  }
  
  .reg
  {
      width:100%;
      font-size:30px;
  }
  
  .arrow11
{
    width:97%;
    padding:10px;
    margin-left:20px;
    float:left;
    
}
.arrow11 ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow11 ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    color: #444444;
    float:left;
    width:100%;
    line-height:34px;
    list-style-image:url(../img/arro.png);
     

}
        
  
 .arrow
{
    width:100%;
    padding:10px;
    margin-left:20px;
    
}
.arrow ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    color: #444444;
    float:left;
    width:100%;
    line-height:27px;
    list-style-image:url(../img/arro.png);
     

}
	
	#top_under {
	width: 100%;
	float:left;
}
	
	.top1 {
	float: left;
	width: 33%;
	font-size: 12px;
}

	.top1 img {
  float: left;
  margin-right: -2px;
}
	.icon {
  float: left;
  height: 30px;
  width: 40%;
  margin-left:0px;
}
.facebook {
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 2px;
  padding-bottom: 19px;
  background-color: white;
}
.facebook:hover {
	float: left;
	width: 24px;
}
.donate {
		float:left;
		margin-top:3px;
		padding-right:10px;
		padding-left:10px;
		width:56%;
		height:30px;
}


#header {
	float: left;
	height: 92px;
	width: 100%;
}	
	#header_under {
	height: 15px;
	width: 100%;
	float:left;
}
	
#logo {
  float: left;
  height: 90px;
  width: 40%;
}	
#nav1 {
	float: right;
	width: 58%;
	height: 44px;
	margin-top:18px;
	margin-right:3px;

}	
	#cssmenu ul li a {
    padding: 12px 20px;z-index:99999;
	background-color:rgb(79, 192, 170);
  }
	
	
	#banner {
	float: left;
	height: 250px;
	width: 100%;
}
	
   #main {
	float: left;
	height: auto;
	width: 100%;
}
    #main_under {
	height: auto;
	width: 100%;
	float:left;
}
	
	#left {
	float: left;
	height: auto;
	width: 99%;
	padding:0px 2px 0px 2px;
}
	
 .top_hed {
	
	float: left;
	width: 100%;
	padding-left:5px;
}
 .im_all {
	float: left;
	width: 100%;
	margin-bottom:0px;
}


	.hh {
	float: left;
	height: auto;
	width: 94%;
	font-size:13px;
	

}
	
#right {
	float: right;
    height: auto;
    width: 50%;
    margin-top: -348px;
    margin-right: 10px;
}	
	
#testi {
   float: left;
    height: auto;
    width: 94%;
    margin-top: 15px;
    padding-right: 10px;
    font-size: 13px;
}

#slide2 {
	float: left;
	width: 100%;
margin-top: 90px;

}


#welcome {
	float: left;
	height: auto;
	width: 100%;
}
#welcome_under {
	height: auto;
	width: 100%;
	float:left;
}


#profile {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#all_profile {
	float: left;
	width: 100%;
}

.hed2 {
	width: 95%;
}

.con1 {
	padding:2px;
	float: left;
	width: 49%;
	line-height: 18px;
}

.profile_im {
	float: right;
    width: 48%;
    margin-top: 6px;
}

#gallery {
	float: left;
	width: 99%;
	height: 250px;
}
#your_project {
	float: left;
	width: 100%;
}

#all_project {
	float: left;
	width: 100%;

}	
	.cercle_all {
	float: left;
	width: 49%;
	border-right: solid 1px #D4D2D2;
}
.cercle1, .cercle2, .cercle3 {
	width: 99%;
	float: left;
	border-right: none;
}	
.cercle1 ul, .cercle2 ul, .cercle3 ul {
	float: left;
	width: 99%;
}	

.cercle1 ul li, .cercle2 ul li, .cercle3 ul li {
    float: left;
    width: 98%;
}
	
	.cercle1 ul li a, .cercle2 ul li a, .cercle3 ul li a {
  width: 59%;
}


.cercle_all2 {
	float: right;
	height: auto;
	width: 49%;
	margin-bottom: 20px;
}
	.cercle4, .cercle5, .cercle6 {
		width:100%; float: left;}
		
		.cercle4 ul, .cercle5 ul, .cercle6 ul {
   float: left;
    width: 97%;
}
	.cercle4 ul li, .cercle5 ul li, .cercle6 ul li {
    float: left;
    width: 97%;
}
		
		
	
	.cercle4 ul li a, .cercle5 ul li a, .cercle6 ul li a {
   float: right;
    width: 58%;
}
	
	
	
#footer {
	background-color: #666;
	background: url("../images/footer_background.png") repeat scroll 0 9px rgba(0, 0, 0, 0.9);
	float: left;
	height: auto;
	width: 100%;
	
}
#footer_under {
	height: auto;
	width: 100%;
	float:left;
}
	
.last1 {
	float: left;
	width: 48%;
	margin-right: 9px;
}	
	
	.line {
    float: left;
    width: 66%;

}
	.last_hed {
    float: left;
    width: 100%;
    padding-bottom: 27px;
}
	
	.last_im {
    margin-right: 27px;
}
	
	.last1_right {
	float: right;
	width: 49%;

}

.add2{
	width:107%;}

.last_hed .last_con input {
    float: left;
    width: 73%;
}
.aoss {
	float: left;
	height: auto;
	width: 100%;
}
.aoss_under {
	height: auto;
	width: 100%;
	float:left;
	padding-top: 18px;
}
.aoss_logo {
	float:right;
	height: 30px;
	width: 23%;
}

.but {
	float: right;
	height: auto;
	width: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
		.certificate {
	float: left;
	height: 34px;
	width: 100%;
}
.certi {
	float: left;
    width: 23%;
    height: 30px;
    margin-right: 2%;
    margin-bottom: 0px;

}

	.donateform
{
        width: 100%;
    float: left;
    margin-left:0px;
    margin-top: 0px;
}
	
	}
	

@media screen and (min-width:801px) and (max-width:1000px)
{
    .arrow
{
    width:80%;
    padding:10px;
    margin-left:20px;
    float:left;
    
}
.arrow ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    color: #444444;
    float:left;
    width:100%;
    line-height:27px;
    list-style-image:url(../img/arro.png);
     

}
.donateform
{
        width: 100%;
    float: left;
    margin-left:0px;
    margin-top: 0px;
}
}