 body{
  font-family: 'Roboto', sans-serif;
 }
 
 .border-design{
     border-bottom: 1px dotted black;
 }
 
 
  .gradient-footer-company {
    /* fallback for old browsers */
    background:skyblue;
    
  }
  /* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(241, 136, 136); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f37906; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(167, 16, 5); 
}
 
 .text-justify{
  text-align: justify !important;
 }
 .nav-item a{
   font-weight: 600;
   font-size: 16px;
   text-transform: uppercase;
    
 }
 .nav-item a:hover{
   color: red !important;
    
   
}
 