
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

:root {
  font-size: 16px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #637282;
  overflow-x: hidden;
  font-weight: normal;
  padding-top: 72px;
  -webkit-font-smoothing: antialiased;
}

a {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1B2733;
  font-weight: 600;
}
.navbar-brand {width: 240px}

h2, .h2 {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #00C552;
  padding-bottom: 20px;
}

p {
  font-size: 1rem;
  line-height: 25px;
}

.container {
  max-width: 1100px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.section-spacer {
  padding: 5px;
}


.section-header {
  padding: 30px 10px 30px 10px
}

.btn-secondary {
  background: #2F5BE7;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:visited {
  background-color: #153bb5;
  color: #8af2d3;
}

.btn-link {
  padding: 0;
}

.btn-link .icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:hover .icon {
  margin-left: 15px;
}

.btn-link--primary {
  color: #ffffff;
    background-color: #00c552;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-link--primary:hover {
  color: #ffffff;
    background-color: #00264b;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-link--secondary {
  color: #00c552;
}

.btn-link--secondary:hover {
  color: #00264b;
}

.btn-lg {
  padding: 15px 30px;
}

.btn-cta {
  max-width: 250px;
  width: 100%;
  font-size: 18px;
  padding: 15px 20px;
}

.btn-has-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-has-icon .u-icon {
  text-align: center;
}

.icon-on__left .u-icon {
  margin-right: 10px;
}

/* pill button */
.btn-pills {
  border-radius: 50px;
}

.btn-light {
  background: #fff;
  color: #637282 !important;
}

.feature-card {
  margin-bottom: 30px;
  padding: 25px 20px;
  border-radius: 10px;
  outline: 1px solid #00c552;
}

.feature-card .feature-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}



.feature-title {
  font-size: 18px;
  margin-bottom: 10px;
}


.content-card__body {
  padding: 10px;
}


.custom-menu {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom-menu .nav-item .nav-link {
  padding: 28px 25px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #00c552;
    font-weight: bold;
}

.custom-menu .nav-item .nav-link:hover {
  color: #ffffff;
}

.custom-menu__light {
  background: #fff;
}

.custom-menu__light .nav-link {
  color: #1B2733;
}

.custom-menu__light .navbar-toggler {
  border-color: transparent;
}

.navbar-toggler {
  padding: 0;
  width: 20px;
  height: 15px;
  position: relative;
}

.menu-icon {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}



/*
==========================
Hero
==========================
*/
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  background: #F8F9FB;
  margin-bottom: 30px;
}

.hero-content {
  margin-bottom: 50px;
}

.hero-title__group {
  margin-top: 30px;
}

.hero-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 10px;
}

.hero-title span {
  display: block;
  color: #1B2733;
}

.hero-form .form-control {
  border: 1px solid rgba(47, 91, 231, 0.2);
  padding: 14px;
  border-right: 0 !important;
}

.hero-figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-figure img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


----------------------------------------------------------------*/
/*
====================================================

BACKGROUND COLORS AND SHAPES COLORS

====================================================
*/
.bg-blue {
  background: #2F5BE7 !important;
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6,
.bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5, .bg-blue .h6, .bg-blue p {
  color: #fff;
}

.bg-blue * {
  color: #fff;
}

.bg-blue {
  background: #00c552 !important;
}

.navbar {padding:0px;}
