/*!
Home page styles
*/
.banner {
  position: relative;
  height: 47vw;
  max-height: 600px;
  text-align: center;
  transition: all .2s; }
  .banner .img {
    position: relative;
    z-index: 4; }
  .banner .container-fluid {
    height: 100%;
    overflow: visible;
    display: inline-block;
    width: 100%; }
  .banner .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 5; }
  .banner .desc {
    width: 50%;
    height: 100%;
    display: table;
    text-align: center;
    float: left;
    padding-bottom: 110px; }
    .banner .desc .wrap {
      display: table-cell;
      vertical-align: middle; }
  .banner .title.h1 {
    font-size: 48px;
    line-height: 1.2; }
    .banner .title.h1.sub {
      font-family: 'SlateStd-Medium';
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 40px;
      margin-bottom: 18px; }
  .banner__state {
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.65); }
    .banner__state .container-fluid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .banner__item span, .banner__item small {
    display: block;
    text-align: center; }
  .banner__item span {
    font-family: 'SlateStd-Medium';
    font-weight: 500;
    font-size: 30px; }
    .banner__item span sup {
      font-size: 50%; }
  .banner__item small {
    font-size: 16px;
    color: #878787; }
  .banner__filters {
    margin-bottom: 30px;
    text-align: center; }
    .banner__filters .bootstrap-select .btn.dropdown-toggle {
      color: #007dda; }
    .banner__filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
      color: #007dda; }
  .banner__filter {
    display: inline-block; }
    .banner__filter > span {
      font-size: 28px;
      vertical-align: middle;
      margin: 0 5px;
      font-family: 'SlateStd-Light';
      font-weight: 300; }
    .banner__filter:first-of-type .bootstrap-select {
      width: 200px !important; }
.home .title.h1, .home .title.h2 {
  line-height: 1.2; }
.home__item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .2s; }
  .home__item--open {
    height: auto;
    opacity: 1;
    overflow: visible; }
.home__tile .inner p:nth-of-type(even) {
    margin-bottom: 20px;
    color: #878787;
    font-size: 20px;
    line-height: 28px;
}
.home__tile .inner a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 32px;
    font-family: 'SlateStd-regular';
    font-weight: 400;
    background: transparent;
    color: #19a5f0;
    text-decoration:none;
}
.home__solutions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap;
  text-align: center; 
}
.card__background {
  background-color:#f7f7f7;
  padding-bottom:80px;
}
  .home__solutions .item {
    background:#ffffff;
    background-clip: content-box;
    width:20%;
    padding: 0 0.75rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home__solutions .box {
    padding: 40px 30px;
    border-top: 2px solid #f47b2b;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
  .home__solutions svg {
    width: 80px;
    height: 65px;
    fill: #19a5f0;
    margin:0 auto 30px; 
  }
  .home__solutions .title.h3 {
    font-family: 'SlateStd-Medium';
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px; 
  }
  .home__solutions .text {
    font-size:16px;
    line-height:24px;
    margin-bottom: 10px;
    flex-grow:1;
    display: flex;
  }
    .home__solutions ul {
    list-style-type: none;
    padding:0;
    margin: 0 auto;
    width:100%;
    }
    .home__solutions ul li {
        color: #878787;
        font-size:16px;
        list-style:outside none none;
        margin-bottom: 10px;
        padding-left: 15px;
        position: relative;
        text-align: left;
    }
    .home__solutions ul li:before {
    background: #dedede none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}
.home__tile .item {
  background-clip: content-box;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  text-align: center;
  min-height: 460px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .home__tile .item--top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .home__tile .item--bot {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
.home__tile .inner {
  max-width: 400px; }
.home__tile .title.h4 {
  font-family: 'SlateStd-regular';
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 5px;
  color: #19a5f0;
  font-size: 26px;
  line-height: 32px;
  text-transform: none; }
.home__tile .info {
  position: static;
  display: block;
  padding: 20px 0;
  text-align: center; }
  .home__tile .info li {
    font-size: 22px; }
    .home__tile .info li:after {
      margin: 0 15px; }
.home__select {
  text-align: center;
  padding: 30px 0; }
  .home__select > span {
    font-size: 24px;
    margin-right: 10px;
    font-family: 'SlateStd-Light';
    font-weight: 300;
    vertical-align: middle; }
.home__solution {
  text-align: center;
  padding: 90px 0 80px; }
  .home__solution svg {
    width: 80px;
    height: 65px;
    fill: #19a5f0;
    margin-bottom: 30px; }
  .home__solution .inner {
    display: inline-block;
    max-width: 810px; }
    .home__solution .inner b,
    .home__solution .inner strong {
       font-size: 26px;
       color:#19a5f0;  
    }
    .home__solution .inner p {
        margin-bottom: 20px;
         color: #878787;
        font-size: 20px;
        line-height: 28px;
    }
    .home__solution .inner .title.h2 {
      margin-bottom: 36px;
      line-height: 1.2; }
  .home__solution .text {
    margin-bottom: 20px; }
  .home__solution .link {
    font-size: 16px; }
 /*limit view hr solution select*/
.bootstrap-select.open .dropdown-menu,
.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height:300px !important;
    min-width:200px;
}
.boostrap-select--opacity2 {
    width:220px;
}
.boostrap-select--opacity2.open .dropdown-menu {
}
/**/
@media (max-width: 1279px) {
  .banner .desc {
    width: 65%; }
  .home__solutions .title.h3 {
    font-size: 15px; } }
@media(min-width:1024px) {
 .home__solutions .item {
    -webkit-box-flex:1;
    -moz-box-flex:1;
    flex:1;
  }
}
@media (max-width: 1124px) {
.home__solutions .button.border {
     font-size:12px;
  }
}
@media (max-width: 1023px) {
    .card__background {
        background-color:#ffffff;
        padding-bottom:0;
    }
  .select--open {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  .banner {
    height: auto;
    max-height: 100%; }
    .banner .img {
      height: 47vw; }
    .banner .container-fluid {
      height: 100%; }
    .banner .wrapper {
      position: static; }
    .banner .desc {
      width: 100%;
      padding: 60px 0 50px; }
    .banner .title.h1 {
      font-size: 56px; }
      .banner .title.h1.sub {
        font-size: 22px; }
    .banner .link {
      font-size: 20px; }
    .banner__item {
      width: 25%; }
      .banner__item span {
        font-size: 32px; }
      .banner__item small {
        font-size: 20px; }
    .banner__filters {
      margin-top: 30px; }
    .banner__filter {
      display: inline-block; }
      .banner__filter > span {
        font-size: 38px; }
      .banner__filter:first-of-type .bootstrap-select {
        width: 220px !important; }
      .banner__filter:last-of-type .bootstrap-select {
        width: 260px !important; }
      .banner__filter .bootstrap-select .btn.dropdown-toggle {
        font-size: 20px; }
      .banner__filter .bootstrap-select.selected .btn.dropdown-toggle {
        font-size: 38px; }
      .banner__filter .bootstrap-select.selected.open .btn.dropdown-toggle {
        font-size: 38px; }
  .home__title {
    padding: 60px 40px 40px; }
  .home__solutions {
    display: block;
    text-align: center; 
  }
    .home__solutions .item {
      padding: 0;
      padding-left: 0.375rem;
      padding-right: 0.375rem;
      background-color: #f7f7f7;
      background-clip: content-box;
      min-height: 30vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      transition: all .2s; }
      .home__solutions .item:not(.item--sub) {
        cursor: pointer; }
        .home__solutions .item:not(.item--sub):hover {
          background-color: #19a5f0; }
          .home__solutions .item:not(.item--sub):hover svg {
            fill: #ffffff; }
          .home__solutions .item:not(.item--sub):hover .title.h3 {
            color: #ffffff; }
    .home__solutions svg {
      width: 62px;
      height: 62px;
      margin-bottom: 10px;
      transition: all .2s; }
    .home__solutions .title.h3 {
      font-size: 22px;
      margin-bottom: 0;
      color: #19a5f0;
      transition: all .2s; }
    .home__solutions span {
      font-size: 23px;
      line-height: 34px;
      font-family: 'SlateStd-Light';
      font-weight: 300; }
      .home__solutions span b {
        font-family: 'SlateStd-Medium';
        font-weight: 500; }
  .home__tile .item {
    min-height: 50vw; }
    .home__tile .item--top {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
  .home__tile .inner {
    padding: 0 40px; }
  .home__tile .title.h4 {
    font-size: 24px;
    margin-top: 20px; }
  .home__tile .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
  .home__tile .info {
    display: none; }
  .home__select {
    text-align: center;
    padding: 30px 0; }
    .home__select > span {
      font-size: 22px;
      display: block;
      margin-right: 0;
      margin-bottom: 5px; }
  .home__solution svg {
    width: 62px;
    height: 62px; }
  .home__solution .inner {
    max-width: 540px; }
  .home__solution .text {
    font-size: 20px; }
  .home__solution .link {
    font-size: 20px; } }
@media (max-width: 767px) {
  .select .container-fluid {
    padding: 0; }
  .select .item {
    margin-bottom: 5px; }
    .select .item > span {
      font-size: 12px; }
  .select .button {
    margin-bottom: 5px; }
  .select--open {
    padding: 5px 10px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center; }
  .select .bootstrap-select--opacity2 .btn.dropdown-toggle {
    font-size: 14px;
    padding: 0 23px 0 3px;
    height: 20px;
    line-height: 20px; }
  .select .bootstrap-select--opacity2.open .btn.dropdown-toggle:before {
    background: #0073cf; }
  .select .bootstrap-select--opacity2.open .dropdown-menu {
    left: -7px;
    right: -17px; }
    .select .bootstrap-select--opacity2.open .dropdown-menu:before {
      height: calc(100% + 24px);
      border-radius: 2px; }
    .select .bootstrap-select--opacity2.open .dropdown-menu ul {
      padding-top: 5px; }
    .select .bootstrap-select--opacity2.open .dropdown-menu li {
      height: 24px;
      line-height: 24px; }
      .select .bootstrap-select--opacity2.open .dropdown-menu li .text {
        font-size: 14px;
        padding: 0 10px; }
  .banner .img {
    height: 50vw; }
  .banner .desc {
    padding: 30px 0 20px; }
  .banner .title.h1 {
    font-size: 29px; }
    .banner .title.h1.sub {
      font-size: 12px;
      margin: 20px 0 15px 0; }
  .banner .link {
    font-size: 12px; }
  .banner__state {
    height: 50vw; }
  .banner__item {
    width: 50%; }
    .banner__item span {
      font-size: 18px; }
    .banner__item small {
      font-size: 12px; }
  .banner__filters {
    margin: 10px 0 20px; }
  .banner__filter {
    display: block;
    text-align: center; }
    .banner__filter > span {
      font-size: 23px; }
    .banner__filter:first-of-type .bootstrap-select {
      width: 150px !important; }
    .banner__filter:last-of-type .bootstrap-select {
      width: 180px !important; }
    .banner__filter .bootstrap-select .btn.dropdown-toggle {
      font-size: 12px; }
      .banner__filter .bootstrap-select .btn.dropdown-toggle:before {
        bottom: 6px; }
    .banner__filter .bootstrap-select.selected .btn.dropdown-toggle {
      font-size: 23px; }
    .banner__filter .bootstrap-select.selected.open .btn.dropdown-toggle {
      font-size: 23px; }
  .home .title.h2 {
    font-size: 20px; }
  .home__title {
    padding: 25px 10px 10px; }
  .home__solutions .item {
    min-height: 47vw; }
  .home__solutions svg {
    width: 50px;
    height: 50px; }
  .home__solutions .title.h3 {
    font-size: 14px; }
  .home__solutions span {
    font-size: 15px;
    line-height: 22px; }
  .home__tile .item {
    min-height: 50vw; }
    .home__tile .item--top {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
    .home__tile .item:nth-child(1) {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .home__tile .item:nth-child(2) {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .home__tile .item:nth-child(3) {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .home__tile .item:nth-child(4) {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
  .home__tile .inner {
    padding: 0 20px; }
  .home__tile .title.h4 {
    font-size: 18px;
    margin-top: 20px; }
  .home__tile .text {
    font-size: 16px;
    margin-bottom: 20px; }
  .home__tile .info {
    display: block;
    padding: 10px 0; }
    .home__tile .info li {
      font-size: 14px; }
      .home__tile .info li:after {
        margin: 0 5px; }
  .home__select {
    padding: 40px 0 20px; }
    .home__select > span {
      font-size: 16px; }
  .home__solution {
    padding: 20px 0 10px; }
    .home__solution svg {
      width: 45px;
      height: 45px;
      margin-bottom: 10px; }
    .home__solution .inner {
      max-width: 90%; }
    .home__solution .text {
      font-size: 15px; }
    .home__solution .link {
      font-size: 12px; } }