/* Add animation to "page content" */
.animate-bottom {

  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


@media (max-width: 768px){
  .full-text-container {
      position: relative;        
      z-index: 2;
  }
}


ul.pro_font a{
  font-size: 15px;
}

.col-xs-12.mmm {
    padding: 0 0 0 6px;
}




@media (min-width: 992px){
  .fr{
    float: right !important;
  }
}

@media (min-width: 992px){
  .certificate img{
    float: right ;
  }
}

.dlink{
  background-color: #00aef0;
  padding: 9px 5px;
  color: #fff;
  margin: 10px 0px;
  position: relative;
}

a.dlink:hover{
  color: #fff;
}

.fa-file-pdf-o{
  font-size: 29px;    
    position: relative;
    top: 5px;
}

@media (max-width: 1200px) {
  .vb-lg{
    display: none !important;         
  }       
}

@media (min-width: 1200px) {
  .sss > img{
    height: 57% !important;
    width: 100%;
  }     
}


.about-fadein{
    position: absolute;
    z-index: 150;
    background-color: rgba(55, 55, 55, 0.6);
    top: 7%;
    left: 5%;
    width: 90%;
    height: 87%;
    animation-duration: 1s;
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
.inner-fade{
  position: absolute;
  top: 29%;
  left: 17%;        
}