@import url('https://fonts.googleapis.com/css?family=muli:300i,400,500,700');
body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #666;
  background-color: #fafafa;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #98978b;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
}
h1 {
  margin-bottom: 20px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  font-family: inherit;
}
h3,
.h3 {
  font-size: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  letter-spacing: -0.3px;
  font-family: inherit;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
a,
a:focus,
a:active {
  outline: 0;
}
/* Navbar styles */
.navbar-default {
  background-color: #fff;
  border-color: #3E3F3A;
  box-shadow: 0 7px 15px -7px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(224, 224, 224, 0.3);
}
.navbar-header {
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #E60C5E;
  background-color: transparent;
}
.navbar .nav > li > a { 
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  opacity: 1;
  padding: 0;
  margin: 0 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.navbar {
  min-height: 95px;
}
.navbar-nav {
  float: right;
  margin-top: 40px;
  margin-bottom: 18px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  color: #FFF;
}
.navbar-brand {
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  margin-top: 3px;
}
.navbar {
  border-width: 0px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.border {
  border: 1px solid #eee
}
/* Masthead styles */
#masthead {
  display: block;
  margin-top: 70px;
  background-color: #EEE;
  height: 500px;
  background: url(../img/banner.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center 70px;
  position: relative;
}
#masthead:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#masthead .container {
  position: relative;
  z-index: 100;
}
#masthead h1 {
  font-size: 30px;
  line-height: 1;
  padding-top: 115px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.7px;
}
#masthead p {
  padding-top: 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  margin-top: 0;
  color: #fff;
}
#masthead .well {
  margin-top: 8%;
}
#masthead .cta-button {
  text-align: center;
  display: block;
  margin-top: 50px;
  background-color: transparent;
  border: none;
  width: 200px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
}
#masthead .cta-button a {
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  width: 200px;
  text-transform: uppercase;
  height: 50px;
  border: 2px solid white;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: auto;
  letter-spacing: 1px;
  line-height: 48px;
  color: white;
  background: #E60C5E;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: 0.3s!important;
  -moz-transition: 0.3s!important;
  -ms-transition: 0.3s!important;
  -o-transition: 0.3s!important;
  transition: 0.3s!important;
  text-align: center;
}
#masthead .cta-button a:hover {
  color: #E60C5E;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
  }
  #masthead h1 span {
    color: #fff;
    font-weight: 700;
  }
}
.ContentWrapper h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #E60C5E;
}
/* Left sidebar styles */
.navbar-bright {
  background-color: #111155;
  color: #fff;
}
.affix-top,
.affix {
  position: static;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    margin-top: 90px;
    width: 228px;
  }
  #sidebar.affix {
    position: fixed;
    top: 80px;
    width: 228px;
  }
}
#sidebar .sidebar-heading {
  padding: 10px 15px;
  background-color: #3E3F3A;
  color: #FFF;
  border-right: 1px solid #3E3F3A;
}
#sidebar .sidebar-heading a {
  color: #FFF;
}
#sidebar .sidebar-heading a:hover {
  background-color: #3E3F3A;
  color: #FFF;
}
#sidebar .sidebar-heading.active {
  border: 0px;
  color: #FFF;
  background-color: #3E3F3A;
}
#sidebar .sidebar-heading a:focus {
  background-color: #3E3F3A;
}
#sidebar .sidebar-heading.active a {
  font-weight: 400;
}
#sidebar .sidebar-heading > a {
  padding: 0px;
}
#sidebar .sidebar-heading:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 13px;
  height: 9px;
  background: url('../images/chevron.svg') no-repeat scroll center top transparent;
}
#sidebar li a {
  color: #3E3F3A;
  padding-left: 15px;
  font-size: 13px;
  color: inherit;
  list-style-type: none;
  line-height: 30px;
  padding: 0;
  color: #333;
  font-weight: 600;
}
#sidebar li a:before {
  content: "›";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
}
#sidebar li a:hover {
  color: #E60C5E;
  opacity: 1;
  background: transparent;
  font-weight: 600;
}
#sidebar li.active a {
  font-weight: 700;
  color: #E60C5E;
}
#sidebar li a:focus {
  background-color: transparent;
}
/* Content styles */
#mainContent {
  margin-bottom: 80px;
}
#mainContent img {
  max-width: 100%;
  margin: 15px 0;
}
.bg-warning {
  background-color: #FF851B;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 20px 0;
}
.first-heading-item {
  margin-top: 90px;
}
.footer {
  background-color: #fff;
  padding: 40px 0;
  color: #333;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.05);
}
.footer p {
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.footer a {
  color: #98978B;
}
.footer a:hover {
  color: #FFF;
  text-decoration: none;
}
.ContentWrapper {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 35px;
  margin-top: 90px;
}
.container hr {
  border-top: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.container a {
  color: #E60C5E;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  font-weight: bold;
}
.navbar .nav > li > a.menu-item {
  height: 41px;
  border: 2px solid #333;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  padding: 0 25px;
  margin: -15px 0px 0 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
  float: right;
  line-height: 38px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.navbar .nav > li > a.menu-item:hover {
  background: #E60C5E;
  border: 2px solid #E60C5E;
  color: #fff;
}
.container ul {
  list-style-type: none;
  padding-left: 0;
}
.container a:hover {
  opacity: 0.8;
}
.container strong,
.container b {
  color: #888;
}
#leftCol h5 {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
}
.button-text {
  background-color: #28406d;
  border-color: #28406d;
  color: #fff !important;
  padding: 15px 30px;
  margin: 30px 0;
  display: inline-block;
}
.important {
  padding: 10px;
  border: 1px solid #E60C5E;
  border-left: 5px solid #E60C5E;
}

.d-block {
  display: block;
}
.mt-0{
  margin-top: 0 !important;
}
.mt-5{
  margin-top: 100px !important;
}
.mb-3{
  margin-bottom: 30px !important;
}
.mb-1{
  margin-bottom: 10px;
}
.bg-black-shape{
  background: #333;
  color: #fff;
  padding: 20px 20px;
  border-radius: 6px;
}
.collapse-btn{
  display: block;
  position: relative;
  cursor: pointer;
}
.collapse-btn::after{
  position: absolute;
  content: "";
  display: block;
  left: auto;
  right: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  transition: .3s;
}
.collapse-btn.collapsed::after{
  transform: rotate(45deg);
}