.section-padding{
	padding-top:60px;
	padding-bottom:60px;
}
.txt-primary{
	color:#65893d;
}
.breadcrumb-area {
   position: relative;
    padding-top: 50px;
    padding-bottom: 50px;;
}
.breadcrumb-area:after, .breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#65893d;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.breadcrumb-area .breadcrumb-content {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
    color: #fff;
    font-size:30px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 1px;
}
@media(max-width: 768px){
	.breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
        font-size: 20px;
    line-height: 26px;
}
	}
	.inner-page a{
		color:#65893d;
		cursor: pointer;
    }
    
    #menu-outer {
        height: 84px;
        background: url(images/bar-bg.jpg) repeat-x;
    }
    
    .table {
        display: table;   /* Allow the centering to work */
        margin: 0 auto;
    }
    
    ul#horizontal-list {
        min-width: 696px;
        list-style: none;
        padding-top: 20px;
        }
        ul#horizontal-list li a {
            /* display: inline; */
            color:#fff !important;
        }

        footer {
            padding-bottom: 20px;
        }