.intro span, .siteInfo span {
  font-weight:600;
}
i {
  transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1), color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.topSocialIcons i{
	font-size: 20px;
}
.whyBullets li{
  font-size:18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.footerBullets li{
  font-size:18px;
}
.whyBullets ul, .footerBullets ul {
list-style-type: none;
padding:20;
}
.whyBullets ul li::before, .footerBullets ul li::before {
  color:#7f6d55;
}
.footerBullets li{
  color:#ffffff;
}
.whyBullets ul li::before , .footerBullets ul li::before {
	content: "\f00c"; /*Add Unicode Here*/
  font-family: 'FontAwesome';
	float: left;
  margin-left: -1.5em;
}
.serviceLinks a{
  color:#fff;
}
.serviceLinks a:hover{
  color:#7f6d55;
}
/* Prevent clipping if needed */
.whatWeDo .slideshow-content {
  overflow: visible;
}

/* Smooth animation */
.whatWeDo li.item .slideset-inner {
  transition: transform 250ms ease, box-shadow 250ms ease;
  transform-origin: center;
}

/* Zoom effect */
.whatWeDo li.item:hover .slideset-inner {
  transform: scale(1.06);
  z-index: 5;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}


.ba-hamburger-menu > .main-menu >.close-menu {
  padding: 30px;
}
.open-menu i {
  padding: 0px;
}


.ba-item-post-navigation .ba-blog-post.post-navigation-next:first-child {
flex-direction: row-reverse !important;
}

/*.slideshow-content .item{
overflow: hidden;
}
.ba-slideshow-img{
transition: all .5s;
}
.slideshow-content:hover .ba-slideshow-img, .slideshow-content:focus .ba-slideshow-img{
transform: scale(1.2);
}*/

.privacy ul{
  font-size: 18px;
}
.accordion i{
  color:#7f6d55 !important;
}
.faqs .accordion-heading{
  padding: 30px;
}

@media screen and (max-width: 420px) {
  .faqs .accordion-heading {
    padding: 0px;
  }
}