@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900");
body {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #273f5b;
}
#header {
    position: relative;
    z-index: 9;
    background-position: top;
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 3px 0 14px 12px #f6f9fc;
}
.navbar-expand-lg .navbar-nav .nav-item a:focus,
.navbar-expand-lg .navbar-nav .nav-item a:hover,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background: #ecf4fc;
    color: #0083ff;
}
.navbar-brand img {
    max-width: 160px;
}
.navbar-nav li {
    margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #839dbc;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 20px;
}
.follow-us li,
.footer-inner-block h3,
.send-msg a.btn {
    font-weight: 800;
}
.search-btn {
    background: 0 0;
}
#footer,
.footer-top-block {
    background-repeat: no-repeat;
}
#footer {
    background-position: top;
    background-size: 100% 6px;
}
.footer-top-block {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-color: #121921;
    padding: 50px 0;
}
.footer-inner-block p {
    color: #fff;
}
.footer-inner-block h3 span {
    font-size: 14px;
    color: #ccc;
}
.learn-about-btn {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.footer-nav-menu li {
    margin-bottom: 5px;
}
.footer-nav-menu li a {
    color: #fff;
}
.footer-nav-menu li a img {
    opacity: 0;
}
.footer-nav-menu li a:hover img {
    opacity: 1;
}
.footer-nav-menu li a:hover {
    padding-left: 15px;
    color: #0083ff;
}
.contact-info li {
    margin-bottom: 10px;
    position: relative;
}
.contact-info li a {
    color: #fff;
    padding-left: 25px;
}
.contact-info li a img {
    position: absolute;
    margin-left: -25px;
    top: 5px;
}
.send-msg a.btn {
    background: #01a23c;
    text-transform: uppercase;
    color: #fff;
    box-shadow: -2px 7px 30px -9px #01a23c;
}
.follow-us li {
    float: left;
    margin-right: 15px;
    color: #fff;
}
.follow-us li a {
    color: #839dbc;
}
.follow-us li a:hover {
    color: #0083ff;
}
.copy-right h5,
.copy-right p {
    font-size: 14px;
}
.navbar-nav li img {
    max-width: 24px;
    margin-right: 10px;
    float: left;
}
.navbar-nav li span {
    display: inline-block;
    margin-top: 5px;
}
