* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9 !important;
}

.sans {
  font-family: "Open Sans", sans-serif;
}

.bread {
  background-color: #efefef;
}

.blue_color {
  color: #0438a1;
}

.black_color {
  color: #000000 !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-6 {
  font-size: 6px !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.py-100 {
  padding: 100px 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.top-navbar {
  background-color: #372f95;
}

.breadcrumb .text-danger{
  color: #372f95!important;
}

.bread + section{
  min-height: calc(100vh - 443px);
}

.navbar-collapse {
  justify-content: flex-end !important;
}

.copyright{
  background-color: #212529;
}

@media only screen and (max-width: 992px) {
  .py-100 {
    padding: 30px 0px;
  }
  .fs-96 {
    font-size: 46px !important;
  }
}

@media only screen and (max-width: 450px) {
  .py-100 {
    padding: 15px 0px;
  }
  .fs-96 {
    font-size: 36px !important;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color4);
  width: 5px;
}

/* .btn:hover{
  background-color: var(--theme-color2) !important;
  width: 5px;
} */
