#sp-header {
    
    height: 360px;
    box-shadow: none; 
    background: url('../images/header-bg.png'); 
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #94C436;
}

img.sp-default-logo {
    padding-top: 20px;
}

#sp-main-body {
    padding: 0px 0 20px;
}

#sp-footer {
    height: auto;
    box-shadow: none;
    background-image: url('../images/footer-bg.png');
    background-color: #fff;
    background-position-y: 100px;
    background-repeat: no-repeat;
}

#sp-footer .container ::before {
	background: ('../images/hr.png');
	height: 44px;
	width: 428px;
}

div#sp-footer1 {
    padding-top: 200px;
    color: #000;
}

#sp-header-sticky-wrapper, .sp-sticky-nav-wrapper {
  background: #fff none repeat scroll 0 0;
  left: 0;
  padding: 5px 0 !important;
  position: fixed !important;
  top: 0;
  transition: all 500ms ease 0s;
  width: 100%;
  z-index: 9999;
}

.btn-primary, .sppb-btn-primary {
    border-color: #94c436;
    background-color: #94c436;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #507133;
    background-color: #507133;
}

a {
    color: #6fa20c;
}

a:hover {
    color: #94c436;
}

#offcanvas-toggler >i {
    color: #4a6f2e;
	font-size: 30px;
}

#offcanvas-toggler >i:hover {
    color: #94c436;
}

div#sp-menu {
    margin-top: 40px;
}

.sp-megamenu-parent >li >a {
    display: inline-block;
    padding: 4px 15px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #007030;
    font-weight: 700;
    transition: 1s ease;
     border-top: 4px solid #ffffff;
  
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #94c436;
  border-top: 4px solid #65983f;
}

.sp-megamenu-parent >li >a:hover, .sp-megamenu-parent >li >a:active, .sp-megamenu-parent >li >a:focus {
	color: #94c436;
  border-top: 4px solid #65983f;
  
  
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: none;
    text-align: center;
}

div.page-header::after {
	
	background: url('../images/hr.png') no-repeat;
	
	height: 44px;
	width: 428px;
	content: "";
	
	display: inline-block;
}

.page-header h1 {
	color: #ba0e0d;
    font-size: 37px;
    line-height: 37px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
	
}

.custom.palyazat {
    position: absolute;
    top: 0;
    right: 0;
}