@media screen and (max-width: 480px){
	
	.grey-bg, .white-bg{
		padding: 40px 0; 
	}
	
	.wrap-about{ 
		padding: 0 0 20px 0;
		min-height: 450px !important;
	}
	.wrap-about .w-content{
	left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding: 30px 0;
    transform: none;
	}
    
	.bg-about {
  background: url('../images/Ajay.jpg')  no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height:400;
}
	
  #testimonial{ height: 700px;}
  .list-testimonial .content-testimonial .testi {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1.5px;
}

  .skillst {margin-top: 50px;}
}


@media screen and (max-width: 768px){
  
.bg{
    width: 100%;
    height: 600px;
    position: relative;
    background: url('../images/bg.jpg') no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bg .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.bg .caption h2{
    font-size: 50px;
    }
 .bg .caption p{font-size:18px;margin-left:5px;;text-align:center;white-space:nowrap;overflow-x:hidden;
width:15em;animation:type 4s steps(60,end);}

.bg .caption p:nth-child(2){animation:type2 8s steps(60,end);}


@keyframes type{ from{width:0;} }

@keyframes type2{ 0%{width:0;} 20%{width:0;} 50%{width:100;}}
 

  .bg-about{min-height: 520px;}
  .wrap-about{
  	min-height: 520px;
  	padding-bottom: 10%;
  	padding-left: 30px;
    padding-right: 30px;
  }
  .wrap-about	.head-quote{padding-top: 10%;}

  .content-right{ margin-top: 20px; }

  .text-grey{margin-bottom: 45px;}
  .skillst{ margin-top: 50px;}
	

	
	
@media screen and (max-width: 1024px){


  .content-right{ margin-top: 20px; }

  	
}