h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}
.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    height: 70px;
    width: 140px;
}
/*.header-nav .nav > li {
    text-transform: uppercase;
}*/
.is-fixed .header-nav .nav > li > a {
    padding: 25px 12px;
}
.is-fixed .extra-nav {
    padding: 21px 0;
}
.list-2 li:before{
    content: "";
    font-size: 11px;
    left: 0;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #c6cffa;
    top: 15px;
}
.list-2 li:hover:before{
    color:#1ABC9C;
}
ul[class*="list-"]{
    font-family: "Montserrat",sans-serif;
    font-size:15px;
}
footer p,
footer strong,
footer b,
footer {
    color: #c6cffa;
}
footer a,
footer a:visited {
    color: #c6cffa;
}
footer p,
footer li {
    font-size: 14px;
    line-height: 22px;
}
.footer-bottom {
    background-color:#171d36;
    padding: 25px 0;
    font-size: 14px;
    text-transform:capitalize !important;
}