* {
    box-sizing: border-box;
}
/*.row::after {
    content: "";
    clear: both;
    display: block;
}*/
/*[class*="col-"] {
    float: left;
    padding: 15px;
}*/

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .img-hero{display: none;}
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .img-hero{display: block;}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

html {
  scroll-behavior: smooth;
}
html, body{
  max-width: 100%;
  overflow-x: hidden;
}
.collapse{
  float: right;
}
.fa-bars{
  color:#F8F9FA;
}
.fa-check{
  color:#0D6EFD;
}
.btn-blue{
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 195px;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #0D6EFD;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-blue:hover, .btn-blue:focus {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 195px;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #094aab;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-blue-2{
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #0D6EFD;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-blue-2:hover, .btn-blue-2:focus {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #094aab;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-blue-rd{
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  /*min-width: 195px;*/
  padding: 13px 13px;
  border-radius: 100%;
  text-transform: uppercase;
  background: #0D6EFD;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  margin-right: 1rem;
}
.btn-blue-rd .btn-check:hover; .btn-blue-rd:focus{
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  /*min-width: 195px;*/
  padding: 13px 13px;
  border-radius: 100%;
  text-transform: uppercase;
  background: #0D6EFD;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  margin-right: 1rem;
}
.btn-tr-outline{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-color: #0D6EFD;
  background-color: transparent;
  color: #0D6EFD;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-tr-outline:hover, .btn-tr-outline:focus {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #094aab;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-red{
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #DC3545;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-red:hover, .btn-red:focus {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
  padding: 23px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #9e1a27;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.btn-scroll{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 23px;
  border-radius: 10px;
  text-transform: uppercase;
  background: #0D6EFD;
  color: #F8F9FA;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.text-blue{
  color: #F8F9FA;
}
.nav-blue{
  color: #F8F9FA;
}
.nav-blue:hover, .nav-blue:focus {
  color: #0D6EFD;
}
.nav-light{
  color: #F8F9FA;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
}
.float-center{
  float: center;
}
.float-right{
  float: right;
}
#download{
  max-width: 100%;
}


