:root {
  --main-head-color: #fff;
  --main-head-color-hover: #00427e;
  --main-head-bg: #fff;
  --main-head-submenu-bg: #ececec;
}  
/* Header */
html {
    scroll-behavior: smooth!important;
}
div#primary {
    scroll-behavior: smooth;
}
  .site-header {
    position: relative;
    z-index: 9999;
  }
header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

  .header-content {
	float: left;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
 .section-container {
    float: left;
    width: 100%;
	    padding: 50px 60px;
}
.header-content {
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.10);
/* 	    padding: 15px 20px; */
}

.page-template-page-pole-single .section-container {
    background: #fff;
}

  #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0px 0 auto;
    background-color: transparent;
    border: unset;
  }
  #dd-collapse-menu {
    padding: 0;
  }
.site-branding {
    padding: 15px 20px;
}
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
	      min-height: 80px;
	      padding-right: 20px;
  }
div#primary-menu ul {
    list-style: none;
    margin: 0;
    background: transparent;
}

/* div#primary-menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
	letter-spacing:0.5px;
} */
  #primary-menu > li:not(:first-child){
    margin-left: 31px;
  }
#primary-menu .menu-item a {
	color:  var(--main-head-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing:0.5px;
	transition: opacity .3s ease-in-out;
}
#primary-menu > li:last-child{
	color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background: #78BE48;
/*     padding: 10px 30px; */
    margin-left: 40px;
	    min-height: auto;
	transition:background 3s ease-out;
}
#primary-menu > li:last-child a{
	min-height:auto;
	width:155px;
	height:50px;
	transition:background .3s ease-in-out;
}
#primary-menu > li:last-child a:hover{
		opacity: 1;
		background: #55AE18;
	color: #fff;
}
/* div#primary-menu ul li:last-child a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background: #78BE48;
    padding: 10px 30px;
    margin-left: 40px;
} */
  #primary-menu li.menu-item-has-children a {
    margin-right: 18px;
  }
  #primary-menu li.menu-item-has-children a {
    position: relative;
  }
  #primary-menu .menu-item-has-children > a:before {
     content: "\203A";
    position: absolute;
       right: -15px;
    top: 20px;
    font-size: 30px;
    transform: rotateZ(90deg);
  }
  #primary-menu .menu-item a:hover {
    opacity: 0.6;
  }
  #primary-menu li.menu-item-has-children:hover > .sub-menu  {
    visibility: visible;
    opacity: 1;
  }  
  .menu-item-has-children .sub-menu {
    position: absolute;
    top: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: var( --main-head-color);
    border: #ececec solid 1px;
    -webkit-box-shadow: 8px 12px 43px #00000016;
            box-shadow: 8px 12px 43px #00000016;
    list-style: unset;
    padding: 18px 0;
    z-index: 999;
	  margin-left: 50px;
  }

  #primary-menu .menu-item-has-children .sub-menu a {
    display: block;
    padding: 0 22px;
       margin-bottom: 5px;
    color: #000;
    line-height: 28px;
	      min-height: auto;
  }
  #primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }
 
@media screen and (min-width:1200px) and (max-width:1500px){
	.section-container {
    padding: 36px 40px;
}
}
@media screen and (min-width:1400px) and (max-width:1500px){
	#primary-menu .menu-item a{
		font-size:15px;
	}
}
@media screen and (min-width:1200px) and (max-width:1400px){
	#primary-menu > li:not(:first-child) {
    margin-left: 16px;
}
	
#primary-menu .menu-item a{
		font-size:14px;
	}
	#primary-menu .menu-item-has-children > a:before{
		font-size:22px;
	}
} 
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #primary-menu .menu-item a {
      font-size: 14px;
    }
    .site-branding img {
      max-width: 180px;
    }
    #site-navigation {
      margin-right: 17px;
    }
    #primary-menu > li:not(:first-child) {
      margin-left: 20px;
    }
	  .section-container {
    padding: 30px 30px;
}
    }  
   
@media screen and (min-width: 1200px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
	}
	
	div#primary-menu ul{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	ul#primary-menu li, ul#primary-menu li a {
		min-height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#primary-menu .menu-item-has-children .sub-menu li {
		min-height: auto;
		margin-left: 0;
		display: block;
	}
	span.menu-chevron {
		display: none;
	}
.navbar {
    min-height: 80px!important;
}
		
	} 
  @media screen and (max-width: 1200px) {
	  .navbar-toggle {
      display: block!important;
}
	  #primary-menu .menu-item a{
		  color:#000;
	  }
	  #primary-menu > li:last-child a{
		  color:#fff;
		  width: 200px;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		      margin-top: 10px;
	  }
	  
	  #primary-menu{
		  display:block;
		  background: #fff;
	  }
	  #primary-menu > li:last-child{
		  width:200px;
	  }
    .site-header {
      position: relative;
/*       -webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
              box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);  */
    }
/*     .site-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 56.77px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
      background-image: -o-linear-gradient(#ebebeb, #fff);
      background-image: linear-gradient(#ebebeb, #fff);
    } */
    .header-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
    }
    .site-branding {
      z-index: 2;
    }
    .site-branding img {
      max-width: 155px;
    }
    .navbar-header {
      position: absolute;
      top: 13.5px;
      right: 15px;
    }
    #site-navigation .navbar-header button {
      background-color: unset;
      border: unset;
      border-radius: unset;
      margin: 0;
    }
    #site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
      background-color: unset;
    }
    .navbar-header button .icon-bar{
      background-color: #fff!important;/* i kno...*/
      width: 53px;
		height:2px;
      border-radius: unset;
    }
	  .page-template-page-pole-single .navbar-header button .icon-bar,.error404 .navbar-header button .icon-bar{
		  background-color:#030303!important;
	  }
    .navbar-header button .icon-bar:not(:first-child) {
      margin-top: 8px;
    }
    .navbar-toggle {
      display: block;
    }
    #dd-collapse-menu {
      width: 100%;
    }
    .dd-navigation .collapse {
      display: none!important;
    }
    .dd-navigation .collapse.in {
      display: block!important;
    }
    #site-navigation {
      position: static;
      margin: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-height: unset;
    }
    #primary-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 12px 0 35px 30px;
    }
    #primary-menu > li.menu-item {
      margin: 0 0 4px 0;
    }
    #primary-menu .menu-item a {
      font-size: 16px;
      padding: 5px 0;
	  }
#primary-menu .menu-chevron {
	position: absolute;
	top: 12px;
	font-size: 30px;
	right: 10px;
	transform: rotate(90deg);
	height: 35px;
	width: 35px;
	right: 20px;
}
    #primary-menu .menu-item-has-children {
      position: relative;
    }
    #primary-menu .menu-item-has-children a:before {
      content: unset;
    }
    #primary-menu .menu-item-has-children .sub-menu {
      display: none;
      visibility: visible;
      opacity: 1;
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      position: static;
      border: unset;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      background-color: #fff;
      margin-left: 10px;
    }
  }
@media screen and (max-width:991px){
	.section-container{
		padding:0;
	}
}

@media screen and (max-width:600px){
	#primary-menu {
		padding: 21px 0 35px 30px;
	}
}
  
  @media screen and (max-width: 400px) {
/*     .site-branding img {
      max-width: 121px;
    } */
    .navbar-header {
      top: 14px;
    }
  }
  
  /* Header end */


/* FOOTER */
.show-footer{
	display:block!important;
}
footer#colophon {
    float: left;
    width: 100%;
    background: #F9F9F9;
	text-align: center;
	
}
.site-info {
	position:relative;
/* 	 transform: translateY(50px);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: .8s;
    transition-timing-function: ease;  */
}
.dd-footer-holder {
    padding: 120px 0 126px;
}

h2.dd-footer-title span{
	color:#9DD854;
}
p.dd-footer-text {
	color: #000;
	text-align: center;
	    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
	letter-spacing: -0.32px;
	margin: 40px auto;
	max-width:60%;
}
/* p.dd-footer-contact-title {
    color: #9DD854;
       font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    letter-spacing: 0.64px;
	margin-bottom: 15px;
} */
.dd-footer-link-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 90px;
}
a.dd-footer-quote-link {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.18px;
    background: #78BE48;
	padding: 18px 56px;
	float: left;
	height: 53px;
	    display: flex;
    justify-content: center;
    align-items: center;
	transition:color .3s ease-in-out, background .3s ease-in-out;
}
a.dd-footer-quote-link:hover {
    background: #55AE18;
    color: #fff;
}
a.dd-footer-number {
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18px;
    margin-top: 20px;
	transition:color .3s ease-in-out;
}
a.dd-footer-number:hover {
    color: #78BE48;
}
.md-footer-copy-right p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.26px;
	padding:0 15px;
}
.md-footer-copy-right {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #DFDFDF;
    background: #fff;
	position: relative;
    z-index: 1;
}
.md-footer-copy-right p a {
    color: #73BF44;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.26px;
    text-transform: uppercase;
	transition: color .3s ease-in-out;
}
.md-footer-copy-right p a:hover{
	color:#55AE18;
}
.footer-social-holder {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 70px;
}
a.dd-footer-social-link {
    color: #A6A6A6;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2.2px;
	transition:color .3s ease-in-out;
}
a.dd-footer-social-link:hover {
    color: #78BE48;
}
footer#colophon {
    min-height: 800px;
}
.site-info {
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media screen and (min-width:1200px) and (max-width:1500px){
	footer#colophon {
    min-height: 600px;
}
	.dd-footer-holder {
    padding: 120px 0 40px;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
	.dd-footer-holder {
    padding: 90px 0 65px;
}
		footer#colophon {
    min-height: 600px;
}
	.dd-footer-link-holder{
		margin-bottom:60px;
	}
	a.dd-footer-social-link{
		font-size:18px;
	}
	p.dd-footer-text{
			font-size:18px;
		line-height:28px;
	}
}
@media screen and (min-width:600px) and (max-width:991px){
		footer#colophon {
    min-height: 700px;
}
	.dd-footer-holder {
    padding: 90px 0 110px;
}
	p.dd-footer-text{
		max-width:90% 
			font-size:18px;
		line-height:28px;
	}
	.footer-social-holder{
		gap:30px;
	}
	.dd-footer-link-holder{
		margin-bottom:60px;
	}
	a.dd-footer-social-link{
		font-size:18px;
	}
	p.dd-footer-text{
		width:90%;
	}

}
@media screen and (max-width:600px){
	
	p.dd-footer-text{
		max-width:100%;
		font-size:18px;
		line-height:28px;
		margin:30px 0;
	}
	.dd-footer-link-holder{
		margin-bottom:30px;
	}
	a.dd-footer-social-link{
		font-size:18px;
	}
	.footer-social-holder {
    gap: 18px;
    flex-direction: column;
}
	.dd-footer-holder{
		padding:70px 0 60px;
	}
}
@media screen and (min-width:400px) and (max-width:600px){
	footer#colophon {
    min-height: 777px;
}
}
@media screen and (max-width:400px){
	footer#colophon {
    min-height: 828px;
}
}
@media only screen and (max-width:991px){
	p.dd-footer-text {
		font-size: 18px;
		line-height: 30px;
	}
}
.dd-contact-p-hp {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}
.dd-contact-p-hp a.dd-footer-quote-link {
    text-align: center;
	padding: 18px 25px;
}
.dd-contact-p-hp {
    animation-delay: 1100ms;
}