/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */
/* =============================================================
GOOGLE FONT
============================================================ */
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
/* FREE GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* FREE GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Lato:300);
/* =============================================================
GENERAL STYLES
============================================================ */
body {
  font-family: 'Lato', sans-serif;
  color: #333;
  background-color: #fff;
}

section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.pad-bottom {
  padding-bottom: 60px;
}

.header {
  font-family: 'Oswald', sans-serif;
  padding-bottom: 40px;
  margin-top: 10px;
}

.header hr {
  width: 50px;
  border-top: 2px solid #4ac089;
}

.main-text {
  background-color: rgba(74, 192, 137, 0.625);
  padding: 20px;
  border-radius: 10px;
}

/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 5px 5px 0px;
  margin: 5px;
}

.btn-custom-one {
  background-color: transparent;
  color: #4ac089;
  border: 2px solid #4ac089;
}

.btn-custom-one:hover {
  background-color: #4ac089;
  text-decoration: none;
  color: #fff;
}

.btn-custom-two {
  color: #4ac089;
  background-color: transparent;
  border: 2px solid #4ac089;
}

.btn-custom-two:hover, .btn-custom-two:active {
  border: 2px solid #4ac089;
  text-decoration: none;
  color: #fff;
  background-color: #4ac089;
  -webkit-box-shadow: inset hoff voff blur rgba(74, 192, 137, 0.625) !important;
  box-shadow: inset hoff voff blur rgba(74, 192, 137, 0.625) !important;
}

/* =============================================================
MENU SECTION STYLES
============================================================ */
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

.navbar-inverse:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #4ac089;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 12px;
  font-weight: 800;
  padding: 5px 0px;
  letter-spacing: 2px;
  margin: 10px 20px 10px 20px;
  color: #FFF;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #4ac089;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

/* =============================================================
HOME SECTION STYLES
============================================================ */
#home {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

#home .social {
  display: block;
  margin: 50px 20px;
}

/*Carousel Slider*/
#carousel-slider {
  padding: 50px 20px 5px 50px;
}

#carousel-slider h3 {
  line-height: 50px;
  font-family: 'Oswald', sans-serif;
}

#carousel-slider p {
  color: #4ac089;
  font-size: 16px;
  line-height: 25px;
  margin: 25px 20px;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */
#services .services-wrapper {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services .services-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#services h3 {
  font-family: 'Oswald', sans-serif;
}

#services .services-wrapper i {
  margin: 5px;
  color: #4ac089;
  font-size: 60px;
}

/*============================
PRICING SECTION STYLES
==============================*/
.light-pricing {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.light-pricing:hover {
  background-color: transparent;
}

.light-pricing ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding-left: 0px;
}

.light-pricing ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.light-pricing ul li i {
  margin-right: 5px;
}

.light-pricing .price {
  padding: 40px 20px 20px 20px;
  font-size: 60px;
  font-weight: 900;
}

.light-pricing .price small {
  color: #000;
  display: block;
  font-size: 15px;
  margin-top: 22px;
}

.light-pricing .type {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  color: #4ac089;
}

.light-pricing .pricing-footer {
  padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.light-pricing.popular {
  margin-top: 10px;
}

.light-pricing.popular .price {
  padding-top: 80px;
}

/*============================
WORK SECTION STYLES
==============================*/
#work .categories a.active {
  background-color: #4ac089;
  color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(74, 192, 137, 0.625);
          box-shadow: 2px 2px 2px rgba(74, 192, 137, 0.625);
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

#work .work-wrapper {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 30% !important;
  max-height: 30% !important;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#work .work-wrapper:hover {
  background-color: transparent;
  opacity: .80;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  filter: alpha(opacity=80);
  /* ie lt 7 */
  -khtml-opacity: .80;
  /* safari 1.x */
  -moz-opacity: .80;
  /* ff lt 1.5, netscape */
}

#work .work-wrapper h4 {
  padding-top: 10px;
}

#work .work-wrapper img {
  max-width: 100%;
}

/*============================
TEAM SECTION STYLES
==============================*/
.team-wrapper {
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.team-wrapper:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.team-wrapper .team-inner {
  background-size: cover;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 300px 0 10px;
  /*background-image: url('../img/girl-big.jpg');*/
  border-top: 1px solid #4ac089;
  border-bottom: 1px solid #4ac089;
  border-right: 1px solid #4ac089;
  border-left: 1px solid #4ac089;
  border-radius: 10px 10px;
}

.team-wrapper > .team-inner > a {
  color: #4ac089;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto -50px;
  display: block;
  color: #4ac089;
  z-index: 999;
  font-size: 40px;
  padding: 12px 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4ac089;
}

.team-wrapper .description {
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 0 0 10px 10px;
}

.team-wrapper .description h5 {
  color: #4ac089;
}

.description h3 {
  margin-top: 5px;
}

/*============================
CONTACT SECTION STYLES
==============================*/
#contact .contact-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 200px;
}

#contact .contact-wrapper h3 {
  color: #4ac089;
}

#contact .social-below {
  display: block;
  margin-top: 5px;
}

.footer-div {
  padding-top: 25px;
}

.footer-div a, .footer-div a:hover {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

/*============================
CONTACT SECTION STYLES
==============================*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.text-accent-color, .text-accent-color-link {
  color: #4ac089 !important;
}

.text-accent-color-link:hover {
  text-decoration: underline;
}

.grayed-link-color {
  color: gray;
}

.grayed-link-color:hover {
  color: gray !important;
  text-decoration: none;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.text-white {
  color: #fff !important;
}

.text-underline {
  text-decoration: underline;
}

.read-more-link {
  color: #fff !important;
}

.read-more-link:hover {
  text-decoration: underline !important;
}

.brain-pic {
  border-radius: 10px;
}

.brain-pic:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.ball-grid-pulse > div {
  background-color: #4ac089 !important;
}

.react-ball-grid-pulse > div {
  background-color: rgba(74, 192, 137, 0.35) !important;
}

.featured-picture {
  width: 85%;
}

html {
  scrollbar-width: nonepx;
}

::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.text-align-left {
  text-align: left;
}
/*# sourceMappingURL=style-solid-white.css.map */