@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[General Stylesheet for Portfolio]

Project:	amend
Version:	1.0
Last change:	Initial RELEASED 
Primary use:	Portfolio
-------------------------------------------------------------------*/



/*  ---------------------------------------------------------------
    general style
    --------------------------------------------------------------- */

/* apply a natural box layout model to all elements  - http://www.paulirish.com/2012/box-sizing-border-box-ftw/*/
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

body,html {
    width: 100%;
    min-height: 100%;
}

.wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}


.coz{
    background:url(../images/coginizant1.jpg) no-repeat; display:block; width: 200px; height: 100px;
   
}

.coz:hover{ background:url(../images/coginizant2.jpg) no-repeat;}


.coper{
    background:url(../images/coper.jpg) no-repeat; display:block; width: 200px; height: 100px; 
}

.coper:hover{ background:url(../images/coper2.jpg) no-repeat;}

.gurdian{
    background:url(../images/gurdian2.jpg) no-repeat; display:block; width: 200px; height: 100px; 
}

.gurdian:hover{ background:url(../images/gurdian.jpg) no-repeat;}


.hcl{
    background:url(../images/hcl2.jpg) no-repeat; display:block; width: 200px; height: 100px;
}

.hcl:hover{ background:url(../images/hcl.jpg) no-repeat;}


.jet{
    background:url(../images/jet2.jpg) no-repeat; display:block; width: 200px; height: 100px;
}

.jet:hover{ background:url(../images/jet.jpg) no-repeat;}

.learning{
    background:url(../images/learning2.jpg) no-repeat; display:block; width: 200px; height: 100px;
}

.learning:hover{ background:url(../images/learning.jpg) no-repeat;}


.medstar{
    background:url(../images/medstar2.jpg) no-repeat; display:block; width: 200px; height: 100px;
}

.medstar:hover{ background:url(../images/medstar.jpg) no-repeat;}

.micro{
    background:url(../images/microsoft2.jpg) no-repeat; display:block; width: 200px; height: 100px; border-bottom: 1px solid #ccc;
}

.micro:hover{ background:url(../images/microsoft.jpg) no-repeat;}




.jobs{}

.jobs h6{text-align:center; font-size:16px; margin-top:15px; }
.jobs p{text-align:center; font-size:14px; margin-top:15px; color:rgb(119, 119, 119); line-height:23px; padding:0px 17px; }