/*
========================
Header area start
========================
*/

body {	   
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #838383;	
    background: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

a:hover {text-decoration: none;}

::selection {
    color: white; 
    background: #7C9A01;
}

::-webkit-selection {
    color: white; 
    background: #7C9A01;
}

::-moz-selection {
    color: white; 
    background: #7C9A01;
}

.header-area {
    overflow: hidden;   
    border-bottom: 3px solid #789602;
}

.header-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.header-part img {
    width: 100%;
}

.menu-part {
    text-align: center;
}

.menu-wrapper {
    background: url(img/heading-bg.png);
    border: 2px solid #BCE600;
}

.menu-part ul {
    list-style-type: circle;
    padding: 0;
    margin: 0;
}

.menu-part ul li {
    display: inline-block;
    position: relative;
}

.menu-part ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 46%;
    left: 15px;
}

.menu-part ul li a {
    padding: 6px 25px 11px;
    display: block;
    color: #fff;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.menu-part ul li a:hover {
    opacity: 0.8;
}

.menu-area {
    position: relative;
    top: -20px;
    z-index: 99999999999999999;
}

.sidebar-part { margin-bottom: 20px; background: #fff;}
.sidebar-part .empty{ margin-bottom: 20px; background: #fff; padding-bottom: 10px;}


.sidebar-part h2 {
    background: url(img/heading-bg.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    
	color: #EAF2D5;
    font-size: 16px;
    padding: 10px 15px;
}

.sidebar-part ul {
    list-style-type: none;
    padding: 20px 20px 20px 20px;
    background: #F6F6F7;
}

.sidebar-part ul li {   
    margin-bottom: 12px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #BDBFC2;
}

.sidebar-part ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #BDBFC2;
    position: absolute;
    top: 9px;
    left: 0px;
}

.sidebar-part ul li a {    
     display: block;
     padding-left: 15px;
     font-size: 14px;     
     color: #A0AB7F;
     transition: 0.2s all ease;
     -webkit-transition: 0.2s all ease;
     word-wrap: break-word;
}

.sidebar-part ul li a:hover {
    color: #617800;
}

.main-area {
    padding-bottom: 50px;
}

.meddle-part {
    border: 1px solid #CFD8B6;
    padding: 15px;
    background: #fff;
}

.meddle-part-1 {
    background: #FCFCFC;   
    padding: 15px;
}

.meddle-part-1 h2 {
    background: url(img/meddle-h2.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.meddle-part-1 p {
    font-size: 13px;
}

.mp-part h2 {
    background: url(img/meddle-h2.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.mp-part ul {
    background: #EFEFEF;
    padding: 15px 15px 30px 30px;
    list-style-type: none;
}

.mp-part ul li {
    font-size: 13px;
    position: relative;
    margin: 5px 0;
}

.mp-part ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #799501;
    position: absolute;
    top: 6px;
    left: -20px;
}

.meddle-part-2 {
    margin: 30px 0;
}

.meddle-part-3 h4 {
    font-size: 16px;
}

.meddle-part-3 p {
    font-size: 13px;
}

.sidebar-part form {
   background: #fff;
    padding: 15px 25px;
}

.sidebar-part input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 2px 10px;
}

.sidebar-part input[type="submit"] {
    background: #799501;
    color: #fff;
    border-color: #799501;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.sidebar-part input[type="submit"]:hover {
    opacity: 0.8;
}

.sidebar-part form a {
    color: #666
}

.sidebar-part form a:hover {
    text-decoration: underline;
}

/* ----Select Nav start----*/
.selectnav { 
    display: none;
    width: 100%;
    padding: 2px 10px 8px;
    background: url(img/heading-bg.png);
    text-align: center;
    color: #fff;
    font-weight: bold;
    outline: none;
}

.selectnav option {
    color:#fff; 
    padding: 2px;
    text-align: center;
}

.footer-top {
    width: 100%;
    height: 50px;
    background: #CECECE;
}

.footer-area {
    width: 100%;
    height: 100px;
    background: #fff;
}

.pagetitle {
 background: url(img/meddle-h2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: center;
margin: 0;
    margin-bottom: 0px;
color: #fff;
font-size: 16px;
padding: 10px 15px;
margin-bottom: 15px;
}