/*!
 * Start Bootstrap - Freelancer v4.0.0-beta (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

p {
  font-size: 20px; }

p.small {
  font-size: 16px; }

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #1D88CA;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f135'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #1D88CA; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }

section {
  padding: 100px 0; }
  section h2 {
    font-size: 3em;
    margin: 0; }

section.success {
  color: white;
  background: #1D88CA; }

@media (max-width: 767px) {
  section {
    padding: 75px 0; }
  section.first {
    padding-top: 75px; } }

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

#mainNav {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #2C3E50; }
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    font-size: 1.1rem;
    color: white; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: white; }
  #mainNav .navbar-nav {
    letter-spacing: 1px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: white; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #1D88CA;
        outline: none; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: white; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    border-color: white; }
    #mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
      color: white;
      border-color: #1D88CA;
      background-color: #1D88CA; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: white;
      border-radius: 3px;
      background: #1D88CA; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: white;
        background: #1D88CA; }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

header.masthead {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
  background: #1D88CA; }
  header.masthead img {
    display: block;
    margin: 0 auto 20px; }
  header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
  header.masthead {
    padding-top: 200px;
    padding-bottom: 100px; }
    header.masthead .intro-text .name {
      font-size: 4.75em; }
    header.masthead .intro-text .skills {
      font-size: 1.75em; } }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      border-radius: 5px;
      background: rgba(24, 188, 156, 0.9); }
      #portfolio .portfolio-item .portfolio-link .caption:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #1D88CA; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }

footer {
  color: white; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50; }
  footer .footer-col {
    margin-bottom: 50px; }
  footer .footer-below {
    padding: 25px 0;
    background-color: #2c3e50; }

.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #1D88CA;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #F33D22;
  background-color: #F33D22; }
  .btn-primary.focus, .btn-primary:focus {
    color: #F33D22;
    border-color: #F33D22;
    background-color: #fff; }
  .btn-primary:hover {
    color: #F33D22;
    border-color: #F94E22;
    background-color: #fff; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #1D88CA;
  background-color: #1D88CA; }
  .btn-success.focus, .btn-success:focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle:hover {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #1D88CA;
    background-color: #1D88CA; }
  .btn-success .badge {
    color: #1D88CA;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn.active,
.btn:active,
.btn:focus {
  outline: none; }

.logo-circle-container{
  background-color: #fff;
  border-radius: 200px;
  width: 250px;
  height: 250px;

}

.logo-circle-container img{
  height: 225px;
  padding: 25px;

}



.sub-heading{
  font-size: 36px !important;
}

.btn-trial{
  font-size: 28px;
  padding: 20px 30px;
}

.free-trial-btn-container{
  margin-top: 75px;
  margin-bottom: 25px
}


@media (max-width: 766px) {

  .sub-heading{
    font-size: 26px !important;
  }

  .btn-trial{
    font-size: 20px;
    padding: 10px 15px;
  }

  .free-trial-btn-container{
    margin-top: 45px;
    margin-bottom: 20px
  }
}
































/************************************************
*** main style ***
************************************************/
.price-item {
  padding: 30px 0;
}
.price-item .custom.panel {
  margin-top: 60px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.price-item .custom.panel .custom.panel-heading {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  min-height: 75px;
}
.price-item .custom.panel .custom.panel-body {
  background: #1cad8d;
  padding: 0;
}
.price-item .custom.panel .custom.panel-body h3 {
  text-align: center;
  margin: 0;
  padding: 10px;
  line-height: 1.2;
  color: #fff;
}
.price-value {
  position: absolute;
  background: #1cad8d;
  text-align: center;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
}
.price-value p {
  margin: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.price-value p span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 30px;
}
.price-period {
  position: absolute;
  background: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  top: -50px;
  right: 50%;
  margin-right: -50px;
  border-radius: 50%;
  border: 1px solid #222;
}
.price-period p {
  margin: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  color: #1cad8d;
}
.price-period p span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
.price-item .custom.panel .custom.panel-body .list-unstyled {
  margin-bottom: 0;
}
.price-item .custom.panel .custom.panel-body .list-unstyled li {
  padding: 5px 15px;
}
.price-item .custom.panel .custom.panel-body .list-unstyled li:nth-child(even) {
  background: #F5F5F5;
}
.price-item .custom.panel .custom.panel-body .list-unstyled li:nth-child(odd) {
  background: #fff;
}
.price-item .custom.panel .custom.panel-body .list-unstyled li:after {
  content: "";
  display: table;
  clear: both;
}
.price-item .custom.panel .custom.panel-body .list-unstyled li p {
  margin: 0;
}
.price-item .custom.panel > .custom.panel-footer {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-item .custom.panel.panel-success .custom.panel-footer {
  background: #b9eef7;
}
.price-item .custom.panel.panel-success .custom.panel-body {
  background: #18b1cc;
}
.price-item .custom.panel.panel-success .price-value {
  background: #18b1cc;
}
.price-item .custom.panel.panel-success .price-period {
  border: 1px solid #18b1cc;
}
.price-item .custom.panel.panel-success .price-period p {
  color: #18b1cc;
}
.price-item .custom.panel.panel-info .custom.panel-footer {
  background: #a3e4e4;
}
.price-item .custom.panel.panel-info .custom.panel-body {
  background: #1f6969;
}
.price-item .custom.panel.panel-info .price-value {
  background: #1f6969;
}
.price-item .custom.panel.panel-info .price-period {
  border: 1px solid #1f6969;
}
.price-item .custom.panel.panel-info .price-period p {
  color: #1f6969;
}
.price-item .custom.panel.panel-danger .custom.panel-footer {
  background: #ffc7b8;
}
.price-item .custom.panel.panel-danger .custom.panel-body {
  background: #ff8b6b;
}
.price-item .custom.panel.panel-danger .price-value {
  background: #ff8b6b;
}
.price-item .custom.panel.panel-danger .price-period {
  border: 1px solid #ff8b6b;
}
.price-item .custom.panel.panel-danger .price-period p {
  color: #ff8b6b;
}
.price-item .custom.panel.panel-warning .custom.panel-footer {
  background: #fff0c6;
}
.price-item .custom.panel.panel-warning .custom.panel-body {
  background: #1cad8d;
}
.price-item .custom.panel.price-popular {
  margin-top: 50px;
  border: 1px solid #1cad8d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.price-item .custom.panel.price-popular .custom.panel-body {
  -webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.price-item .custom.panel.price-popular .price-value {
  background: #fff;
  border: 5px solid #1cad8d;
  color: #1cad8d;
  text-shadow: 0px 1px 0 #f5f5f5,
  0px 2px 0 #f5f5f5,
  0px 3px 0 #f5f5f5,
  0px 4px 0 #f5f5f5,
  0px 5px 0 #f5f5f5;
}
.price-item .custom.panel.price-popular .price-period {
  background: #1cad8d;
}
.price-item .custom.panel.price-popular .price-period p {
  color: #fff;
}
.price-item .custom.panel.price-popular.panel-success {
  border: 1px solid #18b1cc;
}
.price-item .custom.panel.price-popular.panel-success .price-value {
  border: 5px solid #18b1cc;
  color: #18b1cc;
}
.price-item .custom.panel.price-popular.panel-success .price-period {
  background: #18b1cc;
}
.price-item .custom.panel.price-popular.panel-info {
  border: 1px solid #1f6969;
}
.price-item .custom.panel.price-popular.panel-info .price-value {
  border: 5px solid #1f6969;
  color: #1f6969;
}
.price-item .custom.panel.price-popular.panel-info .price-period {
  background: #1f6969;
}
.price-item .custom.panel.price-popular.panel-danger {
  border: 1px solid #ff8b6b;
}
.price-item .custom.panel.price-popular.panel-danger .price-value {
  border: 5px solid #ff8b6b;
  color: #ff8b6b;
}
.price-item .custom.panel.price-popular.panel-danger .price-period {
  background: #ff8b6b;
}
/************************************************
*** hover effects ***
************************************************/
.price-item .hover-1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.price-item .hover-1 .custom.panel-body h3,
.price-item .hover-1 .custom.panel-body .pull-left {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.price-item .hover-1 .price-value,
.price-item .hover-1 .price-period {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.price-item .hover-1 .list-unstyled li {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 1.2s ease-in;
  -moz-transition: all 1.2s ease-in;
  -ms-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
}
.price-item .hover-1:hover .price-value,
.price-item .hover-1:hover .price-period {
  -webkit-transform: rotateY(-360deg);
  -moz-transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.price-item .hover-1:hover .price-value {
  border-color: #158169;
}
.price-item .hover-1:hover .custom.panel-footer,
.price-item .hover-1:hover .custom.panel-heading {
  background: #fff;
}
.price-item .hover-1:hover .custom.panel-body h3,
.price-item .hover-1:hover .custom.panel-body .pull-left {
  color: #0e5545;
}
.price-item .hover-1:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 #158169;
  -moz-box-shadow: inset 0 1px 0 0 #158169;
  box-shadow: inset 0 1px 0 0 #158169;
  -webkit-transform: rotateX(-360deg);
  -moz-transform: rotateX(-360deg);
  -ms-transform: rotateX(-360deg);
  -o-transform: rotateX(-360deg);
  transform: rotateX(-360deg);
  color: #fff;
}
.price-item .hover-1:hover .list-unstyled li:nth-child(odd),
.price-item .hover-1:hover .list-unstyled li:nth-child(even) {
  background: rgba(0, 0, 0, 0);
}
.price-item .hover-1.custom.panel-success:hover .price-value {
  border-color: #13899e;
}
.price-item .hover-1.custom.panel-success:hover .custom.panel-body h3,
.price-item .hover-1.custom.panel-success:hover .custom.panel-body .pull-left {
  color: #0d6271;
}
.price-item .hover-1.custom.panel-success:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 #13899e;
  -moz-box-shadow: inset 0 1px 0 0 #13899e;
  box-shadow: inset 0 1px 0 0 #13899e;
}
.price-item .hover-1.custom.panel-info:hover .price-value {
  border-color: #134242;
}
.price-item .hover-1.custom.panel-info:hover .custom.panel-body h3,
.price-item .hover-1.custom.panel-info:hover .custom.panel-body .pull-left {
  color: #081a1a;
}
.price-item .hover-1.custom.panel-info:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 #134242;
  -moz-box-shadow: inset 0 1px 0 0 #134242;
  box-shadow: inset 0 1px 0 0 #134242;
}
.price-item .hover-1.custom.panel-danger:hover .price-value {
  border-color: #ff6338;
}
.price-item .hover-1.custom.panel-danger:hover .custom.panel-body h3,
.price-item .hover-1.custom.panel-danger:hover .custom.panel-body .pull-left {
  color: #ff3b05;
}
.price-item .hover-1.custom.panel-danger:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 #ff6338;
  -moz-box-shadow: inset 0 1px 0 0 #ff6338;
  box-shadow: inset 0 1px 0 0 #ff6338;
}
.price-item .hover-2 .list-unstyled li {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.price-item .hover-2:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.price-item .hover-2:hover .list-unstyled li:nth-child(odd),
.price-item .hover-2:hover .list-unstyled li:nth-child(even) {
  background: rgba(0, 0, 0, 0);
}
.price-item .hover-3 .list-unstyled li:nth-child(1) {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(2) {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(3) {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(5) {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(6) {
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(7) {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(8) {
  -webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -ms-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
}
.price-item .hover-3 .list-unstyled li:nth-child(9) {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.price-item .hover-3:hover .list-unstyled li {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.price-item .hover-3:hover .list-unstyled li:nth-child(1),
.price-item .hover-3:hover .list-unstyled li:nth-child(2),
.price-item .hover-3:hover .list-unstyled li:nth-child(3),
.price-item .hover-3:hover .list-unstyled li:nth-child(4),
.price-item .hover-3:hover .list-unstyled li:nth-child(5),
.price-item .hover-3:hover .list-unstyled li:nth-child(6),
.price-item .hover-3:hover .list-unstyled li:nth-child(7),
.price-item .hover-3:hover .list-unstyled li:nth-child(8),
.price-item .hover-3:hover .list-unstyled li:nth-child(9),
.price-item .hover-3:hover .list-unstyled li:nth-child(10) {
  background: rgba(0, 0, 0, 0);
}


.price-item .custom.panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.price-item .list-unstyled li {
  color: #333;
}

















.green{
  color: green;
}

.tile{
  max-width: 350px;
  width: 100%;
  height: 275px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.tile-contents{
  padding: 10%;
}

.tile-contents .fa{
  font-size: 100px;
}

.tile-label{
  margin-top: 10px;
  font-size: 26px;
}

.tile-icon-container{
  background-color: #fff;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 75px;
}

.tile-icon-container i{
  margin-top: 22px;
}

.blue-tile{
  background-color: #0050EF;
}

.blue-tile .tile-icon-container{
  color: #0050EF;
}


.orange-tile{
  background-color: #F74C22;
}

.orange-tile .tile-icon-container{
  color: #F74C22;
}


.green-tile{
  background-color: #18B1CC;
}

.green-tile .tile-icon-container{
  color: #18B1CC;
}

.black-tile{
  background-color: #2C3E50;
}

.black-tile .tile-icon-container{
  color: #2C3E50;
}


.red-tile{
  background-color: #F03623;
}

.red-tile .tile-icon-container{
  color: #F03623;
}

.img-centered{
  margin-bottom: 25px;
}

.overview-sub-text{
  text-align: center;font-size: 16px; color: #222; padding: 5px 10px;
}

@media (min-width: 800px) {

  #overview .col-lg-12{
    padding: 5px 100px;
  }

  .overview-sub-text{
    padding: 15px 75px;
    font-size: 22px;
  }

}





.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
