@charset "UTF-8";
body {
  margin: 0;
  padding: 0; }

/* Fonts */
/* Colors */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997; }

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block; }

#header #logo h1 a span {
  color: #50d8af; }

#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header {
    padding: 0;
    height: 60px; }
  #header #logo h1 {
    font-size: 34px; }
  #header #logo img {
    max-height: 60px; } }

.is-sticky #header {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  height: 110px; }
  @media (max-width: 991px) {
    .is-sticky #header {
      height: 60px;
      box-shadow: inherit; } }
  .is-sticky #header .nav-menu > li a {
    color: #006738; }

.is-sticky #mobile-nav-toggle i {
  color: #222; }

#header-sticky-wrapper.is-sticky #header .nav-menu > li.menu-active a {
  color: #00a053 !important; }

.sticky-wrapper .sticky__header--logo {
  display: none; }

.sticky-wrapper .nonsticky__header--logo {
  display: block; }

.sticky-wrapper.is-sticky .sticky__header--logo {
  display: block; }

.sticky-wrapper.is-sticky .nonsticky__header--logo {
  display: none; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  left: 100%; }

.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0; }

@media (max-width: 768px) {
  #nav-menu-container {
    display: none; } }

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none; }

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #50d8af; }

.nav-menu > li {
  margin-left: 10px; }

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff; }

.nav-menu ul li {
  transition: 0.3s; }

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none; }

.nav-menu ul li:hover > a {
  color: #50d8af; }

.nav-menu ul ul {
  margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }

#mobile-nav-toggle i {
  color: #000; }

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline; } }

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 107, 53, 0.6);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none; }

#mobile-nav ul li a:hover {
  color: #fff; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af; }

#mobile-nav ul .menu-item-active {
  color: #50d8af; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

.sticky-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99; }

/* Fonts */
/* Colors */
html, body {
  font-family: "Aileron-Regular", sans-serif, arial;
  line-height: 28px;
  color: #444647;
  letter-spacing: 0.25px;
  overflow-x: hidden; }

.text-heroic {
  font-family: "Aileron-Regular", sans-serif, arial;
  font-size: 1.20rem;
  line-height: 24px;
  color: #000;
  line-height: 28px; }

.text-normal {
  font-family: "Aileron-Regular", sans-serif, arial;
  font-size: 1.1rem;
  line-height: 26px;
  color: #5a5656; }

.text-display {
  font-family: "Aileron-Regular", sans-serif, arial;
  font-size: 1.45rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25px; }

.text-size-md {
  font-size: 1.10rem; }

.text-size-lg {
  font-size: 1.25rem; }

.text-italic {
  font-style: italic; }

.text-darken {
  color: #000; }

.text-grey {
  color: rgba(0, 0, 0, 0.6); }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.pos-relative {
  position: relative; }

.p-r-25 {
  padding-right: 25px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-35 {
  margin-top: 35px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-25 {
  margin-bottom: 25px; }

.bread-crumb {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ccc; }
  .bread-crumb li {
    margin: 0;
    padding: 10px 15px 10px 0; }
    .bread-crumb li a {
      font-size: 14px;
      color: #009bd8; }
      .bread-crumb li a.active {
        color: #222;
        cursor: default; }
        .bread-crumb li a.active:hover {
          text-decoration: none; }
      .bread-crumb li a:hover {
        text-decoration: underline; }

.btn-primary {
  background-color: #00a053 !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 1.1rem;
  cursor: pointer; }
  .btn-primary:hover {
    background-color: #007239 !important; }

.btn-with-line {
  padding-left: 60px;
  position: relative; }
  .btn-with-line:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 23px;
    left: 20px; }

.img-responsive {
  max-width: 100%; }

.text-white {
  color: #fff; }

/* Fonts */
/* Colors */
html {
  font-size: 0.95rem; }

@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem; } }

@media (min-width: 576px) {
  html {
    font-size: 0.95rem; } }

.section-title {
  font-family: "Aileron-Bold", sans-serif, arial;
  color: #222; }

/* Fonts */
/* Colors */
@font-face {
  font-family: 'Aileron-Regular';
  src: url("../assets/fonts/aileron-regular/Aileron-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-regular/Aileron-Regular.otf") format("opentype"), url("../assets/fonts/aileron-regular/Aileron-Regular.woff") format("woff"), url("../assets/fonts/aileron-regular/Aileron-Regular.ttf") format("truetype"), url("../assets/fonts/aileron-regular/Aileron-Regular.svg#Aileron-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-Light';
  src: url("../assets/fonts/aileron-light/Aileron-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-light/Aileron-Light.otf") format("opentype"), url("../assets/fonts/aileron-light/Aileron-Light.woff") format("woff"), url("Aileron-Light.ttf") format("truetype"), url("../assets/fonts/aileron-light/Aileron-Light.svg#Aileron-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-Bold';
  src: url("../assets/fonts/aileron-bold/Aileron-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-bold/Aileron-Bold.otf") format("opentype"), url("../assets/fonts/aileron-bold/Aileron-Bold.woff") format("woff"), url("../assets/fonts/aileron-bold/Aileron-Bold.ttf") format("truetype"), url("../assets/fonts/aileron-bold/Aileron-Bold.svg#Aileron-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Icons';
  src: url("../assets/fonts/icons/open-iconic.eot");
  src: url("../assets/fonts/icons/open-iconic.eot?#iconic-sm") format("embedded-opentype"), url("../assets/fonts/icons/open-iconic.woff") format("woff"), url("../assets/fonts/icons/open-iconic.ttf") format("truetype"), url("../assets/fonts/icons/open-iconic.otf") format("opentype"), url("../assets/fonts/icons/open-iconic.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Fonts */
/* Colors */
.navbar {
  background-color: #fff; }
  .navbar .nav-link {
    color: #222;
    font-family: "Aileron-Regular", sans-serif, arial; }

.btn-getintouch {
  position: absolute;
  right: 0px;
  border: solid 1px #009bd8; }
  .btn-getintouch:hover {
    background-color: #009bd8;
    color: #fff; }

@media (min-width: 992px) {
  .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 767px) {
  .navbar .container {
    width: 100%; } }

@media (max-width: 991px) {
  .navbar-brand img {
    margin-left: 60px; } }

.nav-menu {
  margin: 0; }
  .nav-menu a {
    font-family: "Aileron-Regular", sans-serif, arial;
    font-size: 1.10rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase; }

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #00fd84; }

.nav-menu > li {
  margin: 0 50px 0 0; }
  .nav-menu > li:last-child {
    margin: 0; }
  .nav-menu > li a {
    padding: 0; }

.menu_upperstrip {
  border-bottom: solid 1px #ffffff59;
  margin-bottom: 15px;
  padding: 10px 0; }
  .menu_upperstrip ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-end; }
    .menu_upperstrip ul li {
      margin: 0px 35px 0px 0px;
      padding: 0; }
      .menu_upperstrip ul li:last-child {
        margin: 0; }
      .menu_upperstrip ul li a i {
        color: #fff;
        font-size: 18px; }
      .menu_upperstrip ul li a:hover i {
        color: #00fd84; }

.is-sticky .menu_upperstrip {
  border-bottom: solid 1px #666; }
  .is-sticky .menu_upperstrip ul li i {
    color: #222; }
  .is-sticky .menu_upperstrip ul li a i {
    color: #222; }
  .is-sticky .menu_upperstrip ul li a:hover i {
    color: #00a053 !important; }

.is-sticky #header .nav-menu > li a {
  color: #000 !important; }
  .is-sticky #header .nav-menu > li a:hover {
    color: #00a053 !important; }

/* Fonts */
/* Colors */
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch; }

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #131313;
  color: #fff;
  margin-left: -300px;
  transition: all 0.3s;
  z-index: 9999;
  font-family: "Aileron-Light", sans-serif, arial;
  font-size: 1rem;
  padding-top: 4.65%; }

#sidebar.active {
  margin-left: 0px; }

#sidebar .sidebar-header {
  padding: 0;
  background: #000; }

#sidebar ul.components {
  padding: 0;
  border-bottom: 1px solid #222;
  position: fixed;
  width: 300px; }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li {
  border-bottom: solid 1px #222; }
  #sidebar ul li:last-child {
    border-bottom: none; }

#sidebar ul li a {
  padding: 10px;
  font-family: "Aileron-Light", sans-serif, arial;
  font-size: 1rem;
  display: block;
  color: #666; }

#sidebar ul li a:hover {
  color: #fff;
  text-decoration: none; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #009bd8; }

a[data-toggle="collapse"] {
  position: relative; }

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em; }

a[aria-expanded="true"]::before {
  content: '\e260'; }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386D5; }

a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

@media (max-width: 991px) {
  #sidebarCollapse {
    z-index: 9999 !important;
    border: none  !important;
    border-radius: 0px  !important;
    box-shadow: inherit  !important; } }

#sidebarCollapse {
  position: fixed;
  top: 40%;
  z-index: 999;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  outline: none;
  border: solid 5px #009bd8;
  border-left: none;
  box-shadow: -5px 0px 6px 1px #737f8a;
  border-radius: 0px 4px 4px 2px; }
  #sidebarCollapse .fa {
    display: block;
    width: 100%;
    color: #0f90e8;
    font-size: 1.5rem;
    color: #ad0019; }
  #sidebarCollapse .menu-typo {
    font-family: "Aileron-Regular", sans-serif, arial;
    color: #222;
    font-size: 0.9rem;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center; }
  #sidebarCollapse:hover .menu-typo {
    color: #0f90e8; }
  #sidebarCollapse:focus {
    box-shadow: inherit; }

.navbar-btn:hover .fa {
  color: #009bd8 !important; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  padding: 0;
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -300px; }
  #sidebar.active {
    margin-left: 0; }
  #sidebarCollapse span {
    display: none; }
  #sidebarCollapse {
    position: fixed;
    top: 4px; } }

/* Fonts */
/* Colors */
.carousel {
  height: 70vh;
  background: #18d677;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18d677 0%, #005638 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #18d677 0%, #005638 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #18d677 0%, #005638 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d677', endColorstr='#005638',GradientType=0 );
  /* IE6-9 */ }
  .carousel .carousel-indicators {
    right: inherit;
    left: 0px;
    margin: 0;
    position: absolute;
    justify-content: left;
    bottom: 55px;
    padding: 0 15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    justify-content: center; }
    .carousel .carousel-indicators li {
      min-width: 30px;
      margin-right: 15px;
      height: 4px;
      border-radius: 4px; }
  .carousel .carousel__bgcolor--shade {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #18d677;
    /* Old browsers */
    background: -moz-linear-gradient(top, #18d677 0%, #005638 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #18d677 0%, #005638 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #18d677 0%, #005638 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d677', endColorstr='#005638',GradientType=0 );
    /* IE6-9 */ }

.carousel-item {
  height: 70vh;
  min-height: 300px; }

.carousel-item-1 {
  background-image: url("../assets/hero-slider-img-01.png");
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 991px) {
    .carousel-item-1 {
      background-position: 0;
      background-attachment: inherit;
      background-size: cover; } }

.carousel-item-2 {
  background-image: url("../assets/hero-slider-img-02.png");
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 991px) {
    .carousel-item-2 {
      background-position: 0;
      background-attachment: inherit;
      background-size: cover; } }

.carousel-item-3 {
  background-image: url("../assets/hero-slider-img-03.png");
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 991px) {
    .carousel-item-3 {
      background-position: 0;
      background-attachment: inherit;
      background-size: cover; } }

.slider-content {
  display: flex;
  flex-direction: column; }
  .slider-content h1 {
    font-family: "Aileron-Bold", sans-serif, arial;
    color: #fff;
    text-shadow: 0px 2px 4px #004c28;
    font-size: 4rem;
    margin-top: 250px;
    letter-spacing: -0.6px; }
    .slider-content h1 span {
      font-family: "Aileron-Regular", sans-serif, arial;
      color: #fff;
      font-size: 2.5rem;
      display: block;
      margin-top: 10px; }
  .slider-content p {
    font-family: "Aileron-Light", sans-serif, arial;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 34px; }

.notous-whatwedo-ctnr {
  border-top: solid 1px #fff;
  margin: 0;
  padding: 25px 0; }
  .notous-whatwedo-ctnr ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0; }
    .notous-whatwedo-ctnr ul li {
      list-style: none;
      margin: 0;
      padding: 0 35px 0 0;
      font-family: "Aileron-Regular", sans-serif, arial;
      font-size: 1.15rem;
      color: #fff;
      display: flex;
      flex-direction: row; }
      .notous-whatwedo-ctnr ul li a {
        color: rgba(255, 255, 255, 0.811765);
        letter-spacing: 0.5px;
        padding-left: 10px;
        line-height: 20px;
        font-family: "Aileron-Regular", sans-serif, arial;
        font-size: 1rem; }
        .notous-whatwedo-ctnr ul li a:hover {
          text-decoration: none;
          color: white; }
      .notous-whatwedo-ctnr ul li:last-child {
        padding: 0; }
        .notous-whatwedo-ctnr ul li:last-child a {
          line-height: 36px; }
    .notous-whatwedo-ctnr ul li.first-item {
      padding: 0;
      margin-right: 50px; }
      .notous-whatwedo-ctnr ul li.first-item .title-type {
        text-align: left;
        font-family: "Aileron-Bold", sans-serif, arial;
        color: #fff;
        font-size: 1.65rem; }

.feature-icon {
  width: 65px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,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"); }

.feature-one .feature-icon {
  background-position: 0px 0px; }

.feature-two .feature-icon {
  background-position: 0px -59px;
  width: 43px; }

.feature-three .feature-icon {
  background-position: 0px -123px;
  width: 50px; }

.feature-four .feature-icon {
  background-position: 0px -195px;
  width: 55px; }

.feature-five .feature-icon {
  background-position: 0px -272px;
  width: 40px; }

/* Mobile responsive adjustments */
@media (max-width: 767px) {
  .carousel-item-1 .container {
    background: none;
    padding: 0; }
  .carousel-item-2 .container {
    background: none;
    padding: 0; }
  .carousel-item {
    height: 58vh;
    min-height: 200px; }
  .slider-content {
    margin-top: 100px; }
    .slider-content h1 {
      font-size: 1.5rem;
      margin-top: 20px;
      text-shadow: 0px 1px 1px #00447d; }
    .slider-content p {
      font-size: 1rem;
      line-height: 26px;
      display: none; }
  .carousel {
    height: 58vh; }
    .carousel .carousel-indicators {
      bottom: 25px;
      left: 0px; }
    .carousel .carousel-control-next {
      display: none; }
    .carousel .slider-content h1 {
      margin-top: 40px; }
  .notous-whatwedo-ctnr {
    padding: 15px 0; }
    .notous-whatwedo-ctnr ul {
      flex-direction: column; }
      .notous-whatwedo-ctnr ul li.first-item {
        margin: 0; }
        .notous-whatwedo-ctnr ul li.first-item .title-type {
          font-size: 1.5rem;
          margin: 0 0 15px 0; }
          .notous-whatwedo-ctnr ul li.first-item .title-type br {
            display: none; }
      .notous-whatwedo-ctnr ul li {
        margin-bottom: 15px; }
        .notous-whatwedo-ctnr ul li .feature-icon {
          height: 40px;
          width: 65px; }
        .notous-whatwedo-ctnr ul li.feature-five .feature-icon {
          background-position: 22px -272px; }
        .notous-whatwedo-ctnr ul li.feature-four .feature-icon {
          background-position: 10px -195px; }
        .notous-whatwedo-ctnr ul li.feature-three .feature-icon {
          background-position: 13px -123px; }
        .notous-whatwedo-ctnr ul li.feature-two .feature-icon {
          background-position: 20px -59px; }
        .notous-whatwedo-ctnr ul li a {
          line-height: 40px;
          padding-left: 25px; }
          .notous-whatwedo-ctnr ul li a br {
            display: none; } }

@media (max-width: 991px) {
  .carousel-control-prev, .carousel-control-next {
    display: none; } }

/* Mobile responsive adjustments */
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-item .container {
    background-position: 90% bottom;
    background-size: 60%; }
  .carousel .carousel-item {
    height: 40vh; }
  .carousel .slider-content h1 {
    margin-top: 60px;
    font-size: 3rem; }
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: none; }
  .notous-whatwedo-ctnr {
    padding: 15px 0; }
    .notous-whatwedo-ctnr ul {
      display: block;
      width: 100%; }
      .notous-whatwedo-ctnr ul li.first-item {
        margin: 0;
        width: 100%; }
        .notous-whatwedo-ctnr ul li.first-item .title-type {
          font-size: 1.5rem;
          margin: 0 0 15px 0; }
          .notous-whatwedo-ctnr ul li.first-item .title-type br {
            display: none; }
      .notous-whatwedo-ctnr ul li {
        margin-bottom: 15px;
        width: 48.55%;
        float: left;
        padding: 0;
        float: left; }
        .notous-whatwedo-ctnr ul li .feature-icon {
          height: 40px;
          width: 65px; }
        .notous-whatwedo-ctnr ul li.feature-five .feature-icon {
          background-position: 22px -272px; }
        .notous-whatwedo-ctnr ul li.feature-four .feature-icon {
          background-position: 10px -195px; }
        .notous-whatwedo-ctnr ul li.feature-three .feature-icon {
          background-position: 13px -123px; }
        .notous-whatwedo-ctnr ul li.feature-two .feature-icon {
          background-position: 20px -59px; }
        .notous-whatwedo-ctnr ul li a {
          line-height: 40px;
          padding-left: 25px; }
          .notous-whatwedo-ctnr ul li a br {
            display: none; } }

/* Tablet responsive adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-item .container {
    background-position: 90% bottom;
    background-size: 60%; }
  .carousel {
    height: 50vh; }
    .carousel .carousel-item {
      height: 50vh; }
    .carousel .slider-content h1 {
      margin-top: 130px;
      font-size: 3rem; }
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
      display: none; }
  .notous-whatwedo-ctnr {
    padding: 15px 0; }
    .notous-whatwedo-ctnr ul {
      display: block;
      width: 100%; }
      .notous-whatwedo-ctnr ul li.first-item {
        margin: 0;
        width: 100%; }
        .notous-whatwedo-ctnr ul li.first-item .title-type {
          font-size: 1.5rem;
          margin: 0 0 15px 0; }
          .notous-whatwedo-ctnr ul li.first-item .title-type br {
            display: none; }
      .notous-whatwedo-ctnr ul li {
        margin-bottom: 15px;
        width: 48.55%;
        float: left;
        padding: 0;
        float: left; }
        .notous-whatwedo-ctnr ul li .feature-icon {
          height: 40px;
          width: 65px; }
        .notous-whatwedo-ctnr ul li.feature-five .feature-icon {
          background-position: 22px -272px; }
        .notous-whatwedo-ctnr ul li.feature-four .feature-icon {
          background-position: 10px -195px; }
        .notous-whatwedo-ctnr ul li.feature-three .feature-icon {
          background-position: 13px -123px; }
        .notous-whatwedo-ctnr ul li.feature-two .feature-icon {
          background-position: 20px -59px; }
        .notous-whatwedo-ctnr ul li a {
          line-height: 40px;
          padding-left: 25px; }
          .notous-whatwedo-ctnr ul li a br {
            display: none; } }

.learnmore {
  display: block;
  clear: both; }
  .learnmore .btn-primary {
    background-color: #00a053;
    margin-top: 15px;
    outline: none;
    border: none;
    font-family: "Aileron-Regular", sans-serif, arial;
    font-size: 16px; }
    .learnmore .btn-primary:hover {
      background-color: #06c163 !important; }

.carousel-control-prev, .carousel-control-next {
  z-index: 999; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slider-content {
    display: block; } }

/* Fonts */
/* Colors */
/* ===============================
   Home About Section 
==================================*/
.home__about--sec {
  padding: 0px 0px 50px 0;
  position: relative;
  border-bottom: solid 1px #ddd;
  /* Mobile responsive adjustments */ }
  .home__about--sec:before {
    content: "";
    width: 50%;
    background-color: #dfe6e8;
    height: 100%;
    position: absolute; }
    @media (max-width: 991px) {
      .home__about--sec:before {
        display: none; } }
  .home__about--sec .p-r-25 {
    padding-right: 25px; }
  @media (max-width: 991px) {
    .home__about--sec {
      padding: 0; } }

.strengths-mptp {
  margin-top: 15px;
  color: #666; }
  .strengths-mptp:before {
    height: 1px;
    background-color: #666;
    width: 40px;
    content: "";
    display: inline-block;
    position: relative;
    top: -5px; }
  .strengths-mptp strong {
    color: #222; }

.section-title {
  font-family: "Aileron-Bold", sans-serif, arial;
  color: #222;
  margin-top: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .section-title {
      margin-top: 15px;
      font-size: 1.5rem; } }
  .section-title.m-t-20 {
    margin-top: 20px; }
  .section-title.withline:after {
    content: "";
    width: 75px;
    height: 3px;
    background-color: #00a053;
    position: absolute;
    top: 16px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .section-title.withline:after {
        width: 40px; } }

.ourstrengths {
  padding: 0 0 0 20px;
  width: 100%; }
  .ourstrengths .strengths-list {
    padding: 40px 0 0 0px;
    width: 100%; }
    @media (max-width: 991px) {
      .ourstrengths .strengths-list {
        padding: 0; } }
    .ourstrengths .strengths-list .strengths-row {
      display: flex;
      flex-flow: row;
      width: 100%;
      border-bottom: solid 1px #838789;
      padding: 25px 0;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .ourstrengths .strengths-list .strengths-row {
          flex-flow: column; }
          .ourstrengths .strengths-list .strengths-row .col-sm-6 {
            margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ourstrengths .strengths-list .strengths-row {
    flex-flow: row; }
    .ourstrengths .strengths-list .strengths-row .col-sm-6 {
      margin-bottom: 10px; } }
      .ourstrengths .strengths-list .strengths-row .strengths-title {
        font-size: 1.65rem;
        font-family: "Aileron-Bold", sans-serif, arial;
        color: #00a053;
        margin: 0px 0 0 15px;
        padding: 0; }
        @media (max-width: 991px) {
          .ourstrengths .strengths-list .strengths-row .strengths-title {
            font-size: 1.35rem; } }
        .ourstrengths .strengths-list .strengths-row .strengths-title span {
          font-family: "Aileron-Light", sans-serif, arial;
          color: #000;
          font-size: 1.35rem; }
      .ourstrengths .strengths-list .strengths-row:last-child {
        border: none; }

.home__what-we-offer {
  width: 100%;
  display: flex;
  background-color: #fff; }
  .home__what-we-offer .Offerings__list--items {
    margin: 25px 0 50px 0; }
    .home__what-we-offer .Offerings__list--items ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row;
      flex-wrap: wrap; }
      .home__what-we-offer .Offerings__list--items ul li {
        margin: 0;
        padding: 0;
        height: 300px;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff; }
        .home__what-we-offer .Offerings__list--items ul li a.offerings--item {
          width: 100%;
          height: 100%;
          background-color: #00a053;
          font-family: "Aileron-Bold", sans-serif, arial;
          color: #fff;
          font-size: 1.5rem;
          display: flex;
          padding: 15px;
          flex-flow: column;
          text-align: center;
          justify-content: center;
          position: relative;
          overflow: hidden; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item img {
            outline: none;
            border: none;
            margin-bottom: 15px;
            position: relative;
            z-index: 2; }
            .home__what-we-offer .Offerings__list--items ul li a.offerings--item img.offerings__icon {
              width: 110px;
              height: 110px;
              margin: 0px auto; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .offerings--title {
            line-height: 28px;
            margin: 0;
            position: relative;
            z-index: 2;
            font-family: "Aileron-Bold", sans-serif, arial; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .hovered-img {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            left: 0px;
            top: 0px; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .hover-bg {
            transition: opacity .8s ease-out;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            left: 0px;
            top: 0px;
            background-color: rgba(0, 0, 0, 0.760784);
            z-index: 99; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item:hover .hovered-img {
            opacity: 1; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item:hover .hover-bg {
            opacity: 1; }

.vision_mission--content {
  background-color: #404347;
  padding: 0px 0px 0px 50px !important; }
  .vision_mission--content .sec-ctnt {
    width: 100%;
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
    padding-left: 55px; }
    .vision_mission--content .sec-ctnt img {
      margin-right: 15px; }
    .vision_mission--content .sec-ctnt p {
      font-size: 1.15rem;
      font-family: "Aileron-Light", sans-serif, arial;
      color: #ccd2db;
      margin: 0;
      padding: 0;
      letter-spacing: 1px; }
    .vision_mission--content .sec-ctnt .hrz-line {
      width: 25px;
      height: 2px;
      margin: 0;
      background-color: #00a053;
      position: absolute;
      left: 0px;
      top: 15px; }
  .vision_mission--content .vm-sec {
    padding: 25px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .vision_mission--content .vm-sec {
    flex: 0 0 100%;
    max-width: 100%; } }
  .vision_mission--content .vm__sec-seperator {
    padding: 0;
    margin: 30px 0;
    height: 1px;
    background-color: #666;
    width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .vision__mission img {
    display: none; } }

.line-sprtr {
  height: 5px;
  width: 100px;
  background-color: #00a053;
  margin: 20px 0; }

/* ===============================
   Project Highlights Section 
==================================*/
.home__project--hilights {
  background-color: #009bd8;
  padding: 30px 0; }
  .home__project--hilights .count-type {
    font-family: "Aileron-Bold", sans-serif, arial; }
  .home__project--hilights p {
    color: #44e9ff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9rem; }
  @media (max-width: 767px) {
    .home__project--hilights {
      padding: 30px 0 5px; }
      .home__project--hilights .count-type {
        font-size: 1.5rem; }
      .home__project--hilights .hilight-count {
        margin-bottom: 10px; } }

/* ===============================
   Project Highlights Section 
==================================*/
.home__clients--list {
  background-color: #dfe6e8;
  padding: 0 0 30px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }
  .home__clients--list .client-img {
    width: 17.5%;
    display: inline-block;
    margin: 10px;
    border: solid 1px #fff; }
    @media (max-width: 991px) {
      .home__clients--list .client-img {
        width: 29.5%; } }
    @media (max-width: 767px) {
      .home__clients--list .client-img {
        width: 41.5%; } }
    .home__clients--list .client-img:hover {
      border: solid 1px #00a053; }
  @media (max-width: 767px) {
    .home__clients--list {
      padding: 30px 0 5px; }
      .home__clients--list .count-type {
        font-size: 1.5rem; }
      .home__clients--list .hilight-count {
        margin-bottom: 10px; } }

/* ===============================
   What Clients Say Section 
==================================*/
.home__clientssay--sec {
  padding: 30px 0;
  background-color: #fff; }
  .home__clientssay--sec .section-title {
    font-family: "Aileron-Bold", sans-serif, arial;
    color: #222; }
    .home__clientssay--sec .section-title.m-t-20 {
      margin-top: 20px; }
  .home__clientssay--sec .quote-icon {
    margin: 15px auto;
    display: block; }
  .home__clientssay--sec .carousel {
    background: #fff;
    height: 22vh;
    margin: 0;
    padding-bottom: 40px;
    overflow: hidden; }
    .home__clientssay--sec .carousel .carousel-item {
      min-height: 110px;
      background: #fff; }
      .home__clientssay--sec .carousel .carousel-item p {
        color: #6d6d6d;
        font-family: "Aileron-Light", sans-serif, arial;
        font-size: 16px; }
      .home__clientssay--sec .carousel .carousel-item break {
        display: inline-block; }
      .home__clientssay--sec .carousel .carousel-item .testimonial-name {
        font-display: "Aileron-Regular", sans-serif, arial;
        font-weight: bold;
        font-size: 1rem;
        color: #222;
        text-align: center;
        margin: 20px 0 0 0; }
      .home__clientssay--sec .carousel .carousel-item .testimonial-company {
        font-display: "Aileron-Regular", sans-serif, arial;
        font-weight: normal;
        font-size: 0.9rem;
        color: #222;
        text-align: center; }
    .home__clientssay--sec .carousel .carousel-indicators {
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      bottom: 35px;
      justify-content: center; }
      .home__clientssay--sec .carousel .carousel-indicators li {
        background-color: #00a053;
        margin-right: 15px; }
        .home__clientssay--sec .carousel .carousel-indicators li.active {
          background-color: #004926; }
    .home__clientssay--sec .carousel.testimonal-indicators .carousel-item img {
      width: 65px;
      height: 65px; }
  @media (max-width: 767px) {
    .home__clientssay--sec {
      padding: 0; } }

.list-styled {
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: -1px 1px 3px #c3c3c3; }
  .list-styled li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
    padding: 5px 0; }
    .list-styled li.w-100 {
      flex: 0 0 100%;
      max-width: 100%; }
    .list-styled li a {
      color: #525252;
      display: inline-flex;
      line-height: 19px; }
      .list-styled li a i {
        color: #00a053;
        margin-right: 5px; }
      .list-styled li a:hover {
        color: #00a053; }
    .list-styled li:last-child {
      border: none;
      padding-bottom: 0px; }
    @media (max-width: 991px) {
      .list-styled li {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 991px) {
    .list-styled {
      flex-flow: column; } }

.vm-title {
  color: #00a053;
  font-family: "Aileron-Bold", sans-serif, arial;
  margin-bottom: 25px; }

/* Fonts */
/* Colors */
footer {
  margin: 0;
  padding: 0; }
  footer .footer-navigations {
    padding: 35px;
    background-color: #fff;
    border-top: solid 1px #ccc; }
    @media (max-width: 991px) {
      footer .footer-navigations .col-sm-12.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important; }
      footer .footer-navigations .footer__about--sec img {
        max-width: 90%; } }
  footer .footer-title {
    font-family: "Aileron-Bold", sans-serif, arial;
    color: #222;
    margin: 0 0 15px 0; }
  footer .footer-nav-links {
    margin-top: 20px; }
    footer .footer-nav-links ul {
      list-style: none;
      font-family: "Aileron-Light", sans-serif, arial;
      font-size: 1rem;
      color: #fff;
      margin: 0 35px 0 0;
      padding: 0; }
      footer .footer-nav-links ul li {
        color: #fff;
        margin: 0 0 10px 0;
        padding: 0; }
        footer .footer-nav-links ul li a {
          color: #222;
          font-weight: normal;
          letter-spacing: 0.50px; }
          footer .footer-nav-links ul li a:hover {
            text-decoration: underline; }
  footer p {
    font-family: "Aileron-Light", sans-serif, arial; }
  footer .heading__with--line {
    position: relative;
    font-family: "Aileron-Bold", sans-serif, arial;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #006738;
    margin: 0;
    padding: 0; }
    footer .heading__with--line:before {
      content: "";
      position: absolute;
      background-color: #006738;
      width: 25px;
      height: 2px;
      bottom: -10px; }
  footer .social-opts {
    width: 100%;
    display: flex;
    flex-flow: row;
    margin: 25px 0; }
    footer .social-opts a i {
      font-size: 1.5rem;
      color: #222;
      margin-right: 25px; }
    footer .social-opts a:hover i {
      color: #006738; }
  footer .footer-copyrights {
    padding: 35px;
    background-color: #006738; }
    footer .footer-copyrights .copyrights {
      font-family: "Aileron-Light", sans-serif, arial;
      color: #fff;
      text-align: center;
      margin: 0;
      letter-spacing: 0.5px; }
  footer .getintouch-ctnt {
    margin-top: 20px; }
    footer .getintouch-ctnt .emails {
      margin: 0; }
      footer .getintouch-ctnt .emails a {
        color: #00a053 !important; }
        footer .getintouch-ctnt .emails a:hover {
          color: #222 !important; }
  @media (max-width: 767px) {
    footer .footer-title {
      font-size: 1.5rem; }
    footer .footer-nav-links {
      margin-bottom: 15px; }
      footer .footer-nav-links ul li {
        margin-bottom: 5px; }
    footer .footer-navigations {
      padding: 15px 0; }
    footer .footer-copyrights {
      padding: 15px; } }

.oi {
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Fonts */
/* Colors */
.socialnavs__rightside--position {
  background-color: #fff;
  position: fixed;
  right: -1px;
  top: 40%;
  border: solid 1px #009bd8;
  z-index: 99;
  box-shadow: 1px 1px 1px #222; }
  .socialnavs__rightside--position ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .socialnavs__rightside--position ul li {
      display: flex;
      flex-direction: column;
      padding: 0; }
      .socialnavs__rightside--position ul li:first-child {
        width: 100%;
        background-color: #009bd8; }
        .socialnavs__rightside--position ul li:first-child:hover {
          background-color: #ad0019; }
          .socialnavs__rightside--position ul li:first-child:hover a {
            color: #fff; }
            .socialnavs__rightside--position ul li:first-child:hover a i {
              color: #fff; }
        .socialnavs__rightside--position ul li:first-child a {
          text-align: center;
          border: none;
          cursor: pointer; }
          .socialnavs__rightside--position ul li:first-child a:hover {
            color: #fff;
            text-decoration: underline; }
          .socialnavs__rightside--position ul li:first-child a i {
            color: #fff; }
      .socialnavs__rightside--position ul li span {
        text-align: center;
        font-size: 0.9rem;
        color: #666;
        padding: 5px;
        display: block; }
      .socialnavs__rightside--position ul li a {
        margin: 0px auto;
        border-bottom: solid 1px #ddd;
        width: 100%;
        text-align: center;
        padding: 10px 15px; }
        .socialnavs__rightside--position ul li a img {
          width: 36px;
          height: 36px;
          border: none; }
        .socialnavs__rightside--position ul li a i {
          font-size: 1.25rem !important;
          color: #009bd8; }
        .socialnavs__rightside--position ul li a:hover i {
          color: #ad0019; }

/* Fonts */
/* Colors */
.bg-greyed-section {
  background-color: #dfe6e8;
  padding: 25px 0; }
  @media (max-width: 767px) {
    .bg-greyed-section {
      padding: 15px 0; } }

.sec-img-rt {
  margin-right: 40px; }

.section-plain {
  padding: 40px 0;
  background-color: #fff; }

@media (max-width: 767px) {
  .sec-about .float-right.p-r-25 {
    padding: 0 !important; } }

.page__heroic--sec {
  background-color: #00a053;
  padding: 15px;
  margin-top: 0px;
  height: 200px; }

@media (min-width: 768px) and (max-width: 991px) {
  .page__heroic--sec {
    height: 65px; } }
  @media (max-width: 767px) {
    .page__heroic--sec {
      height: 115px; } }
  .page__heroic--sec.sec__bgimg-one {
    background: url("../assets/page-1.png") no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .page__heroic--sec.sec__bgimg-two {
    background: url("../assets/page-2.png") no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .page__heroic--sec.sec__bgimg-three {
    background: url("../assets/contactus-page-banner.png") no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .page__heroic--sec.sec__bgimg-four {
    background: url("../assets/services-page-banner.png") no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .page__heroic--sec.sec__bgimg-five {
    background: url("../assets/clients-page-banner.png") no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .page__heroic--sec .page__heroic--title {
    font-family: "Aileron-Bold", sans-serif, arial;
    color: #fff;
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 1.5rem; }
  .page__heroic--sec .page__heroic--subtitle {
    font-family: "Aileron-Light", sans-serif, arial;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.15rem; }
    @media (max-width: 767px) {
      .page__heroic--sec .page__heroic--subtitle {
        display: none; } }
  .page__heroic--sec .transparent {
    opacity: 0.9; }

.page-section {
  padding: 15px 0; }

.leader__board--sec {
  border-top: solid 1px #ccc;
  padding: 25px 0; }
  @media (max-width: 767px) {
    .leader__board--sec {
      padding: 15px 0; } }
  .leader__board--sec .leader-box {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 767px) {
      .leader__board--sec .leader-box {
        padding: 15px 0; } }
    .leader__board--sec .leader-box .header {
      display: flex;
      flex-flow: row;
      width: 100%; }
      @media (max-width: 767px) {
        .leader__board--sec .leader-box .header {
          flex-flow: column; } }
      .leader__board--sec .leader-box .header .leader__pic {
        width: 249px;
        height: 249px;
        border: solid 1px #ccc;
        background: #fff;
        padding: 10px;
        box-shadow: 1px 1px 1px #ddd; }
        @media (max-width: 767px) {
          .leader__board--sec .leader-box .header .leader__pic {
            width: 160px;
            height: 160px;
            margin: 0px auto; } }
        .leader__board--sec .leader-box .header .leader__pic img {
          max-width: 100%; }
      .leader__board--sec .leader-box .header .leader__info {
        display: flex;
        flex-flow: column;
        margin-left: 25px;
        width: 70%; }
        @media (max-width: 767px) {
          .leader__board--sec .leader-box .header .leader__info {
            margin: 0;
            width: 100%;
            text-align: center; } }
        .leader__board--sec .leader-box .header .leader__info .leader__title {
          margin: 15px 0 10px 0;
          padding: 0;
          font-family: "Aileron-Bold", sans-serif, arial;
          font-size: 2.5rem;
          color: #000; }
          @media (max-width: 991px) {
            .leader__board--sec .leader-box .header .leader__info .leader__title {
              font-size: 2rem; } }
          @media (max-width: 767px) {
            .leader__board--sec .leader-box .header .leader__info .leader__title {
              font-size: 1.25rem; } }
        .leader__board--sec .leader-box .header .leader__info .leader__designation {
          margin: 0 0 10px 0;
          padding: 0;
          font-family: "Aileron-Light", sans-serif, arial;
          font-size: 1.25rem;
          color: #222; }
          @media (max-width: 767px) {
            .leader__board--sec .leader-box .header .leader__info .leader__designation {
              font-size: 1rem; } }
        .leader__board--sec .leader-box .header .leader__info .leader__prof {
          margin: 0 0;
          padding: 0;
          font-family: "Aileron-Light", sans-serif, arial;
          font-size: 1.10rem;
          color: #666; }
          @media (max-width: 767px) {
            .leader__board--sec .leader-box .header .leader__info .leader__prof {
              font-size: 0.9rem; } }
        .leader__board--sec .leader-box .header .leader__info .sprtr {
          height: 1px;
          background-color: #ccc;
          width: 100%;
          margin: 15px 0;
          display: block; }
        .leader__board--sec .leader-box .header .leader__info .follow__leader a {
          text-decoration: none;
          margin-right: 20px;
          border-right: solid 1px #ccc;
          padding-right: 20px; }
          .leader__board--sec .leader-box .header .leader__info .follow__leader a .fa {
            color: #838382;
            font-size: 18px; }
          .leader__board--sec .leader-box .header .leader__info .follow__leader a span {
            color: #666;
            font-size: 12px; }
          .leader__board--sec .leader-box .header .leader__info .follow__leader a:last-child {
            border: none; }
          .leader__board--sec .leader-box .header .leader__info .follow__leader a:hover .fa {
            color: #00a053; }
    .leader__board--sec .leader-box .leader__content {
      padding: 25px 0; }
      @media (max-width: 767px) {
        .leader__board--sec .leader-box .leader__content {
          padding: 15px; } }

.section__features--cards {
  justify-content: space-around;
  flex-wrap: wrap; }
  .section__features--cards .card {
    width: 100%;
    margin: 0px 0px 15px 0;
    border: none;
    border-bottom: solid 1px #ddd;
    border-radius: 0px; }
    .section__features--cards .card:last-child {
      margin: 0; }
    .section__features--cards .card .card-body {
      padding: 10px; }
    .section__features--cards .card .card-text {
      color: #464c50;
      line-height: 22px;
      font-family: "Aileron-Light", sans-serif, arial; }
    .section__features--cards .card .section-title {
      margin: 0;
      font-family: "Aileron-Bold", sans-serif, arial;
      font-size: 2.35rem;
      color: #fff;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 75px;
      text-shadow: 1px 1px 1px #0258c1; }
    .section__features--cards .card .img__overlay--layer {
      background-color: #009bd8;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      opacity: 0.75; }

.section__services {
  padding: 15px; }

.services_item .services__row {
  padding: 50px 0;
  border-bottom: solid 1px #ddd; }
  .services_item .services__row .section-title {
    margin: 0px 0px 15px 15px; }
  .services_item .services__row ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0; }
    .services_item .services__row ul li {
      margin: 0 0 15px 0;
      padding: 0;
      width: 100%;
      font-size: 1.1rem;
      display: flex;
      flex-flow: row; }
      .services_item .services__row ul li .fa {
        color: #00a053;
        margin-right: 15px;
        margin-top: 7px; }
      .services_item .services__row ul li span {
        display: flex; }
  @media (max-width: 991px) {
    .services_item .services__row img {
      display: none; } }
  @media (max-width: 991px) {
    .services_item .services__row {
      padding: 15px 0; }
      .services_item .services__row .section-title {
        font-size: 1.5rem; } }

.clients__list--ctnr {
  width: 100%; }

.clients-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 991px) {
    .clients-list {
      margin: 15px 0 0 0; } }
  .clients-list li {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0px;
    background: #fff;
    margin-bottom: 30px;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 5px;
    width: 48%; }
    @media (max-width: 767px) {
      .clients-list li {
        flex: 0 0 100%;
        max-width: 100%; } }
    .clients-list li .client__info {
      padding-left: 0; }
      .clients-list li .client__info h4 {
        text-decoration: none;
        color: #000;
        font-family: "Aileron-Bold", sans-serif, arial;
        font-size: 1.5rem; }
        @media (max-width: 767px) {
          .clients-list li .client__info h4 {
            font-size: 1.15rem; } }
      .clients-list li .client__info p {
        margin: 0;
        padding: 0;
        color: #666;
        font-family: "Aileron-Light", sans-serif, arial;
        font-size: 1rem;
        line-height: 20px; }
      .clients-list li .client__info a:hover h4 {
        text-decoration: underline; }
    @media (max-width: 991px) {
      .clients-list li {
        padding: 15px 0; }
        .clients-list li img {
          max-width: 50%; } }

.service--type {
  display: flex;
  flex-direction: column; }
  .service--type .img-icon {
    padding: 0; }
  .service--type .service-textual {
    padding: 0; }
  .service--type .section-title {
    font-family: "Aileron-Bold", sans-serif, arial; }

@media (min-width: 576px) {
  #gmap_canvas, #gmap_canvas_01 {
    width: 100% !important; }
  .page__heroic--sec {
    padding: 50px 15px !important; } }

@media (max-width: 991px) {
  .section__features--cards .card {
    width: 45.99% !important; }
  .service-textual {
    padding: 15px !important; }
  .contact__information {
    margin: 0 16px; }
  .section__contactus {
    box-shadow: none !important; }
  .location--box {
    margin-bottom: 15px; }
  .address {
    height: auto !important; }
  .section__contactus .contact__form--fields {
    padding: 0 !important; }
  .section__contactus .contact__form--fields .section-title {
    margin-top: 0px !important; }
  .contact__information {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .section__features--cards .card {
    width: 100% !important; }
  .img-icon {
    display: none; }
  .location--section {
    padding: 15px !important; }
  .btn-getintouch {
    display: none; }
  .service-textual {
    padding: 0px 0px 15px 0px !important; }
  .section__contactus .contact__form--fields {
    padding: 0px 15px !important; }
  .contact__information {
    padding: 0px !important; } }

@media (min-width: 768px) {
  .page__heroic--sec {
    padding: 25px 15px; }
    .page__heroic--sec.sec__bgimg-one {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-two {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-three {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-four {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-five {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec .page__heroic--title {
      font-family: "Aileron-Bold", sans-serif, arial;
      color: #fff;
      margin: 135px 0 0 0;
      padding: 0;
      font-size: 2.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page__heroic--sec .page__heroic--title {
        margin: 45px 0 0 0;
        font-size: 2rem; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .page__heroic--sec .page__heroic--title {
        margin: 20px 0 0 0;
        font-size: 1.5rem; } }

@media (min-width: 768px) {
    .page__heroic--sec .page__heroic--subtitle {
      font-family: "Aileron-Regular", sans-serif, arial;
      color: #fff;
      margin: 10px 0 0 5px;
      padding: 0;
      font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .page__heroic--sec .page__heroic--subtitle {
        display: none; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .page__heroic--sec .page__heroic--subtitle {
    margin: 0;
    font-size: 1.1rem; } }

@media (min-width: 768px) {
  .page-section {
    padding: 35px 0; }
  .section__features--cards {
    justify-content: space-around;
    flex-wrap: wrap; }
    .section__features--cards .card {
      width: 30.99%;
      margin: 0px 15px 15px 0; }
      .section__features--cards .card .card-img-top {
        max-width: 100%; }
      .section__features--cards .card .card-body {
        padding: 10px; }
      .section__features--cards .card .card-text {
        line-height: 22px; }
      .section__features--cards .card:last-child {
        margin: 0; }
      .section__features--cards .card:nth-child(3) {
        margin-right: 0px; }
      .section__features--cards .card:nth-last-child(-n+3) {
        border: none; }
  .section__services {
    padding: 0; }
    .section__services .section-title {
      color: #009bd8; }
  .service--type {
    display: flex;
    flex-direction: row; }
    .service--type .img-icon {
      padding: 15px; }
    .service--type .service-textual {
      padding: 10% 15px 0 15px;
      border-bottom: solid 1px #ddd; }
      .service--type .service-textual .section-title {
        color: #aa1022; }
      .service--type .service-textual .text-style {
        font-family: "Aileron-Regular", sans-serif, arial;
        color: #5b6163; } }

.section__contactus {
  padding: 0;
  box-shadow: -1px 3px 7px 7px #e8e8e8; }
  .section__contactus .contact__form--fields {
    padding: 20px 30px; }
    .section__contactus .contact__form--fields .section-title {
      margin: 15px 0px 0px 15px; }
    .section__contactus .contact__form--fields p {
      margin: 0px 0px 25px 15px;
      color: #666; }
  .section__contactus form {
    font-family: "Aileron-Regular", sans-serif, arial; }
  .section__contactus input[type="text"], .section__contactus input[type="email"], .section__contactus input[type="telephone"], .section__contactus textarea {
    font-family: "Aileron-Regular", sans-serif, arial;
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding: 12.5px 15px;
    border: solid 1px #ccc;
    border-radius: 0px;
    border-bottom: solid 2px #ddd; }
    .section__contactus input[type="text"]:hover, .section__contactus input[type="email"]:hover, .section__contactus input[type="telephone"]:hover, .section__contactus textarea:hover {
      border-color: #666; }
    .section__contactus input[type="text"]:focus, .section__contactus input[type="email"]:focus, .section__contactus input[type="telephone"]:focus, .section__contactus textarea:focus {
      border-color: #009bd8;
      border-bottom: solid 2px #009bd8; }
  .section__contactus textarea {
    height: 120px;
    resize: none; }
  .section__contactus .contact__information {
    padding: 15px 25px;
    background-color: #eee; }
    .section__contactus .contact__information .row {
      margin-bottom: 25px; }
    .section__contactus .contact__information .section-title {
      margin: 15px 0 35px 0; }
    .section__contactus .contact__information .contact__info--icon {
      width: 50px;
      height: 50px;
      border: solid 1px #ccc;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 45px; }
      .section__contactus .contact__information .contact__info--icon i {
        font-size: 1.25rem; }
    .section__contactus .contact__information .contact__info--typo {
      margin-left: 20px; }
      .section__contactus .contact__information .contact__info--typo p {
        margin: 0;
        line-height: 24px;
        color: #666; }
        .section__contactus .contact__information .contact__info--typo p:first-child {
          margin-bottom: 5px;
          color: #222; }
        .section__contactus .contact__information .contact__info--typo p a {
          color: #00a053; }
          .section__contactus .contact__information .contact__info--typo p a:hover {
            color: #222; }
          .section__contactus .contact__information .contact__info--typo p a.social {
            margin-right: 15px; }
            .section__contactus .contact__information .contact__info--typo p a.social i {
              font-size: 1.25rem;
              background-color: #fff;
              width: 36px;
              height: 36px;
              border-radius: 50%;
              line-height: 36px;
              text-align: center;
              border: solid 1px #ccc; }

.location--section {
  padding: 50px 0; }
  .location--section .section-title {
    margin-bottom: 30px; }

.address {
  height: 75px; }

#map-canvas-left, #map-canvas-right {
  height: 250px;
  width: 550px; }

#iw_container .iw_title {
  font-size: 16px;
  font-weight: bold; }

.iw_content {
  padding: 15px 15px 15px 0; }

.page--sec {
  background-color: #fff;
  padding: 0 0 30px 0; }
  .page--sec.page-bg-grey {
    background-color: #ececec; }

.tile_box {
  position: relative;
  padding: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .tile_box.tile_box-red {
    background-color: #ad0019; }
  .tile_box.tile_box-blue {
    background-color: #4fc4e8; }
  .tile_box .box_title {
    font-family: "Aileron-Regular", sans-serif, arial;
    font-size: 3rem;
    color: white;
    margin: 0;
    text-align: left;
    line-height: 50px; }
  .tile_box:hover .box_title {
    color: white; }
  .tile_box:after {
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ad0019;
    border-width: 30px;
    margin-top: -30px;
    z-index: 99; }
  .tile_box.tile_box-blue:after {
    border-left-color: #4fc4e8; }

.tile_box_img {
  margin: 0;
  padding: 0; }

.sec__with-tb-spaces {
  padding: 25px 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
