/*********WEBHUT*****
***ABOUT PAGE CSS****
********************/

/*div#icon-holder {
    animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
    width: 120px;
    height: 120px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: 20px auto;
}*/
div#icon-holder {
    animation: pulse 2s ease infinite alternate, nudge 4s linear infinite alternate;
    width: 150px;
    height: 150px;
    border:1.5px solid #FFC741;
    border-radius: 50%;
	padding:15px;
    margin: 20px auto;
}
.why {
    color: #242930;
    padding-bottom: 5px;
    font-size: 35px!important;
    font-weight: 700;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    text-align: center;
}
.heading
{
}
.heading > a >span
{
font-size:1.5em;
color:#242930;
border-top:1px dashed #FFC741;
border-bottom:1px dashed #FFC741;
padding:3px 0;
font-style:italic;
}




/*====================================================*/
#mainCarousel .carousel-indicators .active {
    background:#FFC741!important;
    border: 1px solid #FFC741!important; 
}

.footlinks li {
    color:#FFC741!important;
}
.dots {
  color:#FFC741!important;
}
.navbar-default .navbar-nav > li > a:hover
{
color:#FFC741!important;
}


