/* ========================================================================
 * General common styling
 *
 * ========================================================================
 * Copyright 2016 Bootbites.com (unless otherwise stated)
 * For license information see: http://bootbites.com/license
 * ======================================================================== */
h1, h2 {
    font-family: 'Overpass', sans-serif;
}

h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 62px; }

h2 {
  font-size: 30px;
  margin-bottom: 65px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #512DA8;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.btn:hover {
    background-color: #673AB7;
    color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent; }
  .btn-ghost:hover {
    background-color: #fff;
    color: #512DA8; }

section {
  padding: 80px 0 50px 0;

}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden; }

a:hover {
  text-decoration: none !important; }
a:focus {
    color:white;
}

.scrolltop {
  position: fixed;
  bottom: 100px;
  right: 100px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #84A82D;
  color: #fff;
  text-align: center;
  font-size: 24px; }
  .scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .75; }

#logo{
    width: 200px;
    height: 200px;
}
/* ==================================================
  Header Styling
  ================================================== */
.hero {
  position: relative;
  background-image: url(../img/bg-inv.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 150px 0;
  color: #333; }
  .hero:after {
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .hero .container {
    position: relative;
    z-index: 1; }

.hero-brand {
  margin-bottom: 15px;
  display: inline-block; }
  .hero-brand:hover {
    opacity: .95; }

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #333; }

.navbar {
  border-radius: 0;
  position: relative;
  z-index: 1;
  background-color: #512DA8;
  padding: 0; }
  .navbar .navbar-toggler {
    outline: none !important;
    color: #fff;
    font-size: 32px;
    padding: 0;
    margin-top: 4px; }
  .navbar .navbar-brand {
    margin-right: 45px;
    padding: 0;
    margin-top: 11px; }
  .navbar a {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff; }
    .navbar a.nav-link {
      padding: 20px 0;
      margin-right: 15px;
      position: relative; }
      .navbar a.nav-link:before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 3px;
        bottom: 0;
        opacity: 0;
        visibility: hidden; }
      .navbar a.nav-link:hover {
        color: rgba(255, 255, 255, 0.75); }
      .navbar a.nav-link:hover:before {
        opacity: 1;
        visibility: visible; }

.social-nav {
  margin-top: 14px; }
  .social-nav a {
    font-size: 24px;
    margin-left: 15px; }
    .social-nav a:hover {
      color: rgba(255, 255, 255, 0.75); }

/* ==================================================
  Stats Styling
  ================================================== */
.stats-row {
  margin-top: 65px; }

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #512DA8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative; }
  .stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #84A82D;
    position: absolute;
    border-radius: 50%;
    font-weight: 700; }

/* ==================================================
  Parallax Styling
  ===============4================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px; }
  .block h2 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .block p {
    color: #fff;
    margin-bottom: 45px; }

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-top: 130px; }
  .features h2 {
    color: #512DA8; }

.feature-col {
  display: table;
  padding-bottom: 45px; }
  .feature-col > div > div {
    display: table-cell;
    vertical-align: middle; }
    .feature-col > div > div:last-child {
      padding-left: 20px; }
  .feature-col .feature-icon {
    width: 70px;
    height: 70px;
    background: #512DA8;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block; }
  .feature-col h3 {
    color: #512DA8; }
  .feature-col p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999; }

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #512DA8;
  padding: 30px 0; }
  .cta h2 {
    margin-bottom: 5px; }
  .cta h2,
  .cta p {
    color: #fff; }
  .cta p {
    margin-bottom: 0;
    opacity: .75; }
  .cta .btn-ghost {
    position: relative;
    top: 13px; }

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #512DA8; }
.team .col-sm-4 {
  padding: 0 5px 0 5px; }

.team .card > a {
  display: block; }
.team .card img {
  width: 100%; }
.team .card h4 {
  color: #fff;
  text-transform: uppercase; }
.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px; }
.team .card .social-nav {
  margin-bottom: 45px; }
  .team .card .social-nav a {
    color: #fff;
    font-size: 14px; }
    .team .card .social-nav a:first-child {
      margin-left: 0; }
    .team .card .social-nav a:hover {
      opacity: .75; }
.team .card:hover .team-over {
  opacity: 1;
  visibility: visible; }
.team .card:hover .card-title-wrap {
  background-color: #512DA8; }
  .team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
    color: #fff; }
.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff; }
  .team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0; }
  .team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333; }
  .team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999; }

/* ==================================================
  About Styling
  ================================================== */
.about h2 {
  color: #512DA8; }

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background-color: #512DA8;
  padding: 65px 0 0 0; }
  .site-footer h2, .site-footer p, .site-footer div {
    color: #fff; }
  .site-footer p {
    opacity: .75;
    line-height: 2.0925; }
  .site-footer h2,
  .site-footer .btn {
    margin-bottom: 25px; }
  .site-footer .social-nav a {
    color: #fff;
    opacity: .25; }
    .site-footer .social-nav a:hover {
      opacity: 1; }
  .site-footer .bottom {
    margin-top: 65px;
    background-color: #333;
    padding: 10px 0; }
    .site-footer .bottom .list-inline, .site-footer .bottom p {
      margin: 0; }
    .site-footer .bottom .list-inline {
      position: relative;
      top: 5px; }
      .site-footer .bottom .list-inline a {
        color: #fff;
        opacity: .25;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        margin-right: 15px; }
        .site-footer .bottom .list-inline a:hover {
          opacity: 1; }

/* ==================================================
  Form Styling
  ================================================== */

.form-control {
    opacity: 0.6;
}
.form-control:focus {
    opacity: 0.8;
}

.footer-text a {
    color:#ddd;
}
.footer-text a:hover{
    color:#fff;
}

.alert-success {
    background-color:#84A82D;
    border-color: 0px;
}
.alert{
    padding: 6px 14px;
    border-color: 0px;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 80px 0; }

  .features {
    padding-bottom: 5px; }

  p,
  .block p {
    margin: 0; }

  .hero-brand {
    margin-bottom: 35px; }

  .tagline {
    margin: 35px 0; }

  h1 {
    font-size: 32px;
    margin: 0; }

  h2,
  .tagline {
    font-size: 24px; }

  h2 {
    margin-bottom: 25px; }

  h3 {
    font-size: 14px; }

  .hero {
    padding: 75px 0; }

  .stats-col {
    margin-bottom: 25px; }

  .block {
    height: auto; }

  .feature-col {
    padding-bottom: 30px; }

  .team .team-over {
    padding-top: 20px; }

  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0; }

    .team .col-xs-6 {
        padding: 0px;}
  .site-footer .social-nav {
    margin-bottom: 35px; }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px; }
    .site-footer .list-inline li {
      display: inline-block; }
    .scrolltop {
        visibility: hidden;
    }
}
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0 !important; }
    .navbar .navbar-brand {
      margin: 0; }
    .navbar #navbar-collapse {
      padding-top: 10px;
      float: left;
      width: 100%; }
    .navbar .nav-item {
      width: 100%;
      margin: 0 !important; }
      .navbar .nav-item a {
        display: block;
        padding: 10px 0; }

  .block {
    padding-left: 30px;
    padding-right: 30px; } }



.pad-top-50 {
    padding-top: 50px;
}

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

