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

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #93a0a7;
	line-height: 26px;
	overflow-x: hidden;
	}
.header-top {
    background-color: #17a43b;
}
.navbar-inverse {
    background: #0269c2;
	height: 58px;
}
.nav.navbar-nav.navbar-center {
    position: absolute;
    left: 40%;
    transform: translatex(-29%);
}
.navbar-nav > li {
    border-right: 1px #1c8ae9 solid;
}
.header-middle.cfie {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-middle.cfie img {
    height: 100px;
}
.cfie-contact h5, .cfie-contact h6 {
    line-height: 30px;
}
.cfie-contact .cnt-block {
    padding: 0 20px;
}
.cfie-contact select {
    margin-bottom: 45px;
}
.footer p {
    font-size: 15px;
    margin-bottom: 15px;
}
.footer .connect-us {
    border-right: none;
}
.footer .subscribe {
    padding: 14px 58px 18px 35px;
    border-left: 1px #537d9e solid;
}
