nav {
	background: rgb(88, 22, 125)!important;
	background: linear-gradient(90deg, rgba(88, 22, 125, 1) 0%, rgba(186, 0, 124, 1) 100%)!important;

}
h1{
  color: rgb(88, 22, 125)!important;
  font-size: 2.5rem !important;
}
.green-whatsapp {
    background-color: #4dc247;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 1;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* display: none; */
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.green-whatsapp img {
    width: 35px;
    height: 35px;
}

#recaptcha {
    width: 304px;
    margin: 0 auto;
}

#gwd-reCAPTCHA_2,
#rc-imageselect {
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}
/* ******************* LOGO HEADER */
.logo{
    width: 75%;
    height: auto;
    margin-top: 1.8em;
}

/* ******************* SLIDES */
#carousel .carousel-item {
  width: 100%;
  /*min-height: 550px;*/
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
transition: -webkit-transform 2s ease;
transition: transform 2s ease;
transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
background-color: rgba(255, 0, 0, 0.8);
padding: 20px;
border-radius: 20px;
color: white;
animation-duration: 1s;
animation-delay: 2s;
}

#carousel .caption h2 {
animation-duration: 1s;
animation-delay: 2s;
}

#carousel .caption p {
animation-duration: 1s;
animation-delay: 2.2s;
}

#carousel .caption a {
animation-duration: 1s;
animation-delay: 2.4s;
}
@media (max-width: 760px) {
    #carousel .carousel-item {
        width: 100%;
        /*min-height: 550px;*/
        background: no-repeat center center scroll;
        background-size: cover;
    }
}
  
  /* Button */
  .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
  }
  
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
  }




/* Nav Bar */
.navbar-brand {
    width:150px;
    font-size: 24px;
  }
  .navbar-brand img {
    height: 50px;
    /* put value of image height as your need */
    float: left;
    margin-right: 7px;
  }

  .btn-info {
    color: #fff;
    background: linear-gradient(90deg, rgba(88, 22, 125, 1) 0%, rgba(186, 0, 124, 1) 100%)!important;
    border-color:rgba(88, 22, 125, 1);
}
.btn-info:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(186, 0, 124, 1) 0%, rgba(88, 22, 125, 1) 100%)!important;
  border-color: rgba(186, 0, 124, 1)
}

.wrapper-container{
  position:relative;
}
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 269px;
}

/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
and float them to left and set its border and border-radius.
*/
.wrapper ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #D8E2DC;
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.wrapper ul li .fa {
  color: #D8E2DC;
  margin-top: 2px;
  margin-left: 2px;
  transition: all 0.5s ease;
}

.wrapper ul li .fab {
  color: #D8E2DC;
  margin-top: 2px;
  margin-left: 2px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
  border: 1px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.wrapper ul li:hover.twitter {
  border: 1px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.wrapper ul li:hover.instagram {
  border: 1px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.wrapper ul li:hover.youtube {
  border: 1px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-youtube {
  color: #dd4b39;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

/* whatsapp */
.wrapper ul li:hover.whatsapp {
  border: 1px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}


/* media queries */

@media screen and (max-width: 640px) {
  .wrapper {
      width: 270px;
  }

  .wrapper ul li {
      margin-top: 10px;
  }

  .wrapper ul li.google {
      margin-left: 60px;
  }
}


@media screen and (max-width: 340px) {
  .wrapper {
      width: 300px;
  }

  .wrapper ul li {
      margin: 15px;
  }

  .wrapper ul li.google {
      margin-left: 0px;
  }
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0rem !important;
  background-color: #e9ecef;
  /* border-radius: .3rem; */
}