@charset "utf-8";
/* CSS Document */
.padding-0
{
	margin-left:0;
	margin-right:0;
}
/* =======
Top area
======== */
.top-area {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	margin-top:20px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#006;
	
}

.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.top-area p {
	margin-bottom: 10px;
}
.blue_patti{
	width:100%; background-color:#006; text-align:center;color:#FFF;
}

.blue_patti1{
	width:100%; background-color:#006;  border-radius:10px; margin-top:40px; border-bottom-style:double;color:#FFF; border-color:#06f; height:100px; 
}
.blue_patti2{
	width:100%; background-color:#006; border-radius:10px; margin-top:20px; border-bottom-style:double;color:#FFF;padding:20px; height:auto; 
	
}


.newInfra {
    
    
    margin: 20px 0 30px;
	
}

.nInfra {
 display:block;
 width:100%;
    margin: 0;
    position: relative;
    border: #fff solid 5px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: #aaa 0px 0px 5px;
    -moz-box-shadow: #aaa 0px 0px 5px;
    -webkit-box-shadow: #aaa 0px 0px 5px;
}

    .nInfra img {
        display:block;
     width:100%;
        height: 170px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }

    .nInfra:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

.table-striped>tbody>tr:nth-child(odd){
   background-color:yellow;
}
.table-striped>tbody>tr:nth-child(even){
   background-color:cyan;
}
.nInfra span {
    font: bold 18px calibri, Arial, Helvetica, sans-serif;
    position: absolute;
    padding: 5px;
    left:10px;
    top: 0px;
    text-align:center;
    color: #fff;
    text-shadow: #666 2px 2px 5px, #666 -2px 2px 5px, #666 2px -2px 5px, #666 -2px -2px 5px;
}
.paging {
    border: 1px solid #CCC;
    color: #03F;
    font-weight: 700;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    margin-left: 7px;
    background: rgb(220,220,220);
}
