.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .475rem 1.3rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #616161;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table {
    border: 0px solid #ffffff;
}
.blockquote {font-weight: 500;}
.check-holder {
    margin-bottom: 10px;
}
.red {color:#ed1c24}
.blue {color:#2e3192}
.lightorange {color:#eda722}
.white {color:#ffffff}
.bannerhead {font-weight: 800; color:#ffffff}
h1, h3, h4 {font-weight: 600; color:#ed1c24}
h2 {font-weight: 600;}
body, p {font-weight: 400;}
ul.tracklist {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 10; /* Remove margins */
}
.tracklist{display:-ms-flexbox;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.tracklist li{color: #da612c;font-size:.875rem;padding-right:20px}
.alokagradient{position:absolute;top:0;left:0;right:0;bottom:0; background: linear-gradient(to bottom, rgba(253,160,20,1), rgba(79,1,15,1)); }

.g-mb-15{margin-bottom:30px;}
.media-body{padding-right:60px;}

.sanvito {font-family: sanvito-pro,sans-serif; font-weight: 400; font-style: normal}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ji5a8x');
  src:  url('fonts/icomoon.eot?ji5a8x#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ji5a8x') format('truetype'),
    url('fonts/icomoon.woff?ji5a8x') format('woff'),
    url('fonts/icomoon.svg?ji5a8x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube2:before {
  content: "\ea9e";
}


