@media only screen and (min-width: 992px) {

    .jumbotron.main{
        padding-bottom: 48px;
		background: rgba(0, 0, 0, 0) url("../images/pattern.png") repeat-y scroll 0 0;
  
    }

    .top-negative{
        margin-top: -3px;
    }

    .product{
        
        padding:20px 6px;
        margin: 20px 0;
        border-radius: 3px;
        border: 1px solid #ccc;
        border-top: 3px solid #3B9DCA;
        text-align: left;
        overflow: visible;
        transition: border .2s ease-in-out;
        -moz-transition: border .2s ease-in-out;
        -webkit-transition: border .2s ease-in-out;
		
		font-size:15px;
    }
    .product h4{color:#3B9DCA; text-align:center;}
    .navbar{z-index:999999 !important; }
    .product:hover{
        border-color: #3B9DCA;
       
    }

    .product img{
        margin-top: -140px;
        transition: margin .2s ease-in-out;
        -moz-transition: margin .2s ease-in-out;
        -webkit-transition: margin .2s ease-in-out;
    }

    .product:hover img{
        margin-top: -160px;
    }
}

.testimonial{
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.img-link{height:55px !important; width:55px !important; border: 2px solid #fff !important;}
.img-link , .appi-img{
  border-radius: 50% !important;
  -webkit-transition: -webkit-transform .8s ease-in-out !important;
          transition:         transform .8s ease-in-out !important;
}
.img-link:hover, .appi-img:hover {
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
}
.testimonial .cover{
    border-radius: 6px;
    padding: 60px 30px;
    color: #fff;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(101, 192, 233, 0.80);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.testimonial img{
    width: 100%;
}

.testimonial:hover .cover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


.container.certi {
    padding: 10px 0 10px 10px;
    border: 1px solid #ddd;
    margin-bottom:40px;
    margin-top: -20px;
}


@media only screen and (min-width: 992px){
    .jumbotron.main.homepageJumbo{
        padding:9% 0px;
    }
}
.disc-img {
    border-radius: 52%;
    width: 29%;
	opacity:0.8;
}
.appi-img{
    border-radius: 52%;
    width: 29%;
	opacity:0.8;
}
.disc-img:hover , .appi-img:hover{opacity:1;}

.nav > li > a {
    color: #666 !important;
    font-family: sans-serif !important;
    font-weight: bold;
   
}
.col-md-6.skill-left {
    margin: 30px 0;
    padding: 0;
    text-align: left;
}
.col-md-6.skill-right {
    margin: 30px 0;
    padding: 0;
    text-align: right;
}
.col-md-12.skill-center {
    text-align: center;
}