.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}

.bold {
  font-weight: bold;
}
/* card */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.my-5 {
  margin: 5rem 0 !important;
}
.my-2 {
  margin: 1rem 0 !important;
}
.my-3 {
  margin: 2rem 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.p-2 {
  padding: 2rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.text-light {
  color: #fff;
}

.d-block {
  display: block;
}

.clear {
  clear: both;
}

.my-7 {
  margin: 5rem 0 !important;
}

.mt-6 {
  margin-top: 60%;
}

.top {
  background-color: rgb(9, 131, 231) !important;
}
.bottom {
  background-color: rgb(41, 154, 247) !important;
}

.shadow1 {
  box-shadow: 0px 5px 10px 8px rgba(211 211 211 /50%);
}
.shadow2 {
  box-shadow: 0 5px 10px;
  transition: transform 0.2s ease-in;
}

.shadow2:hover {
  transform: translateY(-5px);
}

.shadow3 {
  box-shadow: 0 5px 10px;
  border: 2px solid lightgray;
  border-radius: 5px;
  padding: 1rem;
}

.top-2 {
  background-color: #cc6f10;
}
.bottom-2 {
  background-color: #fba246;
}

.top-3 {
  background-color: #541678;
}
.bottom-3 {
  background-color: #8608cf;
}
.top-4 {
  background-color: #188fa7;
}
.bottom-4 {
  background-color: #7ebce6;
}

.lead-2 {
  font-size: 16px;
}
.lead-3 {
  font-size: 18px;
}
.r1 {
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem 0.5rem;
  background-color: beige;
  border-radius: 5px;
}

.align-center {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.font-bold {
  font-weight: bold;
}

/* flex-box */
.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}

.flex-50 {
  flex-basis: 50%;
}
.flex-25 {
  flex-basis: 25%;
}

.w-100 {
  width: 100%;
}
.w-80 {
  width: 80%;
}

.card-raised {
  box-shadow: 0px 5px 10px 8px rgba(211 211 211 /50%);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 2rem;
  background-color: #fff;
  border: 1px solid lightgray;
}

.i-container {
  transition: transform 0.2s;
}

.i-container:hover {
  transform: translateY(-5px);
}

.i-container:hover button {
  text-decoration: underline;
}

.d-none {
  display: none;
}

.no-btn {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1.8rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.animation {
  animation: fadeEffect 1.5s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ---Desktop and Mobie buttons--- */
/* @media (min-width: 768px) {
  .d-btn {
    display: block;
  }
  .m-btn {
    display: none;
  }
} */

/* @media (max-width: 767px) {
  .d-btn {
    display: none;
  }
  .m-btn {
    display: block;
  }
} */

.d-inline {
  display: inline-block;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-shadow {
  text-shadow: 2px 2px #969797;
  color: #000 !important;
}

.head-align {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.head-align-1 {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}

.text-stroke {
  -webkit-text-stroke: 0.5px red;
}

.vertical-container {
  display: flex;
  flex-direction: column;
}

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

.blog-table {
  border: 1px solid black;
  width: 100%;
  margin-bottom: 1rem;
}
.blog-table th {
  border: 1px solid black;
  width: 50%;
  height: 5rem;
  text-align: center;
}
.blog-table td {
  border: 1px solid black;
  width: 50%;
  text-align: justify;
  padding: 0.5rem;
}

.job-title {
  margin: 0;
  padding: 5px 0;
}
.job-title:hover {
  cursor: pointer;
}
.job-btn {
  display: none;
  margin: 10px 0;
}
.job-btn:hover {
  display: inline;
}
.job-title:hover + .job-btn {
  display: inline;
  animation: fadeInAnimation ease 0.2s;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
