
.social-media.social-media-stacked a {
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    color: #ff5821;
    text-align: left;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.social-media a {
    text-decoration: none;
    color: #ff5821;
    display: inline-block;
    line-height: 1;
    background: #ffffff;
    padding: 3px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgb(52 51 49 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
    box-shadow: 0 1px 2px rgb(52 51 49 / 20%);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}



#footer {
  min-height: 400px;
  color: #999;
  padding-top:100px;
  padding-bottom:100px;
  margin-top:-10px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong {
  color: #ffffff;
}
#footer a:not(.btn) {
  color: #ff5821;
}
#footer .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1em;
  padding-top: 1em;
}

/* Contact Section */
#contact address {
  color: #999;
}

#contact .form #sendmessage {
  color: green;
  background: #fff;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #333;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #555;
}


.navbar-default {
    background-color: #FFF;
}

.carousel-content h3 {
	color: #EEE;
}




.icon-bar {
    position: fixed;
    bottom: 2%;
right:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
    
}

.icon-bar a {
float:left;
    display: block;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 34px;
    border-radius:10px 0 0 10px ;
box-shadow: -2px -2px 0px 0px rgba(0,0,0,0.2);
}

.icon-bar-1 {
    position: fixed;
    bottom: 2%;
left:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
    
}

.icon-bar-1 a {
float:left;
    display: block;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 34px;
    border-radius:0 10px 10px 0;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}

.icon-bar a.whatsapp  {
    color: white;
	background:#0aad47;
}
.icon-bar a.whatsapp:hover {
    color: white;
	background:#0aad47;
}


.icon-bar-1 a.phone{
    color: white;
	background:#dd4b39;
}
.icon-bar-1 a.phone:hover {
    color: white;
	background:#dd4b39;
}





