 /* Make the image fully responsive */
 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
 .carousel-inner img {
    width: 100%;
    
}
.carousel-inner .carousel-caption h3 
{
  color:#edf1f2;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0.1em;
}
.carousel-inner .carousel-caption
{
    top: 43%;
}
.carousel-inner .carousel-caption p
{
  letter-spacing:0.1em;
}
.carousel-control-next, 
.carousel-control-prev
{
    top: 50%;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon
{
    width: 40px;
    height: 40px;
}
/***** Start Media Queries ******/
@media (max-width: 480px) 
{
    .carousel-inner .carousel-caption {
        top: 27%;
        width: 92%;
        left: 4%;
        right: 4%;
    }
    .image-group figure:nth-child(1) img 
    {
        margin: 0;
        width: 100%;
    }
    .breadcrumb-title 
    {
        font-size: 19px;
    }
}
@media (max-width: 1202px) 
{
    .rd-navbar-fixed .rd-navbar-panel
    {
        height: 109px;
    }
    .rd-navbar-fixed .rd-navbar-brand {
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .rd-navbar-fixed .rd-navbar-aside-toggle span, 
    .rd-navbar-fixed .rd-navbar-aside-toggle span:before, 
    .rd-navbar-fixed .rd-navbar-aside-toggle span:after
    {
        margin-top: 51.5%;
    }
    .rd-navbar-toggle
    {
        margin-top: 27.5px;
    }
    .carousel
    {
        margin-top: 53px;
    }
    .carousel-control-prev,
    .carousel-control-next
    {
        display: none;
    }
    .push-from-top
    {
        margin-top: 53px;
    }
}
/** Fix Indicator **/ 
@media (max-width: 606px)
{
    .carousel-indicators
    {
        display: none;
    }
}

/*** start whatsapp ***/
.whatsapp-icon
{
  position: fixed;
  left: 9px;
  bottom: 10px;
  width: 54px;
  height: 54px;
  background-color: #20B038;
  color: #fff;
  z-index: 9999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.whatsapp-icon i
{
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  margin-left: 10px;
}
/*** end whatsapp ***/
/** Form Success message **/

.success
{
  margin: 9px 0;
  font-size: 1em;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #1b9405;
  font-weight: bold;
  line-height: 29px;
  font-weight: bold;
}