:root {
    --yellow: #feb60a;
    --red: #ff0062;
    --blue: #00dbf9;
    --violet: #da00f7;
}

/*end lib*/

.main-menu{
    float: right;
}

@media (min-width: 992px) {
    .logo-img {
        width: 225px;
    }
}

/*prelaoder*/

 .center2 {
  padding-top: 23%;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* 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 }
}

#myPage {
  display: none;
}

hr.solid {
  border-top: 1px solid #bbb;
  float: left;
  width: 20%;
}

.single-defination h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px
}

.single-defination p {
  font-size: 16px;
  font-weight: 400;
}

.cap-table {
  vertical-align: middle;
  text-align: center;
}

.cap-table thead {
  background-color: #081b5e;
  color: white;
}

.cap-table .col-t-1 {
  background: #00dbf9 !important;
}

.cap-table .col-t-2 {
  background: #0081f9 !important;
  color: white;
}

.cap-table .col-t-3 {
  background: #003af9 !important;
  color: white;
}

.cap-table .table-hover:hover {
  background-color: #da00f7;
}

.icon-abt {
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
  text-align: center;
}