body {
}

::selection {
   color: #fff;
   background-color: #553f7a !important;
}
.bg-theme {
   background-color: #c50812 !important;
}
.bg-theme-light {
}
.text-theme {
}
.btn-theme {
   border: 1px #e7e7e7 solid;
   border-radius: 1px;
   margin: 5px 5px 5px 0;
}
.col-padding {
   margin-top: 20px;
}
.h1,
h1 {
   font-size: 1.5rem !important;
}
.h3,
h3 {
   font-size: 1rem !important;
}
.min-font {
   font-size: 0.8rem;
   margin-right: 20px;
   color: #8c8c8c;
}
.navbar-light a.brand-text,
.brand-text {
}
.navbar-light .navbar-nav .nav-link.orange-text {
}
.navbar-light .navbar-nav .nav-link.active {
   font-weight: 700;
}
.navbar-nav a.nav-link {
   white-space: nowrap;
}
.soc-item {
   display: inline-block;
   margin: 0 20px 20px 0;
}
.search-ifsc select.active {
   border: 2px solid #543f79;
}
h2.card-title {
   margin-bottom: 0;
}
.video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
   background: #000 url(/static/img/loader.svg) center center no-repeat;
}
.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.homediv {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  margin-bottom: 20px;
}

.list-item{
 margin: 8px;
}