
* {   margin: 0px;   padding: 0px; }

.row {
 margin-right: 0px;
 }
.container{ margin:0;
   width:auto;
  padding-right: 0;
      padding-left: 0; }

.container-fluid{ margin:0;
  margin-top: 100px;
         width:auto;
        padding-right: 0;
            padding-left: 0; }

.pradinis{
    font-size: 20px;
    height: 60px;
}

.menu{
  font-size: 15px;
}
a:hover {
        color: #9EA0A2;
      }
a{
  color: black;
}
.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  /* border-bottom: 5px solid red; */
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  transition: 0.3s;
}


/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  /* border-bottom: 5px solid red; */
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  transition: 0.3s;
}
.tab button:hover {
  /* background-color: red; */
}
.tab button.active {
  /* background-color: #EAECEE; */
  /* border-bottom: 5px solid #F35211; */
  color:red;
}

.path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 20s linear alternate infinite;
  /* animation-iteration-count: 5; */
}

@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
