@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?52602240');
  src: url('../fonts/fontello.eot?52602240#iefix') format('embedded-opentype'),
  url('../fonts/fontello.woff?52602240') format('woff'),
  url('../fonts/fontello.ttf?52602240') format('truetype'),
  url('../fonts/fontello.svg?52602240#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  body {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }
  .justify-center{
    justify-content: center !important;
  }
.footer p{
    font-size: 0.8rem !important;
}  
.oblique{
    height: 100vh!important;
}
.bg-white{
  background-color: #ffff;;
}
.logo{
  width: 10rem;
  position:absolute;
  top:0rem;
  right: 50%;
  transform: translate(50% , -50%);
  -webkit-transform: translate(50% , -50%);
  -moz-transform: translate(50% , -50%);
  -ms-transform: translate(50% , -50%);
  -o-transform: translate(50% , -50%);
}
.my-center{
display: flex;
align-items: center;
justify-content: center;
}
.bg-primary{
  background-color: #1F3777 !important;
}

.border-bottom{
  border-bottom: 1px solid rgb(228, 225, 225) !important;
}
body{
  background-image: url(../img/Hover-1-1@2x.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
tr{
  border-bottom: #1F3777 !important;
}
.card-bg{
  background-image: url(../img/Hover-1-1@2x.png);
  background-size: contain;
}