/*
Theme Name: Purani & Associates - Architects
Author: Hasan
*/
@font-face {
    font-family: 'cheveuxdangemedium';
    src: url('fonts/cheveuxdange-webfont.woff2') format('woff2'),
         url('fonts/cheveuxdange-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#mainnav .navbar-nav>li{float:none; padding:0 10px;}
#mainnav li a{font-family: 'cheveuxdangemedium'; line-height:55px; color:#666 !important; font-size:35px; font-weight:bold;}
#mainnav a.ourworknav:hover,#mainnav a.ourworknav.hovercls{background:#e4e7f5;}
#mainnav a.knowusnav:hover,#mainnav a.knowusnav.hovercls{background:#e8e1de;}
#mainnav a.meetusnav:hover,#mainnav a.meetusnav.hovercls{background:#daefea;}
.maintitle{font-family: 'cheveuxdangemedium'; font-size:35px; font-weight:bold;}
.social-icon-bar {
  position: fixed;
  bottom: 0;
  left:20px; font-size:0;
}
.btn.top-btn, .btn.downbtn {
            bottom: 20px;
            position: fixed;
            right: 15px;
            z-index: 999;
            text-transform: capitalize;
            font-size: 15px;
        }

        .btn.top-btn {
            display: none;
        }

/* Style the icon bar links */
.social-icon-bar a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.social-icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #ccc;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.instagram {
  background: #ccc;
  color: white;
}
