@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
    font-family: 'Poppins', sans-serif;
}


#header{
	background:#000;
}

#header.sticky-header #header-wrap{
	background:#000;
}

#primary-menu ul li > a{
	color:#fff;
	font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#primary-menu ul li a::after {
    background: #DC143C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

#primary-menu ul li.active a::after,
#primary-menu ul li:hover a::after {
    width: 100%;
}

#primary-menu ul li.current a::after,
#primary-menu ul li:hover a::after {
    width: 100%;
}


#logo img{
	padding:12px;
}

.footer-area {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 30px 0;
    font-size: 14px !important;
	bottom: 0;
    position: fixed;
    width: 100%;
}

.text-right {
    text-align: right!important;
}

.inline-block {
    float: right !important;
    display: inline-block !important;
}

.footer-menu ul {
    list-style: none;
    float: right !important;
    margin: 0;
    padding: 0;
}

.footer-menu ul li a {
    font-size: 14px !important;
}

.footer-menu ul li {
    float: left;
    margin-left: 25px;
}

.footer-area a {
    padding: 5px;
}
