@media(min-width:1280px){
	.inner{
		width:96%;
		max-width:1440px;
	}
.main-menu-1-1	ul.menu.nav-menu {
    display: flex;
    justify-content: space-around;
}
}
.block {
    margin-bottom: 0px;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
.header-container.inner, .header-row {
    height: 120px;
}
div#header {
    position: absolute;
    width: 100%;
    background: rgba(0, 88, 38, 0.8);
    z-index: 10;
}
.main-menu-nav-primary {
    background: none;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.inner .breadcrumb {
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 0;
    position: relative;
}
/*** banner ****/
.banner{
  height:40vh;
  max-height:400px;
  width:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  font-size:0 !important;
  background-image:url("../../banner-04.jpg");
}
.title-inner h2{
	margin-bottom:20px;
	font-size:26px;
	font-weight:600;
}
@media only screen and (min-width: 1280px) {
    .list-item a {
        font-size: 16px;
    }
  .list-3 .list-item {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
}
/********* footer ********/
.footer-bg-primary h4{
	font-weight:600;
}
.footer-bg-primary .flinks{
	margin:0;
	padding:0;
	overflow:hidden;
}
.footer-bg-primary a{
	color:rgba(255,255,255,0.8);
}
.footer-bg-primary a:hover{
	color:rgba(255,255,255,1);
}
.footer-bg-primary .flinks li{
	list-style:none;

}
.footer-bg-primary .col-xs-12.col-sm-6{
 position:relative;
}
/*.footer-bg-primary .col-xs-12.col-sm-6:before{
	border-left:1px solid rgba(255,255,255,0.3);
	height:100%;
	width:1px;
	content:"";
	position:absolute;
	left:0;
	top:0;
}
 .footer-bg-primary .col-xs-12.col-sm-6:last-child:after{
border-left:1px solid rgba(255,255,255,0.3);
	height:100%;
	width:1px;
	content:"";
	position:absolute;
	left:0;
	top:0;
}*/
@media(max-width:992px){
	.footer-bg-primary .flinks li{
	width:100%;
	float:none;
	}
}