/*==================================================
Bootstrap 3 Media Queries
==================================================*/
/* large Devices(desktops & laptops) */

@media(min-width:1200px) {


}

/* Medium Devices(laptops tablets & medium desktops) */

@media(min-width:992px) and (max-width:1199px){

    div.col-md-6.wow.fadeInUp{
        margin-top:30px;
    }
    
    
}


/* Small Devices(portraits tablets & small desktops)*/ 
@media (min-width:768px) and (max-width:991px){
  

} 


/* Extra Small Devices(phones & portraits tablets) */
@media (min-width:583px) and (max-width:767px){

    #contact p{
        font-size:12px;
        
        }

}

/* Extra Small Devices(smaller devices) */
@media(min-width:441px) and (max-width:494px){

    
}

/* Extra Small Devices(smaller devices) */
@media(min-width:300px) and (max-width:440px){

 
    .form-control.btn{
        padding:10px 20px;
    }


   footer p{
       font-size:12px;
   } 
.work-photo{
   
    width:100%;
  
}

    textarea.form-control,
    input.form-control{
        width:200px;
        text-align:left;
        margin:0 auto;
        font-size:13px;
    }
  


    
}