a, a:hover, a:active{color: #212529; }
.width80{
    max-width: 80% !important;
}
.btn_newticket{
  margin: auto;
  padding: 11px 28px;
}

.video-margin{
    text-align:center;
}

.solutions{
    padding: 9px 15px;
    border-radius: 6px;
}

.pdfiles{
    width: 100%;
    height: 150px;
    position: relative;
    bottom: 355px;
    font-size: 20px;
}

.pdfiles .row img{ width: 30%; }
 .certifi{
      width: 45%;
      text-align:center;
 }
 

ul.pagination > li.active a{
  background: #1674c3;
  color: #fff;
}

ul.pagination > li > a{
  color: #000;
  padding: 7px 15px;
}
 
@media (min-width: 576px){
  .width80{
      max-width: 80% !important;
  }
}

@media (max-width: 576px){
  #header #logo img{
      max-height: 100% !important;
  }
  
  .owl-carousel .owl-item img{
    width: 50%;
  }
  
    .pdfiles{
        bottom: 110px;
  }
  
  .content-2{
    bottom: 40% !important;
  }
  
  .certifi{
      width: 45%;
  }
   .pdfiles .row img{ width: 60%; }
   
   .one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten {
       font-size:16px !important;
   }
}
