#ul 
   {
   	  width: 100%;
   	  bottom: 10px;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  text-align: center;
   }
   #ul li 
   {
   	 width: 20px;
   	 height:20px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #fff;
     margin-left: 15px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	margin-left:0px;
   	background-color:#30b7e9;
   }
.slider-image{
	height:100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top:0;
	left: 0px;
}
  #slider{
  	width:100%;
  	height: 700px;
  	position: relative;
  }
.sliderimage{
   	background-size: cover;
   	background-position: center center;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
	position: absolute;
	text-align: center;
	line-height: 80px;
	color: #fff;
	
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .page-mone-h {
    height: 100%;
    width: 600px;
    margin-left: 5%;
    display: flex;
}
.page-mone {
    width: 100%;
    height: 10px;
    border: 1px solid rgba(255,255,255,0.0);
    position: relative;
    margin: auto;
}
.page-mone h1 {
    color: #fff;
    height: 50px;
    width: 80%;
    text-align: left;
    margin-left: 7px;
    margin-top: 0px;
    line-height: 50px;
    font-size: 35px;
    font-family: "Regular2";
}
.page-mone h1::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 10px;
    background-color: #05a9e6;
    border-radius: 10px;
    height: 3px;
    border-radius: 50px;
    width: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-mone p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 5px;
    margin-left: 3px;
    font-family: 'dejavu_sansbook';
}
   #section-servise{
   	width: 1200px;
   	margin: 50px auto;
   	text-align: center;
   }
   .section-servise{
   	width: 250px;
   	height: 250px;
   	border-radius: 50%;
   	border: 5px solid #d1d9ec;
   	display: inline-block;
   	-webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 /10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
   	margin: 30px 60px;
   	position: relative;
   	background-size: cover;
   	background-position: center center;
   	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
   }
   .section-servise:hover{
   		-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /20%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 20%);
    border: 5px solid #04aae4;
   }
   .section-servise p{
   	font-family: "Regular2";
   	top: 265px;
   	font-size: 20x;
   	position: absolute;
   	width: 100%;
   	text-align: center;
   }
   
  #section-servise .section-servise a{
  	position: absolute;
  	width: 330px;
   	height: 330px;
   	left: 10px;
   	top: 10px;   
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	cursor: auto;
  }
  #section-servise .section-servise a:hover{
  	
    background-color: rgba(0, 0, 0, 0.3);
  }
  #section-servise .section-servise a pre{
  	color:#fff;
  	height: 40px;
  	font-size: 16px;
  	line-height: 300px;
  }
  #section-servise .section-servise a pre:hover{
  	text-decoration: underline;
  	cursor: pointer;
  }
  #why{
  	width: 1200px;
  	height: 500px;
  	margin: auto;
  	background-image: url('../img/servise/work_at_dav.jpg');
  	background-size: 900px 500px;
  	background-position-x: 400px;
  	background-repeat: no-repeat;
  }
  .why{
  		width: 600px;
  	height: 400px;
  	 background-color: rgba(0, 0, 0, 0.5);
  	 margin-top: 50px;
  }
  .why h1{
    margin-left: 20px;
    color: #fff;
}
.why p{
   color: #d7d7d7;
   padding: 10px 20px;
   line-height: 23px;
}
.baner1{
	width: 50%;
	height: 100%;
	position: fixed;
	opacity: 0;
	top: 0;
	 background-color: rgba(0, 0, 0, 0.7);
	 z-index: 9999;
	  -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	/*background-image: url('../img/icons/giphy.gif');*/
	background-repeat: repeat-x;
}
.logobaner img{
	width: 48%;
	display: inline-block;
}
.baner2{
	width: 50%;
	height: 100%;
	position: fixed;
	opacity: 0;
	top: 0;
	 background-color: rgba(0, 0, 0, 0.7);
	  z-index: 999;
	   -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	/*background-image: url('../img/icons/giphy.gif');*/
	background-repeat: repeat-x;
}
.logobaner{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	right: -200px;
	background-color: #ffffff;
	z-index: 9999;
	background-image: url('../img/icons/logo.png');
	/*background-image: url('../img/icons/22317348.jpg');*/
	background-repeat: no-repeat;
	background-position: center center;
	top: 20%;
	text-align: center;
}
.baner1 h1{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 140px;
	right: -50%;
	z-index: 999999;
	color: #FFF;
	z-index: 99999999;
}
.baner1  pre{
	position: absolute;
	bottom: 50px;
	width: 150px;
	height: 40px;
	border: 2px solid #fff;
	right: -75px;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 20px;
}
#about{
	width: 100%;
	height:550px;
	background-color: #e5eeff;
	margin-top: 200px;
}
.about{
	width: 1200px;
	height: 700px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.abaut-image-1{
	width: 350px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	margin: 50px 10px;
	background-color: rgba(5,152,230, 0.6);
    position: absolute;
    right: 200px;
    position: absolute;
    top: 0px;
}
.abaut-image-2{
	width: 330px;
	height: 330px;
	background-size: cover;
	background-position: center center;
	background-color: #1c0000;
	position: absolute;
	bottom: 100px;
	right: 0px;
	
}
.about-color{
	width: 100%;
	height: 100%;
	background-color: rgba(5,152,230, 0.1);
}
.about-shape{
	width: 100%;
	height: 100%;
	
	margin: 50px 70px;
}

.text{
	width: 550px;
	margin-right:60px;
	margin-top:120px; 
}
.text h3{
	font-size: 30px;
	font-family: "Regular2";
	padding: 0px 5px;
}
.text h3::before {
    content: "";
    position: absolute;
    margin-top: 45px;
    left: 5px;
    background-color: #05a9e6;
    border-radius: 10px;
    height: 5px;
    border-radius: 50px;
    width: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.text p{
	font-size: 15px;
    line-height: 20px;
    color: #525252;
    padding: 5px;
    text-align: left;
    font-family: 'dejavu_sansbook';
    line-height: 24px;
}
.text a{
	position: absolute;
	width: 110px;
	height: 37px;
	background-color: #0598e6;
	border: 1px solid #0598e6;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	font-size: 15px;
	top: 390px;
	color: #fff;
	line-height: 37px;
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
	 -o-transition: all 0.2s;
	transition: all 0.2s;
	    box-shadow: 0 0 0 rgba(5,152,230, 0.8);
    animation: pulse 3s infinite;
    border-radius: 10px;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow:0 0 0 rgba(5,152,230, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(5,152,230, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(5,152,230, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(5,152,230, 0.8);
    box-shadow: 0 0 0 0 rgba(5,152,230, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(5,152,230, 0);
      box-shadow: 0 0 0 10px rgba(5,152,230, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(5,152,230, 0);
      box-shadow: 0 0 0 0 rgba(5,152,230, 0);
  }
}
.text a:hover{
	background-color: transparent;
	color: #0598e6;
	animation: none;
}	
@media only screen and (max-width: 1500px) {
 
	.logobaner{
		top: 5%;
	}
	#slider{
  	width:100%;
  	height: 600px;
  	position: relative;
  }
}
@media only screen and (max-width: 1400px) {
 
	
	.baner1 pre{
		bottom:20px;
	}
}
@media only screen and (max-width: 1220px) {
 #slider{
  	width:100%;
  	height: 500px;
  	position: relative;
  }
  #section-servise{
  	width: 900px;
  }
  .about {
    width: 1108px;
	}

#about-ansar{
	width: 900px;
}
 
  .about {
    width: 900px;
   
	}
	.abaut-image-1 {
    right: 55px
	}
	.text {
    width: 464px;
    margin-top: 91px;
	}
	
}
@media only screen and (max-width: 920px) {
  #section-servise{
  	width: 680px;
  }
  .section-servise {
    
    margin: 20px 32px;
	}
	 .about {
    width: 680px;
   
	}
	.abaut-image-1 {
    right: 55px;
    display: none;
	}
	.abaut-image-2{
		display: none;
	}
	.text {
    width: 564px;
    margin-top: 91px;
	}
	#about-ansar{
	width: 600px;
}
}

@media only screen and (max-width: 800px){
#logo {
    position: absolute;
    z-index: 999;
    margin-left: 4px;
    top: 1px;
    cursor: pointer;
    width: 100px;
}
.page-mone h1 {
    color: #fff;
    font-size: 25px;
    margin-top: -50px;
}
.page-mone h1::before {
    top: -9px;
	}
.page-mone p {
    font-size: 12px;
}
.page-mone-h {
    margin-left: 2%;
    width: 350px;
}
}
@media only screen and (max-width: 700px){
#section-servise{
  	width: 380px;
  }
  .section-servise {
    
    margin: 20px 32px;
	}
	 .about {
    width: 520px;
   
	}
	.page-mone h1{
		width: 100%;
	}
	.text {
    width: 464px;
	}
	#about-ansar{
	width: 320px;
	    margin: 0px auto !important;
}

}
@media only screen and (max-width: 520px){

.page-mone-h {
    margin-left: 2%;
   
}
 .about {
    width: 380px;
	}
	
	.text {
    width: 380px;
	}
	.text a {
    top: 426px;
    }
}