html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-smoothing: antialiased;
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.5;
	color: #282828;
	background-color: #fff !important;
	word-wrap: break-word;
}

p {
	margin: 0;
}

a, 
p a {
    color: #303030;
    text-decoration: none !important;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a:hover, 
p a:hover {
	color: #000 !important;
}

.header {
	box-shadow: 0 0 5px 0px rgb(0,0,0,0.1);
}

.header-top {
	border-bottom: solid 1px #ebebeb;
}

.header-top-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 7px 0;
}

.header-left {
	display: flex;
	padding: 4px 0;
}

.header-left ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.header-left li {
	color: #606264;
    font-size: 12px;
    margin-right: 12px;
	font-weight: 600;
}

.header-left ul li i {
	margin-right: 8px;
}

.header-right {
	display: flex;
	padding: 4px 0;
}

.header-top-link {
	display: flex;
}

.header-top-link a {
	font-size: 16px;
	color: #969696;
	font-weight: 600;
	margin-right: 17px;
}

.header-top-social {
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.header-top-social a {
	margin-right: 12px;
	font-size: 13px;
	color: #606264;
}

.header-top-social a:last-child {
	margin-right: 0;
}

.header-top-social a:hover {
	color: #15aabf !important;
}

.main-header-sec .navbar {
	background: none !important;
	padding: 0;
}

.navbar-brand {
	margin: 0 !important;
}

.navbar-brand img {
	max-height: 95px;
}

.main-header-sec .nav-link {
	padding: 50px 20px !important;
	font-size: 16px;
	color: #333 !important;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-plain {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
}

.btn-srch {
	margin-left: 10px;
}

.main-header-sec .navbar-toggler {
	margin: 10px 10px 10px auto;
}

.footer {
	background-color: #081e41;
}

.footer-upper {
	padding: 80px 0 50px;
	border-bottom: 1px solid rgba(72,72,72,.8);
}

.ftr-block {
	margin-bottom: 30px;
}

.ftr-block h5 {
	font-size: 20px;
	color: #fbfbfc;
	margin-bottom: 20px;
	font-weight: 700;
}

.ftr-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ftr-block ul li {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
}

.ftr-block ul li i {
	margin-right: 8px;
	margin-top: 5px;
}

.ftr-block ul li a {
	color: #fff !important;
	font-size: 16px;
}

.ftr-block ul li a:hover {
	opacity: 0.8 !important;
}

.map-blocks {
	height: 150px;
}

.footer-lower {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}

.ftr-lw-left,
.ftr-lw-right {
	padding-bottom: 30px;
}

.ftr-lw-left h6 {
	font-size: 12px;
	color: #959595;
	margin-bottom: 10px;
}

.ftr-lw-left h6:last-child {
	margin-bottom: 0;
}

.ftr-lw-right p {
	font-size: 12px;
	color: #959595;
	margin-bottom: 0;
}

.ftr-lw-right p a {
	color: #c7c4c4;
}

.ftr-lw-right p a:hover {
	color: #ebe5e5 !important;
}





