/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: rgb(0, 88, 164);
}

.landing-page.pace .pace-progress {
  background: rgb(0, 88, 164);
}

/* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
/* Flip around the padding for proper display in narrow viewports */
/* BACKGROUNDS SLIDER
  -------------------------------------------------- */
/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
/* Sections
  ------------------------- */
/* Buttons - only primary custom button
  ------------------------- */
/* RESPONSIVE CSS
  -------------------------------------------------- */
.navbar-toggle {
  background-color: rgb(0, 88, 164);
}

.landing-page .navbar-default .navbar-brand {
  background: white;
}

.landing-page .navbar-default .navbar-nav>.active>a,
.landing-page .navbar-default .navbar-nav>.active>a:hover {
  border-top: 6px solid rgb(0, 88, 164);
}

.landing-page .btn-primary {
  background-color: rgb(0, 88, 164);
  border-color: rgb(0, 88, 164);
}

.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: rgb(0, 88, 164);
  border-color: rgb(0, 88, 164);
}

.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: rgb(0, 88, 164);
  border-color: rgb(0, 88, 164);
}

.landing-page span.navy {
  color: rgb(0, 88, 164);
}

.landing-page a.navy-link {
  color: rgb(0, 88, 164);
}

.landing-page a.navy-link:hover {
  color: rgb(0, 88, 164);
}

.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid rgb(0, 88, 164);
  margin-bottom: 3%;
}

.landing-page .features-icon {
  color: rgb(0, 88, 164);
  font-size: 40px;
}

.landing-page .features .big-icon {
  color: rgb(0, 88, 164) !important;
}

.landing-page li.pricing-title {
  background: rgb(0, 88, 164);
}

.landing-page .social-icon a {
  background: rgb(0, 88, 164);
}

.landing-page .social-icon a:hover {
  background: rgb(0, 88, 164);
}

.landing-page .pricing-plan .pricing-price span {
  color: rgb(0, 88, 164);
}

.navy-bg {
  background-color: rgb(0, 88, 164);
}

.vertical-date small {
  color: rgb(0, 88, 164);
  font-weight: 400;
}

.landing-page .features small {
  color: rgb(0, 88, 164);
}

.landing-page .header-back.one {
  background: url('../img/landing/header_one.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.two {
  background: url('../img/landing/header_two.png') 50% 0 no-repeat;
}

.landing-page .navbar-default .navbar-nav>li>a:hover,
.landing-page .navbar-default .navbar-nav>li>a:focus {
  color: #000;
  background: inherit;
}

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: white;
  color: #fff;
}

.landing-page section p {
  color: #252525;
  font-size: 13px;
}

.divLanguageFlags {
  float: right;
  padding-left: 15px;
  margin-top: 23px;
}

.divLanguageFlags img {
  height: 24px;
  padding-right: 2px;
}

#team .stores {
  margin-top: 3px;
}

.img-semicircle {
  border-radius: 25%;
}

.fa-phone-square {
  color: rgb(20, 209, 92);
  margin-top: 2px;
}

.logo {
  float: left;
  height: 48px;
  width: 215px;
}

.WhatsApp {
  width: 20%;
  height: 20%;
  border-radius: 25%;
  padding-bottom: 2%;
}

.Login {
  background-color: rgb(0, 88, 164);
}

.team-member {
  padding-top: 10%;
}

.owl-carousel {
  padding-top: 5%;
  padding-bottom: 5%;
}

.loginbutton {
  background-color: rgb(0, 88, 164);
  color: #fff;
}

.iconevent {
  height: 90px;
  width: 90px;
}

.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url('../img/EventBanner.png');
}
.btn-wp {
border: 1px solid #1bd741;
padding: 10px 20px;
margin-right: 50%; 
background-color: #1bd741;
color: #ffffff; 
text-decoration: none; 
text-transform: uppercase; 
font-family: 'Helvetica', sans-serif; 
border-radius: 50px;
text-align: center;
}